Skip to content

Commit d103e48

Browse files
committed
fix tests
1 parent c3101e9 commit d103e48

File tree

4 files changed

+9
-12
lines changed

4 files changed

+9
-12
lines changed

acceptance/help/output.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Unity Catalog
5757
catalogs A catalog is the first layer of Unity Catalog’s three-level namespace.
5858
connections Connections allow for creating a connection to an external data source.
5959
credentials A credential represents an authentication and authorization mechanism for accessing services on your cloud tenant.
60+
entity-tag-assignments Tags are attributes that include keys and optional values that you can use to organize and categorize entities in Unity Catalog.
6061
external-lineage External Lineage APIs enable defining and managing lineage relationships between Databricks objects and external systems.
6162
external-locations An external location is an object that combines a cloud storage path with a storage credential that authorizes access to the cloud storage path.
6263
external-metadata External Metadata objects enable customers to register and manage metadata about external systems within Unity Catalog.
@@ -65,9 +66,11 @@ Unity Catalog
6566
metastores A metastore is the top-level container of objects in Unity Catalog.
6667
model-versions Databricks provides a hosted version of MLflow Model Registry in Unity Catalog.
6768
online-tables Online tables provide lower latency and higher QPS access to data from Delta tables.
69+
policies Attribute-Based Access Control (ABAC) provides high leverage governance for enforcing compliance policies in Unity Catalog.
6870
quality-monitors A monitor computes and monitors data or model quality metrics for a table over time.
6971
registered-models Databricks provides a hosted version of MLflow Model Registry in Unity Catalog.
7072
resource-quotas Unity Catalog enforces resource quotas on all securable objects, which limits the number of resources that can be created.
73+
rfa Request for Access enables customers to request access to and manage access request destinations for Unity Catalog securables.
7174
schemas A schema (also called a database) is the second layer of Unity Catalog’s three-level namespace.
7275
storage-credentials A storage credential represents an authentication and authorization mechanism for accessing data stored on your cloud tenant.
7376
system-schemas A system schema is a schema that lives within the system catalog.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Local = true
2+
Cloud = false
3+
4+
[EnvMatrix]
5+
DATABRICKS_CLI_DEPLOYMENT = ["terraform", "direct-exp"]

bundle/internal/schema/annotations_openapi_overrides.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -182,17 +182,6 @@ github.com/databricks/cli/bundle/config/resources.DashboardPermissionLevel:
182182
CAN_EDIT
183183
- |-
184184
CAN_MANAGE
185-
github.com/databricks/cli/bundle/config/resources.DatabaseCatalog:
186-
"create_database_if_not_exists":
187-
"description": |-
188-
PLACEHOLDER
189-
"uid":
190-
"description": |-
191-
PLACEHOLDER
192-
github.com/databricks/cli/bundle/config/resources.DatabaseInstance:
193-
"permissions":
194-
"description": |-
195-
PLACEHOLDER
196185
github.com/databricks/cli/bundle/config/resources.DatabaseInstancePermissionLevel:
197186
"_":
198187
"enum":

cmd/account/settings-v2/settings-v2.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)