exasol / bigquery-virtual-schema

Virtual Schema for connecting Big Query as a data source to Exasol
MIT License
1 stars 1 forks source link

Add integration tests #9

Closed kaklakariada closed 2 years ago

kaklakariada commented 2 years ago

In order to verify the bugfix for #8 we need to add integration tests using the BigQuery JDBC driver and bigquery-emulator.

This requires changes to bigquery-emulator: https://github.com/goccy/bigquery-emulator/issues/7

This issue would be useful: https://github.com/exasol/exasol-testcontainers/issues/74

kaklakariada commented 2 years ago

Integration tests with BigQuery in Google cloud where added in #8. The emulator does not yet support all required features.