databricks-tellr 0.4.3.dev18__tar.gz → 0.4.3.dev19__tar.gz
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.
- {databricks_tellr-0.4.3.dev18 → databricks_tellr-0.4.3.dev19}/PKG-INFO +1 -1
- {databricks_tellr-0.4.3.dev18 → databricks_tellr-0.4.3.dev19}/databricks_tellr/_templates/app.yaml.template +6 -2
- {databricks_tellr-0.4.3.dev18 → databricks_tellr-0.4.3.dev19}/databricks_tellr.egg-info/PKG-INFO +1 -1
- {databricks_tellr-0.4.3.dev18 → databricks_tellr-0.4.3.dev19}/pyproject.toml +1 -1
- {databricks_tellr-0.4.3.dev18 → databricks_tellr-0.4.3.dev19}/README.md +0 -0
- {databricks_tellr-0.4.3.dev18 → databricks_tellr-0.4.3.dev19}/databricks_tellr/__init__.py +0 -0
- {databricks_tellr-0.4.3.dev18 → databricks_tellr-0.4.3.dev19}/databricks_tellr/_templates/requirements.txt.template +0 -0
- {databricks_tellr-0.4.3.dev18 → databricks_tellr-0.4.3.dev19}/databricks_tellr/deploy.py +0 -0
- {databricks_tellr-0.4.3.dev18 → databricks_tellr-0.4.3.dev19}/databricks_tellr/identifiers.py +0 -0
- {databricks_tellr-0.4.3.dev18 → databricks_tellr-0.4.3.dev19}/databricks_tellr/secret_key.py +0 -0
- {databricks_tellr-0.4.3.dev18 → databricks_tellr-0.4.3.dev19}/databricks_tellr.egg-info/SOURCES.txt +0 -0
- {databricks_tellr-0.4.3.dev18 → databricks_tellr-0.4.3.dev19}/databricks_tellr.egg-info/dependency_links.txt +0 -0
- {databricks_tellr-0.4.3.dev18 → databricks_tellr-0.4.3.dev19}/databricks_tellr.egg-info/requires.txt +0 -0
- {databricks_tellr-0.4.3.dev18 → databricks_tellr-0.4.3.dev19}/databricks_tellr.egg-info/top_level.txt +0 -0
- {databricks_tellr-0.4.3.dev18 → databricks_tellr-0.4.3.dev19}/setup.cfg +0 -0
|
@@ -37,8 +37,12 @@ env:
|
|
|
37
37
|
value: "${LAKEBASE_ENDPOINT_NAME}"
|
|
38
38
|
- name: DATABRICKS_HOST
|
|
39
39
|
valueFrom: "system.databricks_host"
|
|
40
|
-
-
|
|
41
|
-
|
|
40
|
+
# No DATABRICKS_TOKEN here (SDR-4437 F-CR-18). App SP auth is platform OAuth
|
|
41
|
+
# M2M via the injected DATABRICKS_CLIENT_ID/DATABRICKS_CLIENT_SECRET, and
|
|
42
|
+
# MLflow delegates to the same SDK credential chain. Do not reinstate it: a
|
|
43
|
+
# token in the environment is picked FIRST by that chain (pat -> basic ->
|
|
44
|
+
# metadata-service -> oauth-m2m), so it silently downgrades SP auth from
|
|
45
|
+
# OAuth M2M to token auth. See tests/unit/test_deploy_app_yaml.py.
|
|
42
46
|
# Opt-in to trust x-forwarded-email / x-forwarded-user on the MCP endpoint
|
|
43
47
|
# for app-to-app calls. Safe inside Databricks Apps because the proxy sets
|
|
44
48
|
# these headers itself and strips any caller-supplied versions. See
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{databricks_tellr-0.4.3.dev18 → databricks_tellr-0.4.3.dev19}/databricks_tellr/identifiers.py
RENAMED
|
File without changes
|
{databricks_tellr-0.4.3.dev18 → databricks_tellr-0.4.3.dev19}/databricks_tellr/secret_key.py
RENAMED
|
File without changes
|
{databricks_tellr-0.4.3.dev18 → databricks_tellr-0.4.3.dev19}/databricks_tellr.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{databricks_tellr-0.4.3.dev18 → databricks_tellr-0.4.3.dev19}/databricks_tellr.egg-info/requires.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|