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

BigQuery schema changes: fix added float column #1495

Merged
merged 7 commits into from
Mar 19, 2024

Conversation

Amogh-Bharadwaj
Copy link
Contributor

Currently when we add a float column to a table during a bigquery cdc mirror, it fails saying :

Type not found: FLOAT

So we need to catch that and use FLOAT64 instead

@Amogh-Bharadwaj Amogh-Bharadwaj requested review from heavycrystal and serprex and removed request for heavycrystal March 16, 2024 10:56
@iskakaushik iskakaushik requested a review from serprex March 19, 2024 13:04
@Amogh-Bharadwaj Amogh-Bharadwaj merged commit 2399689 into main Mar 19, 2024
7 checks passed
@Amogh-Bharadwaj Amogh-Bharadwaj deleted the bigquery/schema-change-float-fix branch March 19, 2024 14:47
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.

3 participants