Google-bigquery: Add a test using GoogleBigQueryConstants.PARTITION_DECORATOR if possible
- Dominant language
- Java
- Stars
- 302
- Forks
- 232
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 114
Description
I was not able to find a way of using `GoogleBigQueryConstants.PARTITION_DECORATOR` during implementation of https://github.com/apache/camel-quarkus/issues/3949
All my attempts failed on an error returned by the Google Cloud API
```
Streaming to metadata partition of column based partitioning table ... is disallowed
```
It would be nice to investigate the problem and found whether it is caused by the wrong usage (and fix the test) or whether there is a limitation/issue on Google Cloud API.
I think that one of possible explanations might be the fact, that it takes several minutes/hours for the google engine to create partitions for the table
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.