-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
google_bigquery_table
doesn't support ORC format
#7691
google_bigquery_table
doesn't support ORC format
#7691
Comments
@venkykuberan there is another identical issue for the same field. Someone is working on it with an open PR that you can piggy back. |
Thank you @upodroid. @laurenemms i am closing this issue as a duplicate. We have a work in progress here #7653 for the same field. I requested to include ORC in the source_format list. |
Hi! Is it possible to reopen this? I noticed that this change was considered out of scope of that PR. |
I don't agree with the assesment in https://github.com/GoogleCloudPlatform/magic-modules/pull/4155/files#r520275350 Tests are not required for relaxing ValidateFuncs. It is the job of the enduser to supply valid values. @slevenick Do you agree? |
I'd say it could be added to that PR, but I wouldn't require them to add it. I'll reopen this as the format can be added in a separate PR |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
Community Note
modular-magician
user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If an issue is assigned to a user, that user is claiming responsibility for the issue. If an issue is assigned tohashibot
, a community member has claimed the issue already.Terraform Version
Affected Resource(s)
google_bigquery_table
Terraform Configuration Files
Expected Behavior
Should be able to create a table from a bucket with ORC data. This works from the API.
Actual Behavior
Error: expected external_data_configuration.0.source_format to be one of [CSV GOOGLE_SHEETS NEWLINE_DELIMITED_JSON AVRO DATSTORE_BACKUP PARQUET], got ORC
Steps to Reproduce
terraform apply
References
Orc is listed as supported: https://cloud.google.com/bigquery/external-data-cloud-storage and works when hitting the API
The text was updated successfully, but these errors were encountered: