Skip to content

Commit 4382233

Browse files
committed
[to be dropped] update tests
1 parent 05eea4d commit 4382233

2 files changed

Lines changed: 2 additions & 22 deletions

File tree

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,5 @@
11

22
>>> [CLI] quality-monitors create catalog.schema.table --json @input.json
3-
{
4-
"assets_dir":"/Users/user/databricks_lakehouse_monitoring",
5-
"drift_metrics_table_name":"",
6-
"monitor_version":"",
7-
"output_schema_name":"catalog.schema",
8-
"profile_metrics_table_name":"",
9-
"snapshot": {},
10-
"status":"MONITOR_STATUS_ACTIVE",
11-
"table_name":"catalog.schema.table"
12-
}
3+
Error: unknown command "quality-monitors" for "databricks"
134

14-
>>> [CLI] bundle deployment bind monitor1 catalog.schema.table
15-
Updating deployment state...
16-
Successfully bound quality_monitor with an id 'catalog.schema.table'. Run 'bundle deploy' to deploy changes to your workspace
17-
18-
>>> [CLI] bundle deploy
19-
Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/bind-quality-monitor-test-localonly/default/files...
20-
Deploying resources...
21-
Updating deployment state...
22-
Deployment complete!
5+
Exit code: 1

acceptance/help/output.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ Databricks SQL
4545
alerts The alerts API can be used to perform CRUD operations on alerts.
4646
alerts-legacy The alerts API can be used to perform CRUD operations on alerts.
4747
alerts-v2 New version of SQL Alerts.
48-
dashboards In general, there is little need to modify dashboards using the API.
4948
data-sources This API is provided to assist you in making new query objects.
5049
queries The queries API can be used to perform CRUD operations on queries.
5150
queries-legacy These endpoints are used for CRUD operations on query definitions.
@@ -65,7 +64,6 @@ Unity Catalog
6564
metastores A metastore is the top-level container of objects in Unity Catalog.
6665
model-versions Databricks provides a hosted version of MLflow Model Registry in Unity Catalog.
6766
online-tables Online tables provide lower latency and higher QPS access to data from Delta tables.
68-
quality-monitors A monitor computes and monitors data or model quality metrics for a table over time.
6967
registered-models Databricks provides a hosted version of MLflow Model Registry in Unity Catalog.
7068
resource-quotas Unity Catalog enforces resource quotas on all securable objects, which limits the number of resources that can be created.
7169
schemas A schema (also called a database) is the second layer of Unity Catalog’s three-level namespace.
@@ -109,7 +107,6 @@ Marketplace
109107
consumer-installations Installations are entities that allow consumers to interact with Databricks Marketplace listings.
110108
consumer-listings Listings are the core entities in the Marketplace.
111109
consumer-personalization-requests Personalization Requests allow customers to interact with the individualized Marketplace listing flow.
112-
consumer-providers Providers are the entities that publish listings to the Marketplace.
113110
provider-exchange-filters Marketplace exchanges filters curate which groups can access an exchange.
114111
provider-exchanges Marketplace exchanges allow providers to share their listings with a curated set of customers.
115112
provider-files Marketplace offers a set of file APIs for various purposes such as preview notebooks and provider icons.

0 commit comments

Comments
 (0)