mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 14:22:06 +00:00
* fix gha workflow env * add dbt_profiles_dir * bump fsc-utils to 1.30.0 & add tag_integration_test * add resource path selector to gha dbt command * revert to fsc-utils package 1.17.2 * add selectors.yml * add reusable dbt run workflow * test python 3.8 * pass in python version * add reusable workflow template and uses python_version * remove inline dbt.yml in favor of reusable template * change to dbt.yml reusable workflow * fix input command and remove python version * remove external browser authenticator * fix profiles in ./ * add password envar * clean up dbt_run_integration_test gha
8 lines
198 B
YAML
8 lines
198 B
YAML
selectors:
|
|
- name: integration_tests
|
|
description: "Selector for integration tests"
|
|
definition:
|
|
union:
|
|
- method: fqn
|
|
value: "livequery_models.deploy.core.*"
|
|
|