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
@@ -88,6 +89,9 @@ All fields but `delete_url` and `supported_features` are required.
88
89
89
90
The category controls where the tile appears on the Partner Connect page.
90
91
92
+
### Hostnames
93
+
`hostnames` is a comma separated string, represent the list of hostnames that will used in the redirected urls.
94
+
91
95
### Supported Features
92
96
`supported_features` is an array containing any of `[UNITY_CATALOG, NON_ADMIN, EXTERNAL_LOCATION]` and can be empty.
93
97
`EXTERNAL_LOCATION` only applies to partners who are writing data to Databricks.
@@ -109,6 +113,13 @@ Use the below table to determine the integration type for the self-testing partn
109
113
| WAREHOUSE_WRITE | Used by partners that only need to write (ingest) data into the Lakehouse.<br/>In Partner Connect, the user selects which catalog to grant write access to your product.<br/>Databricks provides the partner a SQL Warehouse and PAT with permissions to create schemas and tables in that catalog.<br/>This is often used by **Ingestion partners**. |
110
114
| WORKSPACE_MANAGEMENT | Used by partners that need to create clusters and jobs.<br/>Databricks provides the partner with a PAT which can be used to call Databricks REST APIs on clusters in the workspace.<br/>This does not give the partner access to Databricks SQL warehouses. |
111
115
116
+
### Auth Options
117
+
`auth_options` is an array containing one of `[AUTH_OAUTH_M2M, AUTH_PAT]` or can be empty. When absent or empty, `AUTH_PAT` will be used.
118
+
119
+
More auth options are planned to be added in the future.
120
+
121
+
`AUTH_OAUTH_M2M` and `AUTH_PAT` are mutually exclusive. They cannot be both present at the same time.
0 commit comments