We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
AFAIK BigQueryIO supports Joda, not java.time (which gives compile error Unsupported type: java.time.LocalDateTime @com.spotify.scio.bigquery.types.BigQueryTag)
Unsupported type: java.time.LocalDateTime @com.spotify.scio.bigquery.types.BigQueryTag
However, if a BigQuery entity contains a property with type org.joda.time.LocalDateTime:
org.joda.time.LocalDateTime
saveAsTypedBigQueryTable
method = Method.STORAGE_WRITE_API
Method.DEFAULT
"errorResult": { "location": "query", "message": "Field theDateTime has incompatible types. Configured schema: datetime; Avro file: string.", "reason": "invalidQuery" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
AFAIK BigQueryIO supports Joda, not java.time (which gives compile error
Unsupported type: java.time.LocalDateTime @com.spotify.scio.bigquery.types.BigQueryTag
)However, if a BigQuery entity contains a property with type
org.joda.time.LocalDateTime
:saveAsTypedBigQueryTable
withmethod = Method.STORAGE_WRITE_API
worksMethod.DEFAULT
) fails with:The text was updated successfully, but these errors were encountered: