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

Failing to create BQ table when multiple Option items are added #1786

Closed
1 of 5 tasks
darrenhaken opened this issue Sep 27, 2019 · 0 comments · Fixed by #1787
Closed
1 of 5 tasks

Failing to create BQ table when multiple Option items are added #1786

darrenhaken opened this issue Sep 27, 2019 · 0 comments · Fixed by #1787
Labels
bigquery bug Something isn't working

Comments

@darrenhaken
Copy link
Contributor

Describe the bug

When creating a BQ table and you have multiple items within the Options BQ will fail as it expects a comma-separated list. The current behaviour adds no comma.

Steps To Reproduce

Use DBT Utils to create a temp table, this adds multiple options to a BQ table.

Expected behaviour

A clear and concise description of what you expected to happen.

Screenshots and log output

If applicable, add screenshots or log output to help explain your problem.

System information

Which database are you using dbt with?

  • postgres
  • redshift
  • bigquery
  • snowflake
  • other (specify: ____________)

**The output of dbt --version: **

0.14.2

The operating system you're using:
Mac
The output of python --version:
2.7.10

Additional context

Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bigquery bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants