Skip to content

Commit c4cf2e1

Browse files
committed
Updated images for Partner Connect UI migration into Marketplace
1 parent a4ee6f0 commit c4cf2e1

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

OnboardingDoc.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,13 @@ The following phrases will help you understand the Databricks product and this d
2828

2929
- **Databricks Account:** This is the customer-level object. Each customer has only 1 account. Customers can have multiple workspaces in an account.
3030
- **Databricks Workspace:** This is the product-level object that users interact with when they use Databricks. All users, user-created content (for example dashboards, jobs, and notebooks), and access controls for that content are part of a workspace. Customer data is not tied to a workspace, and the same data can be made available in multiple workspaces. API calls from partners are made to a workspace.
31-
- **Persona Switcher:** The component on the upper left of the UI that allows the user to choose the active Databricks product. This controls which features are available in the UI, and not all users have access to all 3 options. Partner Connect is available to all 3 personas.
3231
- **Personal Access Token (PAT):** A token that a partner product can use to authenticate with Databricks
3332
- **Service Principal:** An account that a partner product can use when calling Databricks APIs. Service Principals have access controls associated with them.
3433
- **OAuth M2M (machine-to-machine)** It uses service principals to authenticate Databricks. It is also known as 2-legged OAuth and OAuth Client Credentials Flow. Partner product can use service principal UUD (client_id) and OAuth secret (client_secret) to authenticate with Databricks.
3534
- **OAuth U2M (user-to-machine)** It allows users to access Databricks account and workspace resources via the partner application on behalf of a user. It is also known as 3-legged OAuth and OAuth Authorization Code Flow.
3635
- **Published OAuth application** The application that is pre-registered by Databricks and is available in all the Databricks accounts.
3736
- **Service Principal OAuth Secret**: The service principal's secret that a partner product use it along with service principal UUID to authenticate with Databricks.
3837

39-
40-
![](img/persona.png)
41-
42-
The persona switcher can take on 1 of 3 values, which are a good categorization of the 3 broad types of Databricks usage:
43-
4438
- **SQL** (aka **DBSQL** ), is primarily focused on SQL workloads and dashboarding. **SQL Warehouses** can be made available to partner products via JDBC/ODBC for SQL workloads.
4539
- **Data Science & Engineering** is primarily focused on the notebook interface and scheduling jobs. SQL, Python, Scala, and R are available. The **All Purpose Clusters** API (aka **REST API 1.2** aka **Interactive Clusters** API) is typically used for development, and the **Databricks Jobs** API (aka **REST API 2.0** ) is typically used for scheduling production jobs, and partner products can call both these APIs. A **Cluster** is a compute resource that has been provisioned to execute both of the above categories of Data Science & Engineering workloads.
4640
- **Machine Learning** has a similar notebook interface and APIs to the Data Science and Engineering persona, but the home page is focused on resources necessary for machine learning use cases and additional features are available, such as Repos and Experiments.
@@ -125,6 +119,10 @@ While there's some customization available, most partners have one of the follow
125119

126120
## Changelog
127121

122+
### v2.2.1
123+
124+
- Updated images for Partner Connect UI migration into Marketplace
125+
128126
### V2.2.0
129127
- Add the field `service_principal_oauth_secret` in the [ConnectRequest](api-doc/Models/ConnectRequest.md) for OAuth M2M support
130128
- Add the field `auth_options` in the [ParterConfig](api-doc/Models/PartnerConfig.md) to support configurable authentication options for the partner connection

img/home.png

66.9 KB
Loading

img/image2.png

-52.3 KB
Loading

img/image3.png

-54 KB
Loading

img/persona.png

-34.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)