@lightdash/warehouses 0.2473.0 → 0.2473.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6,7 +6,7 @@ import WarehouseBaseSqlBuilder from './WarehouseBaseSqlBuilder';
|
|
|
6
6
|
/**
|
|
7
7
|
* Pre-registered Databricks public OAuth client ID for U2M authentication.
|
|
8
8
|
* This is a built-in client that doesn't require registering a custom OAuth app.
|
|
9
|
-
* This client id only works on
|
|
9
|
+
* This client id only works on the CLI redirect URIs. For the UI we require a custom OAuth app
|
|
10
10
|
* with a valid whitelisted redirect URI.
|
|
11
11
|
* https://docs.databricks.com/en/dev-tools/auth/oauth-u2m.html
|
|
12
12
|
*/
|
|
@@ -15,7 +15,7 @@ const WarehouseBaseSqlBuilder_1 = __importDefault(require("./WarehouseBaseSqlBui
|
|
|
15
15
|
/**
|
|
16
16
|
* Pre-registered Databricks public OAuth client ID for U2M authentication.
|
|
17
17
|
* This is a built-in client that doesn't require registering a custom OAuth app.
|
|
18
|
-
* This client id only works on
|
|
18
|
+
* This client id only works on the CLI redirect URIs. For the UI we require a custom OAuth app
|
|
19
19
|
* with a valid whitelisted redirect URI.
|
|
20
20
|
* https://docs.databricks.com/en/dev-tools/auth/oauth-u2m.html
|
|
21
21
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lightdash/warehouses",
|
|
3
|
-
"version": "0.2473.
|
|
3
|
+
"version": "0.2473.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"snowflake-sdk": "~2.3.3",
|
|
24
24
|
"ssh2": "^1.14.0",
|
|
25
25
|
"trino-client": "0.2.9",
|
|
26
|
-
"@lightdash/common": "0.2473.
|
|
26
|
+
"@lightdash/common": "0.2473.2"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@types/pg": "^8.11.10",
|