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

[WIP] Enable to specify column schemas in BigQuery #2937

Closed
wants to merge 5 commits into from

Conversation

yu-iskw
Copy link
Contributor

@yu-iskw yu-iskw commented Dec 4, 2020

resolves #2936

Description

The CRATE TABLE DDL in BigQuery allows us to specify column schemas. For instance, by supporting the feature, we can define required columns. We can notice there is something is wrong with creating a table with schemas as well as we don't have to test not_null for required columns.

Checklist

  • I have signed the CLA
  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • I have updated the CHANGELOG.md and added information about my change to the "dbt next" section.

@cla-bot cla-bot bot added the cla:yes label Dec 4, 2020
@yu-iskw yu-iskw changed the title Enable to specify column schemas in BigQuery [WIP] Enable to specify column schemas in BigQuery Dec 4, 2020
@jtcohen6
Copy link
Contributor

I'm going to close this for now. Let's continue the discussion over in #2936

@jtcohen6 jtcohen6 closed this Apr 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support column_name and column_schema in BigQuery
2 participants