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
* Remove print statement (#241)
* Do not require redis in rxconfig.py (#395)
* use rx.color instead of var in icon docs page (#1019)
* Revert the last two deploy workflow commits (#1308)
* Revert "Fix: Remove interactive flag from deploy workflows (#1307)"
This reverts commit 08d1ce0bc34058c489ac580ffde194cfcc45b4ac.
* Revert "Fix: Replace --no-interactive with --interactive=false in deploy workflows (#1306)"
This reverts commit 55aed9660525cdd3b477a26141ab176640590a7b.
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
* oauth databricks docs
---------
Co-authored-by: Elijah Ahianyo <[email protected]>
Co-authored-by: Masen Furer <[email protected]>
Co-authored-by: Carlos <[email protected]>
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Tom Gotsman <[email protected]>
There are two methods to authenticate your app with Databricks: using a **Personal Access Token** or via **OAuth**. Choose one of the methods below to obtain the necessary credentials.
80
+
81
+
82
+
---md tabs
83
+
84
+
--tab Personal Access Token
85
+
## Generate a Personal Access Token (DATABRICKS_TOKEN)
86
+
87
+
54
88
- Click on your profile icon → **Settings**.
55
89
- Click **Developer**.
56
90
- Click **Manage** in Access Tokens.
@@ -86,16 +120,21 @@ rx.el.div(
86
120
)
87
121
```
88
122
89
-
4 - Get your **DATABRICKS_CATALOG** and **DATABRICKS_SCHEMA**:
90
-
- Click the SQL Editor from the sidebar.
91
-
- Choose the **DATABRICKS_CATALOG** and **DATABRICKS_SCHEMA** from the dropdowns as shown below.
123
+
124
+
125
+
126
+
--
127
+
--tab OAuth
128
+
## Use OAuth (DATABRICKS_CLIENT_ID and DATABRICKS_CLIENT_SECRET)
129
+
130
+
- Open the dropdown in the top right corner and select **Manage Account**.
0 commit comments