mirror of
https://github.com/FlipsideCrypto/analytics-workflow-templates.git
synced 2026-02-06 11:17:52 +00:00
remove if
This commit is contained in:
parent
f13f9ec21d
commit
5e5a079d15
2
.github/workflows/dbt_docs_updates.yml
vendored
2
.github/workflows/dbt_docs_updates.yml
vendored
@ -82,4 +82,4 @@ jobs:
|
||||
|
||||
- name: refresh ddl for datashare
|
||||
run: |
|
||||
cnt=$(dbt ls -m fsc_utils.datashare._datashare___create_gold | wc -l ); if [ $cnt -eq 1 ]; then dbt run -m fsc_utils.datashare._datashare___create_gold; fi;
|
||||
dbt run -m fsc_utils.datashare._datashare___create_gold;
|
||||
Loading…
Reference in New Issue
Block a user