-
- Downloads
Add GET /api/database/{id}/syncable_schemas endpoint (#30529)
* Add `include_empty` parameter to GET /api/database/{id}/schemas endpoint * Reuse filtered-syncable-schemas * Add schemas driver feature flag * Add comment * Add driver specific tests for all-schemas * Fix kondo * Revert "Add schemas driver feature flag" This reverts commit 91474aff84dfb7e47f392de5836c0d18a508b23f. * Rename to syncable-schemas and create new endpoint * syncable-schemas default impl * Update tests * Add multimethod to driver changelog * Fix Tamas' suggestions
Showing
- docs/developers-guide/driver-changelog.md 4 additions, 0 deletionsdocs/developers-guide/driver-changelog.md
- src/metabase/api/database.clj 9 additions, 1 deletionsrc/metabase/api/database.clj
- src/metabase/driver.clj 8 additions, 0 deletionssrc/metabase/driver.clj
- src/metabase/driver/postgres.clj 2 additions, 0 deletionssrc/metabase/driver/postgres.clj
- src/metabase/driver/sql_jdbc.clj 8 additions, 0 deletionssrc/metabase/driver/sql_jdbc.clj
- test/metabase/api/database_test.clj 11 additions, 0 deletionstest/metabase/api/database_test.clj
- test/metabase/driver/h2_test.clj 7 additions, 0 deletionstest/metabase/driver/h2_test.clj
- test/metabase/driver/mysql_test.clj 7 additions, 0 deletionstest/metabase/driver/mysql_test.clj
- test/metabase/driver/postgres_test.clj 20 additions, 0 deletionstest/metabase/driver/postgres_test.clj
Loading
Please register or sign in to comment