escape chars (#106)

This commit is contained in:
Jack Forgash 2023-01-26 10:31:29 -07:00 committed by GitHub
parent 09aa518880
commit 3068287973
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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