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

Truncate description if more than 1024 characters #44

Merged
merged 2 commits into from
Mar 22, 2024

Conversation

lyoung-confluent
Copy link
Contributor

BigQuery has a limit of 1024 characters on a field description:

BigQuery error in update operation: The description for field <field-name> is too long. The maximum length is 1024 characters.

This PR truncates the description and adds ... if it is ends up more than 1024 characters

@mescanne mescanne merged commit 31a7e43 into GoogleCloudPlatform:master Mar 22, 2024
3 checks passed
@mescanne
Copy link
Collaborator

Looks good to me!

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