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(dbt): Removing BQ-specific metadata from columns #278

Merged
merged 1 commit into from
Apr 10, 2024

Conversation

Vitor-Avila
Copy link
Contributor

When triggering the CLI command with the --preserve-metadata or --merge-metadata flags, dataset columns are synced by sending a GET request to /datasource/external_metadata/table/{{dataset-id}}. BQ tables return extra metadata for their columns which is not compatible with the dataset update schema.

This PR clean up the returned results.

@Vitor-Avila Vitor-Avila merged commit d5285ca into main Apr 10, 2024
5 checks passed
@Vitor-Avila Vitor-Avila deleted the bq-column-metadata-fix branch April 10, 2024 14:22
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.

2 participants