Support for externally linked tables (#12741)
In Redshift (and other databases), foreign tables show up as "EXTERNAL TABLE" - allow those to be synced in with Metabase. Updates the Redshift JDBC driver due to changelog entry from Amazon that was occurring and causing immense slowdowns in running the Redshift driver tests: When the Java application uses com.amazon.redshift.api.PGTimestamp directly, an exception occurs. Resolves #7833
Showing
- modules/drivers/redshift/project.clj 1 addition, 1 deletionmodules/drivers/redshift/project.clj
- modules/drivers/redshift/test/metabase/driver/redshift_test.clj 71 additions, 0 deletions...s/drivers/redshift/test/metabase/driver/redshift_test.clj
- src/metabase/driver/sql_jdbc/sync.clj 1 addition, 1 deletionsrc/metabase/driver/sql_jdbc/sync.clj
- test/metabase/test/data/interface.clj 1 addition, 2 deletionstest/metabase/test/data/interface.clj
Loading
Please register or sign in to comment