docs(delta-lake): clarify Databricks UC credential vending is opt-in
The Delta Lake deployment guide stated the Databricks connector in
mode: delta_lake handles UC credential vending 'automatically'. Credential
vending is opt-in via databricks_credential_vending: enabled (default
disabled); by default the connector uses static storage credentials.
- vNext: note vending is available when databricks_credential_vending:
enabled is set (default disabled).
- 2.0.x: credential vending did not exist in the v2.0.0 connector, so the
claim is removed for that version (UC metadata resolution only).
15 days ago
Release Post for v2.0-stable (#1812)
* Release Post for v2.0-stable
* fix(release): resolve v2.0-stable docs build blockers
* chore(release): update v2.0-stable post title
* Update website/releases/v2.0-stable.md
* fix cdc tag
* cdc tag fix
* fix(releases): migrate change data capture tag to cdc
* docs(release): version v2.0-stable as latest
Snapshot docs/ into versioned_docs/version-2.0.x/ via create-release.sh, promoting v2.0 to latest (/docs) and keeping trunk as Next (/docs/next).
Fix off-by-one ../ in non-markdown links across 36 index files (in both version-2.0.x and trunk docs/) that resolve at /docs/next but escape above the docs root when built as the latest version, plus a cross-version anchor leak in v1.7 (scalar_functions#embed). Markdown (.md) links untouched. Verified with a clean npm run build.
---------
Co-authored-by: Luke Kim <80174+lukekim@users.noreply.github.com>
19 days ago