mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 13:06:59 +00:00
escape chars (#106)
This commit is contained in:
parent
09aa518880
commit
3068287973
2
.github/workflows/dbt_run_hourly.yml
vendored
2
.github/workflows/dbt_run_hourly.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
called_workflow_template:
|
||||
uses: FlipsideCrypto/analytics-workflow-templates/.github/workflows/dbt_run_template.yml@main
|
||||
with:
|
||||
dbt_command: "[\"dbt run-operation stage_external_sources --vars \"ext_full_refresh: true\"\", \"dbt seed\", \"dbt run --exclude streamline__all_topshot_moments_minted_metadata_needed streamline__allday_moments_metadata_needed\"]"
|
||||
dbt_command: "[\"dbt run-operation stage_external_sources --vars \\\"ext_full_refresh: true\\\"\", \"dbt seed\", \"dbt run --exclude streamline__all_topshot_moments_minted_metadata_needed streamline__allday_moments_metadata_needed\"]"
|
||||
environment: workflow_prod
|
||||
warehouse: ${{ vars.WAREHOUSE }}
|
||||
secrets: inherit
|
||||
|
||||
Loading…
Reference in New Issue
Block a user