[source-bigquery] when using sync mode "incremental | Append" on a stream which references a cursor field that contains the keyword "Timestamp", subsequent syncs after the first to fail with a Syntax error: Expected end of input but got keyword TIMESTAMP #51566
Labels
area/connectors
Connector related issues
autoteam
team/connectors-python
type/bug
Something isn't working
Connector Name
source-bigquery
Connector Version
0.4.2
What step the error happened?
During the sync
Relevant information
It looks like there's a parsing error with field names here when the keyword "Timestamp" is included in a column name.
e.g adding a prefix like: "a_Timestamp" will sync fine, but a field called "Timestamp" will not.
Reproduction steps are below:
Table after insert:
Logs:
default_workspace_logs_25_txt.txt.zip
Relevant log output
Contribute
The text was updated successfully, but these errors were encountered: