-
- Downloads
Add Kerberos support to Presto JDBC Driver (#16307)
* Add Kerberos support to Presto JDBC Driver Adding Kerberos properties as DB details properties Refactoring utility methods for dealing with additional options Adding test for Kerb properties -> connection string Adding GitHub action to run integration test Start to move logic for capturing necessary files to new script, and calling that from mba run Adjust settings in `metabase.test.data.presto-jdbc` to capture test parameters
Showing
- .github/scripts/README.md 3 additions, 0 deletions.github/scripts/README.md
- .github/scripts/run-presto-kerberos-integration-test.sh 68 additions, 0 deletions.github/scripts/run-presto-kerberos-integration-test.sh
- .github/workflows/presto-kerberos-integration-test.yml 70 additions, 0 deletions.github/workflows/presto-kerberos-integration-test.yml
- modules/drivers/presto-jdbc/resources/metabase-plugin.yaml 43 additions, 2 deletionsmodules/drivers/presto-jdbc/resources/metabase-plugin.yaml
- modules/drivers/presto-jdbc/src/metabase/driver/presto_jdbc.clj 58 additions, 15 deletions...s/drivers/presto-jdbc/src/metabase/driver/presto_jdbc.clj
- modules/drivers/presto-jdbc/test/metabase/driver/presto_jdbc_test.clj 17 additions, 0 deletions...ers/presto-jdbc/test/metabase/driver/presto_jdbc_test.clj
- modules/drivers/presto-jdbc/test/metabase/test/data/presto_jdbc.clj 15 additions, 7 deletions...ivers/presto-jdbc/test/metabase/test/data/presto_jdbc.clj
- src/metabase/driver/sql_jdbc/common.clj 36 additions, 8 deletionssrc/metabase/driver/sql_jdbc/common.clj
- test/metabase/driver/sql_jdbc/common_test.clj 20 additions, 0 deletionstest/metabase/driver/sql_jdbc/common_test.clj
.github/scripts/README.md
0 → 100644
Please register or sign in to comment