Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix parsing of dbt vars in bigquery #262

Merged
merged 1 commit into from
Mar 31, 2023

Conversation

bendiktv2
Copy link
Contributor

This closes #261.

This has been tested with running all three variants of passing variables to DBT from the CLI:

dbt run --vars '{"key": "value", "date": 20180101}'
dbt run --vars '{key: value, date: 20180101}'
dbt run --vars 'key: value'

@bendiktv2 bendiktv2 temporarily deployed to Approve Integration Tests January 20, 2023 13:59 — with GitHub Actions Inactive
@bendiktv2 bendiktv2 temporarily deployed to Approve Integration Tests January 20, 2023 13:59 — with GitHub Actions Inactive
@bendiktv2 bendiktv2 temporarily deployed to Approve Integration Tests January 20, 2023 13:59 — with GitHub Actions Inactive
@bendiktv2 bendiktv2 temporarily deployed to Approve Integration Tests January 20, 2023 13:59 — with GitHub Actions Inactive
@minhnhat992
Copy link

appreciate if this is could be looked at/merged, this would be really helpful for my works!

Copy link
Contributor

@glsdown glsdown left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for adding this fix, and apologies it has taken so long to get back to you.

@glsdown glsdown merged commit 73cb504 into brooklyn-data:main Mar 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Error when uploading results to BigQuery, when using vars from CLI.
3 participants