Uh oh!
There was an error while loading. Please reload this page.
Added support for UC catalogs (only in direct mode) - #4342
Conversation
denik
left a comment
There was a problem hiding this comment.
Do we want auto-dependency injected between catalogs and schemas like we do for volumes-schemas?
Can you take a look at acceptance/bundle/resources/grants, should we have a test here?
Uh oh!
There was an error while loading. Please reload this page.
Commit: 257a100
22 interesting tests: 8 RECOVERED, 5 KNOWN, 5 SKIP, 2 flaky, 2 FAIL
Top 50 slowest tests (at least 2 minutes):
|
denik
left a comment
There was a problem hiding this comment.
can you update direct/dresources/resources.yml as well?
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
denik
commented
Jan 23, 2026
Also, could you add a config for invariant tests? #4326 Example for schemas: https://github.com/databricks/cli/blob/main/acceptance/bundle/invariant/configs/schema.yml.tmpl |
Uh oh!
There was an error while loading. Please reload this page.
## Release v0.287.0 ### CLI * Add Lakebase Autoscaling support to `psql` command ([#4399](#4399)) * Add `workspace_id` to the profiles command ([#4404](#4404)) ### Bundles * Add support for Lakebase resources (postgres_projects, postgres_branches, postgres_endpoints) ([#4423](#4423)) * Add missing values to SchemaGrantPrivilege enum ([#4380](#4380)) * Added support for UC catalogs (only in direct mode) ([#4342](#4342)) * engine/direct: Fix updates to fields being ignored for database_catalogs, synced_database_tables (([#4388](#4388))) * engine/direct: Fix migration for database_instances, database_catalog, synced_database_tables ([#4424](#4424)) * Show warning message if valueFrom is used instead of value_from in app config section ([$4429](#4429))
## Changes Added support for UC catalogs (only in direct mode) ## Why Supporting UC catalogs is a natural conrinuation of DABs support for UC schemas. ## Tests Added acceptance test <!-- If your PR needs to be included in the release notes for next release, add a separate entry in NEXT_CHANGELOG.md as part of your PR. -->
## Release v0.287.0 ### CLI * Add Lakebase Autoscaling support to `psql` command ([#4399](#4399)) * Add `workspace_id` to the profiles command ([#4404](#4404)) ### Bundles * Add support for Lakebase resources (postgres_projects, postgres_branches, postgres_endpoints) ([#4423](#4423)) * Add missing values to SchemaGrantPrivilege enum ([#4380](#4380)) * Added support for UC catalogs (only in direct mode) ([#4342](#4342)) * engine/direct: Fix updates to fields being ignored for database_catalogs, synced_database_tables (([#4388](#4388))) * engine/direct: Fix migration for database_instances, database_catalog, synced_database_tables ([#4424](#4424)) * Show warning message if valueFrom is used instead of value_from in app config section ([$4429](#4429))
Changes
Added support for UC catalogs (only in direct mode)
Why
Supporting UC catalogs is a natural conrinuation of DABs support for UC schemas.
Tests
Added acceptance test