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
description: Name of the environment variable or the secret identifier that references the Databricks Zerobus ingestion endpoint, which is used to stream data directly into your Databricks Lakehouse.
description: Name of the environment variable or the secret identifier that references your Databricks workspace URL, which is used to communicate with the Unity Catalog API.
Copy file name to clipboardExpand all lines: lib/datadog_api_client/v2/models/observability_pipeline_databricks_zerobus_destination.rb
+15-37Lines changed: 15 additions & 37 deletions
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,8 @@ class ObservabilityPipelineDatabricksZerobusDestination
32
32
# The unique identifier for this component.
33
33
attr_reader:id
34
34
35
-
# Your Databricks Zerobus ingestion endpoint. This is the endpoint used to stream data directly into your Databricks Lakehouse.
36
-
attr_reader:ingestion_endpoint
35
+
# Name of the environment variable or the secret identifier that references the Databricks Zerobus ingestion endpoint, which is used to stream data directly into your Databricks Lakehouse.
36
+
attr_accessor:ingestion_endpoint_key
37
37
38
38
# A list of component IDs whose output is used as the `input` for this component.
39
39
attr_reader:inputs
@@ -44,8 +44,8 @@ class ObservabilityPipelineDatabricksZerobusDestination
44
44
# The destination type. The value must be `databricks_zerobus`.
45
45
attr_reader:type
46
46
47
-
# Your Databricks workspace URL. This is used to communicate with the Unity Catalog API.
48
-
attr_reader:unity_catalog_endpoint
47
+
# Name of the environment variable or the secret identifier that references your Databricks workspace URL, which is used to communicate with the Unity Catalog API.
0 commit comments