You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Changes
Upgrade Go SDK to 0.99.0
## Why
We will upgrade to a new 0.100.0 Go SDK tomorrow and corresponding TF
provider.
Tis PR is to reduce a scope of upgrading and not to jump from 0.96 to
0.100.0
## Tests
Tests pass
<!-- 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. -->
Copy file name to clipboardExpand all lines: acceptance/help/output.txt
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Real-time Serving
33
33
serving-endpoints The Serving Endpoints API allows you to create, update, and delete model serving endpoints.
34
34
35
35
Apps
36
-
apps Apps run directly on a customer’s Databricks instance, integrate with their data, use and extend Databricks services, and enable users to interact through single sign-on.
36
+
apps Apps run directly on a customer's Databricks instance, integrate with their data, use and extend Databricks services, and enable users to interact through single sign-on.
37
37
38
38
Vector Search
39
39
vector-search-endpoints **Endpoint**: Represents the compute resources to host vector search indexes.
@@ -81,7 +81,7 @@ Unity Catalog
81
81
model-versions Databricks provides a hosted version of MLflow Model Registry in Unity Catalog.
82
82
online-tables Online tables provide lower latency and higher QPS access to data from Delta tables.
83
83
policies Attribute-Based Access Control (ABAC) provides high leverage governance for enforcing compliance policies in Unity Catalog.
84
-
quality-monitors A monitor computes and monitors data or model quality metrics for a table over time.
84
+
quality-monitors [DEPRECATED] This API is deprecated.
85
85
registered-models Databricks provides a hosted version of MLflow Model Registry in Unity Catalog.
86
86
resource-quotas Unity Catalog enforces resource quotas on all securable objects, which limits the number of resources that can be created.
87
87
rfa Request for Access enables users to request access for Unity Catalog securables.
@@ -136,7 +136,7 @@ Clean Rooms
136
136
clean-rooms A clean room uses Delta Sharing and serverless compute to provide a secure and privacy-protecting environment where multiple parties can work together on sensitive enterprise data without direct access to each other's data.
137
137
138
138
Quality Monitor
139
-
quality-monitor-v2 Manage data quality of UC objects (currently support schema).
139
+
quality-monitor-v2 [DEPRECATED] This API is deprecated.
140
140
141
141
Data Quality Monitoring
142
142
data-quality Manage the data quality of Unity Catalog objects (currently support schema and table).
@@ -149,6 +149,9 @@ Tags
149
149
tag-policies The Tag Policy API allows you to manage policies for governed tags in Databricks.
150
150
workspace-entity-tag-assignments Manage tag assignments on workspace-scoped objects.
151
151
152
+
Postgres
153
+
postgres Use the Postgres API to create and manage Lakebase Autoscaling Postgres infrastructure, including projects, branches, compute endpoints, and roles.
154
+
152
155
Developer Tools
153
156
bundle Databricks Asset Bundles let you express data/AI/analytics projects as code.
154
157
sync Synchronize a local directory to a workspace directory
Immutable. The Unity Catalog connection that this ingestion pipeline uses to communicate with the source. This is used with connectors for applications like Salesforce, Workday, and so on.
3929
+
"full_refresh_window":
3930
+
"description": |-
3931
+
(Optional) A window that specifies a set of time ranges for snapshot queries in CDC.
3872
3932
"ingest_from_uc_foreign_catalog":
3873
3933
"description": |-
3874
3934
Immutable. If set to true, the pipeline will ingest tables from the
Configuration settings to control the ingestion of tables. These settings override the table_configuration defined in the IngestionPipelineDefinition object and the SchemaSpec.
0 commit comments