Skip to content

Commit

Permalink
return variables
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosmarxm committed Jul 29, 2024
1 parent 6563164 commit 9167fb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ jobs:
run: |
export DBT_VARS="$(cat vars | sed "s/\$AB_DB/${{ secrets.BIGQUERY_DBT_PROJECT }}/g")"
poetry run dbt deps
poetry run dbt run --target bigquery --full-refresh --vars $DBT_VARS
poetry run dbt run --target bigquery --full-refresh --vars "$DBT_VARS"
2 changes: 1 addition & 1 deletion connectors/source_zendesk_support/integration_tests/vars
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{airbyte_database: dataline-integration-testing, zendesk_database: dataline-integration-testing}
{airbyte_database: $AB_DB, zendesk_database: $AB_DB}

0 comments on commit 9167fb4

Please sign in to comment.