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.
:param header_source_name: Optional override for the source name header.
219
219
:type header_source_name: str, optional
220
220
221
-
:param ingestion_endpoint: Your Databricks Zerobus ingestion endpoint. This is the endpoint used to stream data directly into your Databricks Lakehouse.
222
-
:type ingestion_endpoint: str
221
+
:param ingestion_endpoint_key: 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.
222
+
:type ingestion_endpoint_key: str, optional
223
223
224
224
:param table_name: The fully qualified name of your target Databricks table. Make sure this table already exists in your Databricks workspace before deploying.
225
225
:type table_name: str
226
226
227
-
:param unity_catalog_endpoint: Your Databricks workspace URL. This is used to communicate with the Unity Catalog API.
228
-
:type unity_catalog_endpoint: str
227
+
:param unity_catalog_endpoint_key: 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.
:param id: The unique identifier for this component.
98
98
:type id: str
99
99
100
-
:param ingestion_endpoint: Your Databricks Zerobus ingestion endpoint. This is the endpoint used to stream data directly into your Databricks Lakehouse.
101
-
:type ingestion_endpoint: str
100
+
:param ingestion_endpoint_key: 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.
101
+
:type ingestion_endpoint_key: str, optional
102
102
103
103
:param inputs: A list of component IDs whose output is used as the ``input`` for this component.
104
104
:type inputs: [str]
@@ -109,17 +109,19 @@ def __init__(
109
109
:param type: The destination type. The value must be ``databricks_zerobus``.
:param unity_catalog_endpoint: Your Databricks workspace URL. This is used to communicate with the Unity Catalog API.
113
-
:type unity_catalog_endpoint: str
112
+
:param unity_catalog_endpoint_key: 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