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

DAT-17482 - Adding Bigquery test-harness #795

Closed
wants to merge 2 commits into from
Closed

Conversation

filipelautert
Copy link
Contributor

No description provided.

@filipelautert filipelautert changed the title Adding Bigquery test-harness DAT-17482 - Adding Bigquery test-harness Apr 24, 2024
@filipelautert filipelautert added the TypeEnhancement New feature or request label Apr 24, 2024
@filipelautert filipelautert marked this pull request as ready for review April 25, 2024 13:11
@KushnirykOleh
Copy link
Contributor

while running tests locally, found an issue with snapshot generation
Error executing SQL SELECT NULL AS SEQUENCE_NAME, NULL AS START_VALUE, NULL AS AS MIN_VALUE, NULL AS MAX_VALUE, NULL AS INCREMENT_BY, NULL AS WILL_CYCLE oleh.INFORMATION_SCHEMA.COLUMNS WHERE 1=0: [Simba][BigQueryJDBCDriver](100032) Error executing query job. Message: Syntax error: Unexpected keyword AS at [1:60]
For some reason liquibase tried to make snapshot of sequences, even sequences aren't supported in BigQuery.

@filipelautert
Copy link
Contributor Author

while running tests locally, found an issue with snapshot generation Error executing SQL SELECT NULL AS SEQUENCE_NAME, NULL AS START_VALUE, NULL AS AS MIN_VALUE, NULL AS MAX_VALUE, NULL AS INCREMENT_BY, NULL AS WILL_CYCLE oleh.INFORMATION_SCHEMA.COLUMNS WHERE 1=0: [Simba][BigQueryJDBCDriver](100032) Error executing query job. Message: Syntax error: Unexpected keyword AS at [1:60] For some reason liquibase tried to make snapshot of sequences, even sequences aren't supported in BigQuery.

@KushnirykOleh I managed to fix it now... could you give it a retry?

@vitaliimak vitaliimak deleted the DAT-17482 branch June 4, 2024 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TypeEnhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants