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
Update docs for renamed products (AI Search, Lakeflow, Git folders)
Follow-up to review feedback on #153: update renamed Databricks products
in hand-maintained docs, keeping directory/file names and bundle resource
types (vector_search_*) unchanged for link and config compatibility.
- Vector Search -> AI Search (vector_search_product_discovery example);
notes that resource types keep the legacy vector_search_* names
- Delta Live Tables -> Lakeflow Spark Declarative Pipelines
(pipeline_with_schema)
- Databricks Workflows -> Lakeflow Jobs; UI references -> Jobs & Pipelines
- Databricks Repos -> Git folders (mlops_stacks docs)
- Point links for moved docs pages at their current locations
Deliberately untouched:
- default_python, default_sql, dbt_sql, lakeflow_pipelines_*,
default_minimal, pydabs: regenerated wholesale from databricks/cli
templates by scripts/update_from_templates.sh; the CLI templates still
emit "Databricks asset bundle" wording, so that rename belongs in
databricks/cli followed by a template refresh here
- conftest.py dlt warning filters (must match the runtime warning text)
- SDK identifiers (w.lakeview.*) and YAML resource type keys
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Copy file name to clipboardExpand all lines: knowledge_base/pipeline_with_schema/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Pipeline with a dedicated Unity Catalog schema
2
2
3
-
This example demonstrates how to define a Unity Catalog schema and a Delta Live Tables pipeline that uses it.
3
+
This example demonstrates how to define a Unity Catalog schema and a [Lakeflow Spark Declarative Pipelines](https://docs.databricks.com/aws/en/dlt/) pipeline that uses it.
Copy file name to clipboardExpand all lines: knowledge_base/serverless_job/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This Declarative Automation Bundles example demonstrates how to define a job that runs on serverless compute.
4
4
5
-
For more information, please refer to the [documentation](https://docs.databricks.com/en/workflows/jobs/how-to/use-bundles-with-jobs.html#configure-a-job-that-uses-serverless-compute).
5
+
For more information, please refer to the [documentation](https://docs.databricks.com/aws/en/dev-tools/bundles/jobs-tutorial).
0 commit comments