Self-paced courses are free with a Databricks account. The instructor-led ones are paid.
Resources
The courses, videos, repositories and tools worth your time, and the official page behind every concept. The link job re-checks each one, and each points back to what it explains.
Nothing matches. Try another word, or clear the filters.
Hand-picked
Walkthrough of a metastore, catalogs, schemas and grants in the UI.
The two incremental ingestion paths side by side, on the same data.
A declarative pipeline built and run end to end, expectations included.
How the task graph, triggers and dependencies fit together.
What Lakeflow actually does underneath the declarative syntax.
Why bundles exist and what they replace.
Past the getting-started example: variables, targets and real deployments.
Dataset to dashboard to Genie space, in one sitting.
The product thinking behind AI/BI, useful before you build one.
What serverless changes about sizing and cost.
How the warehouse decides to scale, and what that does to the bill.
An independent first look, with the caveats the launch post leaves out.
What Photon accelerates, what falls back, and whether it pays.
Clustering shown through the operation it helps most.
A conversation about where the layers go wrong, not a happy-path demo.
Index types, embeddings and when vector search is the wrong tool.
What changed in MLflow 3 and why runs and models were separated.
Authoring, evaluating and serving an agent, end to end.
Official channel: Data+AI Summit sessions, product deep dives, release walkthroughs.
Independent channel with hands-on Databricks walkthroughs and opinionated reviews of new features.
Metadata-driven bronze and silver pipelines: one specification per dataset, one generic Lakeflow pipeline that reads it. Formerly dlt-meta, and one of the few Labs projects with an official docs page.
Cost estimator for a workload before you run it: DBU sizing, cloud cost and configuration comparison, deployed as a Databricks App.
In-process Spark quality rules with quarantine and statistics tables, rules kept in a table and alerting to Kafka or email. The closest non-Databricks equivalent of DQX.
Python bindings for Deequ, "unit tests for data" on Spark: constraint suggestion, a metrics repository and anomaly detection over the metric history.
Checks written in YAML against warehouses and Spark, now positioned as a data contracts engine.
Expectation suites plus generated data documentation across Spark, pandas and SQL backends. Stewardship moved from the Great Expectations organisation to Fivetran in May 2026.
Schema and statistical typing for pandas, Polars and PySpark: declare a DataFrame schema and validate it in the job and in CI.
Time-series API on top of Spark: as-of joins, lagged values, resampling and rolling statistics without hand-written window functions.
Runs one operation across many Unity Catalog tables at once. Quiet since 2025 and part of its classification API is deprecated: useful as a script, not as a dependency.
Lightweight SQL execution over the Databricks SDK, for tools that need to run a query without a Spark session.
No longer actively maintained: its own README points to Databricks Asset Bundles. Worth knowing because plenty of repositories still deploy with it.
Toolkit for migrating a workspace onto Unity Catalog: assessment, table migration, rewriting jobs and dashboards.
Data quality checks on PySpark DataFrames and tables, batch and streaming, with quarantine and summary metrics. The programmatic counterpart to pipeline expectations.
Automates migration onto Databricks from other warehouses: source profiling, SQL dialect conversion and row-level reconciliation. Formerly called Remorph.
Generates synthetic data with Spark. The fastest way to get a realistic table to practise on.
Pytest fixtures for Databricks: real workspace objects created and cleaned up around a test.
The shared scaffolding behind the Labs projects: config, logging, CLI wiring for a Python project on Databricks.
The dbt adapter. Relevant if your transformations live in dbt rather than in pipelines.
Terraform for workspaces, clusters, policies and grants. Bundles ship code, Terraform provisions the platform.
Read and write Delta tables from Rust and Python without Spark. Useful for understanding the protocol.
The VS Code extension: sync a local folder, run a file on a cluster, debug with Databricks Connect.
The SQL connector for Python: query a warehouse from anything that is not a notebook.
Index of the Labs projects. Exploratory tools, not covered by a support agreement.
One-command demo notebooks for most Databricks features. The fastest way to see a concept running.
Source of the dbdemos installer and every demo notebook.
Reference implementations by industry. Useful for seeing a full pipeline rather than a snippet.
The CLI itself, including the bundle implementation. Read the issues when a bundle behaves oddly.
Working databricks.yml examples, from a one-job bundle to multi-target setups.
The Python SDK. The dataclasses in service/jobs.py are the clearest reference for job JSON.
Delta Lake itself. PROTOCOL.md is the authoritative description of the transaction log.
Upstream Spark. Worth opening when a Databricks doc says 'see the Spark documentation'.
Unofficial, MIT-licensed set of 71 Databricks product icons taken from official artwork, in SVG and PNG with Mermaid and draw.io packs. Handy for architecture diagrams; read the Databricks brand guidelines before public or commercial use.
Free ebook, registration required. Patterns rather than syntax.
Learning Spark, second edition. Free from Databricks with registration.
Delta Lake: The Definitive Guide. Free with registration.
Free online notes on Delta Lake internals. Deeper than the docs, occasionally behind them.
Free online notes on Spark SQL internals: Catalyst, physical plans, adaptive execution.
Official blog. Also one of the feeds the release-notes job reads.
Community forum. Often the only place an error message is explained.
Curated old-name to new-name catalogue. Also feeds the release-notes job.
Official documentation, by area
SQL0
- ai_extract functiondocs.databricks.com/…/functions/ai_extract · explains AI functions in SQL
- ai_classify functiondocs.databricks.com/…/functions/ai_classify · explains AI functions in SQL
- ai_translate functiondocs.databricks.com/…/functions/ai_translate · explains AI functions in SQL
- ai_forecast functiondocs.databricks.com/…/functions/ai_forecast · explains AI functions in SQL
- ai_enrich functiondocs.databricks.com/…/functions/ai_enrich · explains AI functions in SQL
- VARIANT typedocs.databricks.com/…/data-types/variant-type · explains AI functions in SQL
- Unity Catalog semanticsdocs.databricks.com/…/en/uc-semantics · explains Metric views +2
- Unity Catalog metric viewsdocs.databricks.com/…/uc-semantics/metric-views · explains Metric views
- Create a metric viewdocs.databricks.com/…/metric-views/create · explains Metric views
- Metric view YAML syntax referencedocs.databricks.com/…/metric-views/yaml-reference · explains Metric views
- Query metric viewsdocs.databricks.com/…/metric-views/query · explains Metric views
- Metric view feature availabilitydocs.databricks.com/…/metric-views/feature-availability · explains Metric views
- Manage metric viewsdocs.databricks.com/…/metric-views/manage · explains Metric views
- Piped operationdocs.databricks.com/…/language-manual/sql-ref-syntax-qry-select-pipeop · explains Pipe syntax for queries
- SQL Pipeline Syntaxdocs.databricks.com/…/language-manual/sql-ref-syntax-qry-pipeline · explains Pipe syntax for queries
- SQL scriptingdocs.databricks.com/…/language-manual/sql-ref-scripting · explains SQL scripting and stored procedures
- BEGIN END compound statementdocs.databricks.com/…/control-flow/compound-stmt · explains SQL scripting and stored procedures
- CREATE PROCEDUREdocs.databricks.com/…/language-manual/sql-ref-syntax-ddl-create-procedure · explains SQL scripting and stored procedures
- CALLdocs.databricks.com/…/language-manual/sql-ref-syntax-aux-call · explains SQL scripting and stored procedures
- EXECUTE IMMEDIATEdocs.databricks.com/…/language-manual/sql-ref-syntax-aux-execute-immediate · explains SQL scripting and stored procedures
- FOR statementdocs.databricks.com/…/control-flow/for-stmt · explains SQL scripting and stored procedures
- FETCH statementdocs.databricks.com/…/control-flow/fetch-stmt · explains SQL scripting and stored procedures
- GET DIAGNOSTICS statementdocs.databricks.com/…/control-flow/get-diagnostics-stmt · explains SQL scripting and stored procedures
- Databricks SQL language referencedocs.databricks.com/…/sql/language-manual · explains Spark SQL, the dialect +4 · checked 10 Sept 2026
- SELECT (subselect)docs.databricks.com/…/language-manual/sql-ref-syntax-qry-select · explains Spark SQL, the dialect · checked 10 Sept 2026
- Identifiersdocs.databricks.com/…/language-manual/sql-ref-identifiers · explains Spark SQL, the dialect · checked 10 Sept 2026
- ANSI compliance in Databricks Runtimedocs.databricks.com/…/language-manual/sql-ref-ansi-compliance · explains Spark SQL, the dialect +1 · checked 10 Sept 2026
- USE DATABASEdocs.databricks.com/…/language-manual/sql-ref-syntax-ddl-usedb · explains Spark SQL, the dialect · checked 10 Sept 2026
- Data typesdocs.databricks.com/…/language-manual/sql-ref-datatypes · explains Types and casting · checked 10 Sept 2026
- cast functiondocs.databricks.com/…/functions/cast · explains Types and casting · checked 10 Sept 2026
- DECIMAL typedocs.databricks.com/…/data-types/decimal-type · explains Types and casting · checked 10 Sept 2026
- JOINdocs.databricks.com/…/language-manual/sql-ref-syntax-qry-select-join · explains Joins and set operations · checked 10 Sept 2026
- Set operatorsdocs.databricks.com/…/language-manual/sql-ref-syntax-qry-select-setops · explains Joins and set operations · checked 10 Sept 2026
- Hintsdocs.databricks.com/…/language-manual/sql-ref-syntax-qry-select-hints · explains Joins and set operations · checked 10 Sept 2026
- MERGE INTOdocs.databricks.com/…/language-manual/delta-merge-into · explains MERGE, UPDATE, DELETE on Delta · checked 10 Sept 2026
- Selectively overwrite data with Delta Lakedocs.databricks.com/…/delta/selective-overwrite · explains MERGE, UPDATE, DELETE on Delta · checked 10 Sept 2026
- Deletion vectors in Databricksdocs.databricks.com/…/delta/deletion-vectors · explains MERGE, UPDATE, DELETE on Delta · checked 10 Sept 2026
- What is Delta Lake in Databricks?docs.databricks.com/…/delta/delta-update · explains MERGE, UPDATE, DELETE on Delta · checked 10 Sept 2026
- Window functionsdocs.databricks.com/…/language-manual/sql-ref-window-functions · explains Window functions · checked 10 Sept 2026
- QUALIFY clausedocs.databricks.com/…/language-manual/sql-ref-syntax-qry-select-qualify · explains Window functions · checked 10 Sept 2026
Python / PySpark0
- PySpark API referencespark.apache.org/…/reference/index.html · explains Columns, rows, and DataFrame structure +3 · checked 10 Sept 2026
- Data format optionsdocs.databricks.com/…/query/formats · explains Reading and writing DataFrames · checked 10 Sept 2026
- Pandas API on Sparkdocs.databricks.com/…/pandas/pandas-on-spark · explains PySpark versus pandas · checked 10 Sept 2026
- Databricks Utilities (dbutils) referencedocs.databricks.com/…/dev-tools/databricks-utils · explains Python in notebooks: dbutils, widgets, modules · checked 10 Sept 2026
- What are user-defined functions (UDFs)?docs.databricks.com/…/en/udf · explains UDFs and when not to write one · checked 10 Sept 2026
- pandas user-defined functionsdocs.databricks.com/…/udf/pandas · explains UDFs and when not to write one · checked 10 Sept 2026
- PySpark basicsdocs.databricks.com/…/pyspark/basics · explains Columns, rows, and DataFrame structure +2 · checked 10 Sept 2026
- pyspark.sql.DataFrame.dropDuplicates PySpark 4.2.0 documentationspark.apache.org/…/api/pyspark.sql.DataFrame.dropDuplicates.html · explains Deduplication and aggregations · checked 10 Sept 2026
- pyspark.sql.DataFrame.join PySpark 4.2.0 documentationspark.apache.org/…/api/pyspark.sql.DataFrame.join.html · explains Joins and unions between DataFrames · checked 10 Sept 2026
Workspace0
- CI/CD workflows on Databricksdocs.databricks.com/…/ci-cd/flows · explains Bundles in a CI/CD pipeline
- Authenticate access to Databricks using OAuth token federationdocs.databricks.com/…/auth/oauth-federation · explains Bundles in a CI/CD pipeline
- Enable workload identity federation for GitHub Actionsdocs.databricks.com/…/auth/provider-github · explains Bundles in a CI/CD pipeline
- fs command groupdocs.databricks.com/…/reference/fs-commands · explains Bundles in a CI/CD pipeline
- Cost management tools on Databricksdocs.databricks.com/…/admin/usage · explains Cost attribution and budgets
- Use tags to attribute and track usagedocs.databricks.com/…/account-settings/usage-detail-tags · explains Cost attribution and budgets
- Attribute usage with serverless usage policiesdocs.databricks.com/…/usage/budget-policies · explains Cost attribution and budgets
- Create and monitor budgetsdocs.databricks.com/…/account-settings/budgets · explains Cost attribution and budgets
- Monitor costs using system tablesdocs.databricks.com/…/usage/system-tables · explains Cost attribution and budgets
- Databricks CLIdocs.databricks.com/…/dev-tools/cli · explains The CLI and the SDKs · checked 10 Sept 2026
- Databricks unified authenticationdocs.databricks.com/…/auth/unified-auth · explains The CLI and the SDKs · checked 10 Sept 2026
- Databricks SDK for Pythondocs.databricks.com/…/dev-tools/sdk-python · explains The CLI and the SDKs · checked 10 Sept 2026
- Databricks Connectdocs.databricks.com/…/dev-tools/databricks-connect · explains The CLI and the SDKs · checked 10 Sept 2026
- Databricks notebooksdocs.databricks.com/…/en/notebooks · explains Notebooks · checked 10 Sept 2026
- Develop code in Databricks notebooksdocs.databricks.com/…/notebooks/notebooks-code · explains Notebooks · checked 10 Sept 2026
- Databricks widgetsdocs.databricks.com/…/notebooks/widgets · explains Notebooks · checked 10 Sept 2026
- Notebook outputs and resultsdocs.databricks.com/…/notebooks/notebook-outputs · explains Notebooks · checked 10 Sept 2026
- Secret managementdocs.databricks.com/…/security/secrets · explains Secrets and credentials · checked 10 Sept 2026
- Work with files on Databricksdocs.databricks.com/…/en/files · explains Workspace files and volumes · checked 10 Sept 2026
- What are Unity Catalog volumes?docs.databricks.com/…/en/volumes · explains Workspace files and volumes · checked 10 Sept 2026
- What are Declarative Automation Bundles?docs.databricks.com/…/dev-tools/bundles · explains Declarative Automation Bundles and the Databricks CLI · checked 10 Sept 2026
- Declarative Automation Bundles configurationdocs.databricks.com/…/bundles/settings · explains Declarative Automation Bundles and the Databricks CLI +1 · checked 10 Sept 2026
- bundle command groupdocs.databricks.com/…/cli/bundle-commands · explains Declarative Automation Bundles and the Databricks CLI · checked 10 Sept 2026
- Authentication for the Databricks CLIdocs.databricks.com/…/cli/authentication · explains Declarative Automation Bundles and the Databricks CLI · checked 10 Sept 2026
- GitHub Actionsdocs.databricks.com/…/ci-cd/github · explains Declarative Automation Bundles and the Databricks CLI · checked 10 Sept 2026
- Substitutions and variables in Declarative Automation Bundlesdocs.databricks.com/…/bundles/variables · explains Bundles: variables, targets, and per-environment overrides · checked 10 Sept 2026
- Declarative Automation Bundles deployment modesdocs.databricks.com/…/bundles/deployment-modes · explains Bundles: variables, targets, and per-environment overrides · checked 10 Sept 2026
- Databricks Git foldersdocs.databricks.com/…/en/repos · explains Git folders: branches, commits, pull requests · checked 10 Sept 2026
- Create and manage Git foldersdocs.databricks.com/…/repos/git-operations-with-repos · explains Git folders: branches, commits, pull requests · checked 10 Sept 2026
- Connect your Git provider to Databricksdocs.databricks.com/…/repos/get-access-tokens-from-git-provider · explains Git folders: branches, commits, pull requests · checked 10 Sept 2026
- Databricks Git folder limits and referencedocs.databricks.com/…/repos/limits · explains Git folders: branches, commits, pull requests · checked 10 Sept 2026
- High-level architecturedocs.databricks.com/…/getting-started/overview · explains Architecture of the Data Intelligence Platform · checked 10 Sept 2026
- Databricks componentsdocs.databricks.com/…/getting-started/concepts · explains Architecture of the Data Intelligence Platform · checked 10 Sept 2026
Catalog0
- Workspace-catalog bindingdocs.databricks.com/…/access-control/workspace-catalog-binding · explains Workspace-catalog binding
- What are catalogs in Databricks?docs.databricks.com/…/en/catalogs · explains Workspace-catalog binding
- Unity Catalog best practicesdocs.databricks.com/…/unity-catalog/best-practices · explains Workspace-catalog binding
- Manage external locationsdocs.databricks.com/…/cloud-storage/manage-external-locations · explains Workspace-catalog binding +1
- Manage storage credentialsdocs.databricks.com/…/cloud-storage/manage-storage-credentials · explains Workspace-catalog binding
- ALTER CATALOGdocs.databricks.com/…/language-manual/sql-ref-syntax-ddl-alter-catalog · explains Workspace-catalog binding
- CATALOGSdocs.databricks.com/…/information-schema/catalogs · explains Workspace-catalog binding
- Data Classificationdocs.databricks.com/…/unity-catalog/data-classification · explains Data Classification in Unity Catalog
- Supported classification tagsdocs.databricks.com/…/unity-catalog/data-classification-tags · explains Data Classification in Unity Catalog
- Custom classifiersdocs.databricks.com/…/unity-catalog/data-classification-custom-classifiers · explains Data Classification in Unity Catalog
- Data classification system table referencedocs.databricks.com/…/system-tables/data-classification · explains Data Classification in Unity Catalog
- System tables referencedocs.databricks.com/…/admin/system-tables · explains Data Classification in Unity Catalog +2
- Governed tagsdocs.databricks.com/…/admin/governed-tags · explains Data Classification in Unity Catalog +1
- Connect to cloud object storage using Unity Catalogdocs.databricks.com/…/cloud-storage/storage-credentials · explains External locations and storage credentials
- Connect to cloud object storage using Unity Catalogdocs.databricks.com/…/cloud-storage/external-locations · explains External locations and storage credentials
- Specify a managed storage location in Unity Catalogdocs.databricks.com/…/cloud-storage/managed-storage · explains External locations and storage credentials +1
- Create service credentialsdocs.databricks.com/…/cloud-services/service-credentials · explains External locations and storage credentials
- Use Unity Catalog service credentials to connect to external cloud servicesdocs.databricks.com/…/cloud-services/use-service-credentials · explains External locations and storage credentials
- CREATE EXTERNAL LOCATIONdocs.databricks.com/…/language-manual/sql-ref-syntax-ddl-create-location · explains External locations and storage credentials
- Create a storage credential and external location for S3 using Catalog Explorer or SQLdocs.databricks.com/…/s3/s3-external-location-manual · explains External locations and storage credentials
- Unity Catalog privileges referencedocs.databricks.com/…/access-control/privileges-reference · explains External locations and storage credentials +1
- Create and manage governed tagsdocs.databricks.com/…/governed-tags/manage-governed-tags · explains Governed tags
- Manage permissions on governed tagsdocs.databricks.com/…/governed-tags/manage-permissions · explains Governed tags
- Automate tag assignmentdocs.databricks.com/…/governed-tags/automate-tag-assignment · explains Governed tags
- Apply tags to Unity Catalog securable objectsdocs.databricks.com/…/database-objects/tags · explains Governed tags
- CREATE GOVERNED TAGdocs.databricks.com/…/language-manual/sql-ref-syntax-ddl-create-governed-tag · explains Governed tags
- SET TAGdocs.databricks.com/…/language-manual/sql-ref-syntax-ddl-set-tag · explains Governed tags
- COLUMN_TAGSdocs.databricks.com/…/information-schema/column_tags · explains Governed tags
- Governed tags system table referencedocs.databricks.com/…/system-tables/governed-tags · explains Governed tags
- Information schemadocs.databricks.com/…/language-manual/sql-ref-information-schema · explains The information schema
- Connect to external databases and catalogsdocs.databricks.com/…/en/query-federation · explains Lakehouse Federation
- What is query federation?docs.databricks.com/…/query-federation/database-federation · explains Lakehouse Federation
- What is catalog federation?docs.databricks.com/…/query-federation/catalog-federation · explains Lakehouse Federation
- remote_query table-valued functiondocs.databricks.com/…/functions/remote_query · explains Lakehouse Federation
- Billable usage system table referencedocs.databricks.com/…/system-tables/billing · explains System tables +1
- Pricing system table referencedocs.databricks.com/…/system-tables/pricing · explains System tables
- Audit log system table referencedocs.databricks.com/…/system-tables/audit-logs · explains System tables
- Lineage system tables referencedocs.databricks.com/…/system-tables/lineage · explains System tables +1
- Compute system tables referencedocs.databricks.com/…/system-tables/compute · explains System tables
- Query history system table referencedocs.databricks.com/…/system-tables/query-history · explains System tables
- Warehouse events system table referencedocs.databricks.com/…/system-tables/warehouse-events · explains System tables
- system-schemas command groupdocs.databricks.com/…/reference/system-schemas-commands · explains System tables
- Unity Catalog setup guidedocs.databricks.com/…/unity-catalog/setup-uc · explains The metastore and how a workspace gets Unity Catalog
- Enable a workspace for Unity Catalogdocs.databricks.com/…/unity-catalog/enable-workspaces · explains The metastore and how a workspace gets Unity Catalog
- Manage Unity Catalog metastoresdocs.databricks.com/…/unity-catalog/manage-metastore · explains The metastore and how a workspace gets Unity Catalog
- Manage the default catalogdocs.databricks.com/…/catalogs/default · explains The metastore and how a workspace gets Unity Catalog
- Lineage in Unity Catalogdocs.databricks.com/…/unity-catalog/data-lineage · explains Data lineage in Unity Catalog
- External lineagedocs.databricks.com/…/unity-catalog/external-lineage · explains Data lineage in Unity Catalog
- Privileges for Unity Catalog volumesdocs.databricks.com/…/volumes/privileges · explains Managed and external volumes
- Path rules and access in Unity Catalog volumesdocs.databricks.com/…/volumes/paths · explains Managed and external volumes
- Volumesdocs.databricks.com/…/language-manual/sql-ref-volumes · explains Managed and external volumes
- CREATE VOLUMEdocs.databricks.com/…/language-manual/sql-ref-syntax-ddl-create-volume · explains Managed and external volumes
- DROP VOLUMEdocs.databricks.com/…/language-manual/sql-ref-syntax-ddl-drop-volume · explains Managed and external volumes
- Store files in My Filesdocs.databricks.com/…/volumes/my-files · explains Managed and external volumes
- Attribute-based access control in Unity Catalogdocs.databricks.com/…/unity-catalog/abac · explains ABAC policies in Unity Catalog · checked 10 Sept 2026
- Create and manage row filter and column mask policiesdocs.databricks.com/…/abac/policies · explains ABAC policies in Unity Catalog · checked 10 Sept 2026
- When to use ABAC vs table-level row filters and column masksdocs.databricks.com/…/abac/abac-vs-rls-cm · explains ABAC policies in Unity Catalog · checked 10 Sept 2026
- Requirements, quotas, and limitations for row filter and column mask policiesdocs.databricks.com/…/abac/requirements · explains ABAC policies in Unity Catalog · checked 10 Sept 2026
- CREATE POLICYdocs.databricks.com/…/language-manual/sql-ref-syntax-ddl-create-policy · explains ABAC policies in Unity Catalog · checked 10 Sept 2026
- Governed tagsdocs.databricks.com/…/admin/governed-tags · explains ABAC policies in Unity Catalog · checked 10 Sept 2026
- Databricks tablesdocs.databricks.com/…/en/tables · explains Managed and external tables · checked 10 Sept 2026
- Unity Catalog managed tables for Delta Lake and Apache Icebergdocs.databricks.com/…/tables/managed · explains Managed and external tables · checked 10 Sept 2026
- Work with external tablesdocs.databricks.com/…/tables/external · explains Managed and external tables · checked 10 Sept 2026
- Convert external or foreign Delta Lake tables to Unity Catalog managed tablesdocs.databricks.com/…/tables/convert-to-managed · explains Managed and external tables · checked 10 Sept 2026
- ALTER TABLEdocs.databricks.com/…/language-manual/sql-ref-syntax-ddl-alter-table · explains Managed and external tables · checked 10 Sept 2026
- Manage privileges in Unity Catalogdocs.databricks.com/…/unity-catalog/manage-privileges · explains Privileges: GRANT, REVOKE, and DENY · checked 10 Sept 2026
- Unity Catalog privileges referencedocs.databricks.com/…/manage-privileges/privileges · explains Privileges: GRANT, REVOKE, and DENY · checked 10 Sept 2026
- GRANTdocs.databricks.com/…/language-manual/security-grant · explains Privileges: GRANT, REVOKE, and DENY · checked 10 Sept 2026
- DENYdocs.databricks.com/…/language-manual/security-deny · explains Privileges: GRANT, REVOKE, and DENY · checked 10 Sept 2026
- Row filters and column masksdocs.databricks.com/…/tables/row-and-column-filters · explains Row filters and column masks · checked 10 Sept 2026
- ROW FILTER clausedocs.databricks.com/…/language-manual/sql-ref-syntax-ddl-row-filter · explains Row filters and column masks · checked 10 Sept 2026
- Column mask clausedocs.databricks.com/…/language-manual/sql-ref-syntax-ddl-column-mask · explains Row filters and column masks · checked 10 Sept 2026
- What is Unity Catalog?docs.databricks.com/…/data-governance/unity-catalog · explains Unity Catalog, the governance layer · checked 10 Sept 2026
- Work with the legacy Hive metastore alongside Unity Catalogdocs.databricks.com/…/unity-catalog/hive-metastore · explains Unity Catalog, the governance layer · checked 10 Sept 2026
- Connect to cloud object storage using Unity Catalogdocs.databricks.com/…/unity-catalog/cloud-storage · explains Unity Catalog, the governance layer · checked 10 Sept 2026
Jobs & Pipelines0
- Streaming on serverless computedocs.databricks.com/…/serverless/streaming · explains Continuous jobs
- Resource limitsdocs.databricks.com/…/resources/limits · explains Concurrent runs, queueing, and the limits behind them
- Get a single job run | Databricks API Referencedocs.databricks.com/…/jobs/getrun · explains Concurrent runs, queueing, and the limits behind them
- Run your Lakeflow Jobs with serverless compute for workflowsdocs.databricks.com/…/jobs/run-serverless-jobs · explains Serverless compute for jobs
- Configure compute for jobsdocs.databricks.com/…/jobs/compute · explains Serverless compute for jobs
- Best practices for serverless computedocs.databricks.com/…/serverless/best-practices · explains Serverless compute for jobs
- Bundle configuration examplesdocs.databricks.com/…/bundles/examples · explains Serverless compute for jobs
- The AUTO CDC APIs: Simplify change data capture with pipelinesdocs.databricks.com/…/ldp/cdc · explains Change data capture with AUTO CDC
- AUTO CDC INTO (pipelines)docs.databricks.com/…/developer/ldp-sql-ref-apply-changes-into · explains Change data capture with AUTO CDC
- Change data capture and snapshotsdocs.databricks.com/…/data-engineering/what-is-cdc · explains Change data capture with AUTO CDC
- create_auto_cdc_flowdocs.databricks.com/…/developer/ldp-python-ref-apply-changes · explains Change data capture with AUTO CDC
- Pipeline event log schemadocs.databricks.com/…/ldp/monitor-event-log-schema · explains The pipeline event log
- event_log table-valued functiondocs.databricks.com/…/functions/event_log · explains The pipeline event log
- Sinks in Lakeflow pipelinesdocs.databricks.com/…/concepts/sinks · explains Sinks: writing out of a pipeline
- Use sinks in pipelinesdocs.databricks.com/…/ldp/ldp-sinks · explains Sinks: writing out of a pipeline
- create_sinkdocs.databricks.com/…/developer/ldp-python-ref-sink · explains Sinks: writing out of a pipeline
- foreach_batch_sinkdocs.databricks.com/…/developer/ldp-python-ref-foreach-batch-sink · explains Sinks: writing out of a pipeline
- Pipeline developer referencedocs.databricks.com/…/ldp/developer · explains Choosing SQL or Python for a pipeline
- Choose between SQL and Pythondocs.databricks.com/…/developer/sql-vs-python · explains Choosing SQL or Python for a pipeline
- Standalone pipelinesdocs.databricks.com/…/dbsql/dbsql-for-ldp · explains Choosing SQL or Python for a pipeline
- Configure task dependenciesdocs.databricks.com/…/jobs/conditional-tasks · explains Control flow: retries, if/else, for each, run job · checked 10 Sept 2026
- Add branching logic to a job with the If/else taskdocs.databricks.com/…/jobs/if-else · explains Control flow: retries, if/else, for each, run job · checked 10 Sept 2026
- Use a For each task to run another task in a loopdocs.databricks.com/…/jobs/for-each · explains Control flow: retries, if/else, for each, run job · checked 10 Sept 2026
- Configure and edit tasks in Lakeflow Jobsdocs.databricks.com/…/jobs/configure-task · explains Control flow: retries, if/else, for each, run job +2 · checked 10 Sept 2026
- Run Job task for jobsdocs.databricks.com/…/jobs/run-job · explains Control flow: retries, if/else, for each, run job · checked 10 Sept 2026
- Create a new job | Databricks API Referencedocs.databricks.com/…/jobs/create · explains Control flow: retries, if/else, for each, run job +1 · checked 10 Sept 2026
- Lakeflow Jobsdocs.databricks.com/…/en/jobs · explains Lakeflow Jobs, what a job is · checked 10 Sept 2026
- Configure job parametersdocs.databricks.com/…/jobs/job-parameters · explains Job and task parameters, dynamic values, and task values · checked 10 Sept 2026
- Access parameter values from a taskdocs.databricks.com/…/jobs/parameter-use · explains Job and task parameters, dynamic values, and task values · checked 10 Sept 2026
- Dynamic value referencesdocs.databricks.com/…/jobs/dynamic-value-references · explains Job and task parameters, dynamic values, and task values · checked 10 Sept 2026
- Use task values to pass information between tasksdocs.databricks.com/…/jobs/task-values · explains Job and task parameters, dynamic values, and task values · checked 10 Sept 2026
- Troubleshoot and repair job failuresdocs.databricks.com/…/jobs/repair-job-failures · explains Repair runs, retries, and notifications · checked 10 Sept 2026
- Add notifications on a jobdocs.databricks.com/…/jobs/notifications · explains Repair runs, retries, and notifications · checked 10 Sept 2026
- Configure and edit Lakeflow Jobsdocs.databricks.com/…/jobs/configure-job · explains Repair runs, retries, and notifications · checked 10 Sept 2026
- Repair a job run | Databricks API Referencedocs.databricks.com/…/jobs/repairrun · explains Repair runs, retries, and notifications · checked 10 Sept 2026
- Configure task dependenciesdocs.databricks.com/…/jobs/run-if · explains Tasks, dependencies, and the job graph · checked 10 Sept 2026
- Automate jobs with schedules and triggersdocs.databricks.com/…/jobs/triggers · explains Triggers: schedule, file arrival, table update, continuous · checked 10 Sept 2026
- Run jobs on a scheduledocs.databricks.com/…/jobs/scheduled · explains Triggers: schedule, file arrival, table update, continuous · checked 10 Sept 2026
- Trigger jobs when new files arrivedocs.databricks.com/…/jobs/file-arrival-triggers · explains Triggers: schedule, file arrival, table update, continuous · checked 10 Sept 2026
- Trigger jobs when source tables are updateddocs.databricks.com/…/jobs/trigger-table-update · explains Triggers: schedule, file arrival, table update, continuous · checked 10 Sept 2026
- Run jobs continuouslydocs.databricks.com/…/jobs/continuous · explains Triggers: schedule, file arrival, table update, continuous · checked 10 Sept 2026
- Manage data quality with pipeline expectationsdocs.databricks.com/…/ldp/expectations · explains Data quality: expectations and constraints · checked 10 Sept 2026
- Constraints on Databricksdocs.databricks.com/…/tables/constraints · explains Data quality: expectations and constraints · checked 10 Sept 2026
- Lakeflow pipelines Python language referencedocs.databricks.com/…/developer/python-ref · explains Data quality: expectations and constraints +1 · checked 10 Sept 2026
- Spark Declarative Pipelinesdocs.databricks.com/…/en/ldp · explains Lakeflow pipelines · checked 10 Sept 2026
- What are Lakeflow pipelines?docs.databricks.com/…/ldp/concepts · explains Lakeflow pipelines · checked 10 Sept 2026
- Develop pipeline code with Pythondocs.databricks.com/…/developer/python-dev · explains Lakeflow pipelines · checked 10 Sept 2026
- Develop Lakeflow pipelines code with SQLdocs.databricks.com/…/developer/sql-dev · explains Lakeflow pipelines · checked 10 Sept 2026
- Run a pipeline updatedocs.databricks.com/…/ldp/updates · explains Lakeflow pipelines · checked 10 Sept 2026
- Configure pipelinesdocs.databricks.com/…/ldp/configure-pipeline · explains Lakeflow pipelines · checked 10 Sept 2026
- Pipeline event logdocs.databricks.com/…/ldp/monitor-event-logs · explains Lakeflow pipelines · checked 10 Sept 2026
- June 2025docs.databricks.com/…/2025/june · explains Lakeflow pipelines · checked 10 Sept 2026
Compute0
- Standard compute overviewdocs.databricks.com/…/compute/standard-overview · explains Access modes: standard and dedicated
- Standard compute requirements and limitationsdocs.databricks.com/…/compute/access-mode-limitations · explains Access modes: standard and dedicated
- Dedicated compute overviewdocs.databricks.com/…/compute/dedicated-overview · explains Access modes: standard and dedicated
- Dedicated compute requirements and limitationsdocs.databricks.com/…/compute/dedicated-limitations · explains Access modes: standard and dedicated
- Dedicated compute group accessdocs.databricks.com/…/compute/group-access · explains Access modes: standard and dedicated
- Fine-grained access control on dedicated computedocs.databricks.com/…/compute/single-user-fgac · explains Access modes: standard and dedicated
- How does Databricks enforce user isolation?docs.databricks.com/…/compute/lakeguard · explains Access modes: standard and dedicated
- Create new cluster | Databricks API Referencedocs.databricks.com/…/clusters/create · explains Access modes: standard and dedicated
- Create and manage compute policiesdocs.databricks.com/…/clusters/policies · explains Cluster policies · checked 10 Sept 2026
- Compute policy referencedocs.databricks.com/…/clusters/policy-definition · explains Cluster policies · checked 10 Sept 2026
- Connect to poolsdocs.databricks.com/…/compute/pool-index · explains Instance pools and autoscaling · checked 10 Sept 2026
- Databricks Runtime release notes versions and compatibilitydocs.databricks.com/…/release-notes/runtime · explains Databricks Runtime and Photon · checked 10 Sept 2026
- What is Photon?docs.databricks.com/…/compute/photon · explains Databricks Runtime and Photon · checked 10 Sept 2026
- Connect to serverless computedocs.databricks.com/…/compute/serverless · explains Serverless compute · checked 10 Sept 2026
- Configure the serverless environmentdocs.databricks.com/…/serverless/dependencies · explains Serverless compute · checked 10 Sept 2026
- Troubleshoot compute issuesdocs.databricks.com/…/compute/troubleshooting · explains Diagnosing clusters: startup failures, libraries, out of memory · checked 10 Sept 2026
- Manage classic computedocs.databricks.com/…/compute/clusters-manage · explains Diagnosing clusters: startup failures, libraries, out of memory · checked 10 Sept 2026
- Install librariesdocs.databricks.com/…/en/libraries · explains Diagnosing clusters: startup failures, libraries, out of memory · checked 10 Sept 2026
- Notebook-scoped Python librariesdocs.databricks.com/…/libraries/notebooks-python-libraries · explains Diagnosing clusters: startup failures, libraries, out of memory · checked 10 Sept 2026
- Init script loggingdocs.databricks.com/…/init-scripts/logs · explains Diagnosing clusters: startup failures, libraries, out of memory · checked 10 Sept 2026
- Computedocs.databricks.com/…/en/compute · explains Choosing compute: all-purpose, job cluster, serverless, SQL warehouse · checked 10 Sept 2026
- Compute selection recommendationsdocs.databricks.com/…/compute/choose-compute · explains Choosing compute: all-purpose, job cluster, serverless, SQL warehouse · checked 10 Sept 2026
- Compute configuration referencedocs.databricks.com/…/compute/configure · explains Choosing compute: all-purpose, job cluster, serverless, SQL warehouse · checked 10 Sept 2026
- Serverless compute limitationsdocs.databricks.com/…/serverless/limitations · explains Choosing compute: all-purpose, job cluster, serverless, SQL warehouse +1 · checked 10 Sept 2026
- SQL warehouse typesdocs.databricks.com/…/sql-warehouse/warehouse-types · explains Choosing compute: all-purpose, job cluster, serverless, SQL warehouse · checked 10 Sept 2026
- Optimization recommendations on Databricksdocs.databricks.com/…/en/optimizations · explains Basic Spark tuning parameters · checked 10 Sept 2026
- Performance Tuning - Spark 4.2.0 Documentationspark.apache.org/…/latest/sql-performance-tuning.html · explains Basic Spark tuning parameters +1 · checked 10 Sept 2026
- Set Spark configuration properties on Databricksdocs.databricks.com/…/spark/conf · explains Basic Spark tuning parameters · checked 10 Sept 2026
- Diagnose cost and performance issues using the Spark UIdocs.databricks.com/…/optimizations/spark-ui-guide · explains Spark UI: skew, shuffle, and spill · checked 10 Sept 2026
- Skew and spilldocs.databricks.com/…/spark-ui-guide/long-spark-stage-page · explains Spark UI: skew, shuffle, and spill · checked 10 Sept 2026
- Debugging with the Spark UIdocs.databricks.com/…/troubleshooting/debugging-spark-ui · explains Spark UI: skew, shuffle, and spill · checked 10 Sept 2026
Discover0
- What is Databricks Clean Rooms?docs.databricks.com/…/en/clean-rooms · explains Marketplace and Clean Rooms
- What is OpenSharing?docs.databricks.com/…/en/opensharing · explains Sharing data with OpenSharing
- Create shares for OpenSharingdocs.databricks.com/…/opensharing/create-share · explains Sharing data with OpenSharing
- What is the OpenSharing Databricks-to-Databricks protocol?docs.databricks.com/…/opensharing/share-data-databricks · explains Sharing data with OpenSharing
- CREATE RECIPIENTdocs.databricks.com/…/language-manual/sql-ref-syntax-ddl-create-recipient · explains Sharing data with OpenSharing
- What is OpenSharing?docs.databricks.com/…/en/delta-sharing · explains Marketplace and Clean Rooms · checked 10 Sept 2026
- What is Databricks Marketplace?docs.databricks.com/…/en/marketplace · explains Marketplace and Clean Rooms · checked 10 Sept 2026
SQL Editor0
- Genie Codedocs.databricks.com/…/en/genie-code · explains Genie Code
- Use named parameter markersdocs.databricks.com/…/queries/query-parameters · explains Query parameters and session variables
- Mustache parameter syntaxdocs.databricks.com/…/sql-editor/mustache-parameters · explains Query parameters and session variables
- Parameter markersdocs.databricks.com/…/language-manual/sql-ref-parameter-marker · explains Query parameters and session variables
- IDENTIFIER clausedocs.databricks.com/…/language-manual/sql-ref-names-identifier-clause · explains Query parameters and session variables
- Variablesdocs.databricks.com/…/language-manual/sql-ref-variables · explains Query parameters and session variables +1
- What are SQL warehouse sessions?docs.databricks.com/…/queries/sessions · explains SQL warehouse sessions
- Temporary tables in Databricks SQL and Databricks Runtimedocs.databricks.com/…/tables/temporary-tables · explains SQL warehouse sessions
- DECLARE VARIABLEdocs.databricks.com/…/language-manual/sql-ref-syntax-ddl-declare-variable · explains SQL warehouse sessions
- Write queries and explore data in the new SQL editordocs.databricks.com/…/user/sql-editor · explains The SQL editor · checked 10 Sept 2026
- Work with parameter widgetsdocs.databricks.com/…/sql-editor/parameter-widgets · explains The SQL editor · checked 10 Sept 2026
Dashboards0
- Data modeling in AI/BI dashboardsdocs.databricks.com/…/manage/data-modeling · explains Modelling data inside a dashboard
- Local metric viewsdocs.databricks.com/…/data-modeling/local-metric-views · explains Modelling data inside a dashboard
- Dashboard relationshipsdocs.databricks.com/…/data-modeling/dashboard-relationships · explains Modelling data inside a dashboard
- What are custom calculations?docs.databricks.com/…/data-modeling/custom-calculations · explains Modelling data inside a dashboard
- Use dashboard filtersdocs.databricks.com/…/manage/filters · explains Dashboard filters, parameters and variables
- Work with dashboard parametersdocs.databricks.com/…/filters/parameters · explains Dashboard filters, parameters and variables +1
- Use dashboard variablesdocs.databricks.com/…/filters/dashboard-variables · explains Dashboard filters, parameters and variables
- Dashboard filter typesdocs.databricks.com/…/manage/filter-types · explains Dashboard filters, parameters and variables
- Dashboard limitsdocs.databricks.com/…/dashboards/limits · explains Dashboard filters, parameters and variables +1
- AI/BI and Genie One release notes 2026docs.databricks.com/…/release-notes/2026 · explains Dashboard filters, parameters and variables +4
- Manage scheduled dashboard updates and subscriptionsdocs.databricks.com/…/share/schedule-subscribe · explains Dashboard schedules and subscriptions
- Create dashboard schedule | Databricks API Referencedocs.databricks.com/…/lakeview/createschedule · explains Dashboard schedules and subscriptions
- Create schedule subscription | Databricks API Referencedocs.databricks.com/…/lakeview/createsubscription · explains Dashboard schedules and subscriptions
- Dashboardsdocs.databricks.com/…/en/dashboards · explains AI/BI dashboards · checked 10 Sept 2026
Genie Agents0
- Tune Genie Agent qualitydocs.databricks.com/…/genie-agents/tune-quality · explains Tuning a Genie Agent for correct answers +1
- Genie Agents conceptsdocs.databricks.com/…/genie-agents/concepts · explains Tuning a Genie Agent for correct answers +1
- Curate an effective Genie Agentdocs.databricks.com/…/genie-agents/best-practices · explains Tuning a Genie Agent for correct answers +3
- Create and manage a Genie Agentdocs.databricks.com/…/genie-agents/set-up · explains Genie Agents +1
- Use a Genie Agent to explore business datadocs.databricks.com/…/genie-agents/talk-to-genie · explains Genie Agents +1
- Access control listsdocs.databricks.com/…/auth/access-control · explains Genie Agents
- Test and monitor a Genie Agentdocs.databricks.com/…/genie-agents/monitor · explains Genie benchmarks, feedback and monitoring
- Use the Genie Agents APIdocs.databricks.com/…/genie-agents/conversation-api · explains Using Genie outside the UI: API, embedding and agents
- Conversation | Databricks API Referencedocs.databricks.com/…/v1/conversation · explains Using Genie outside the UI: API, embedding and agents
- Embed a Genie Agent in an external appdocs.databricks.com/…/genie-agents/embed · explains Using Genie outside the UI: API, embedding and agents
- Databricks Genie app for Slackdocs.databricks.com/…/genie-one/genie-slack · explains Using Genie outside the UI: API, embedding and agents
- Databricks managed MCP serversdocs.databricks.com/…/mcp/managed-mcp · explains Using Genie outside the UI: API, embedding and agents
- Use Supervisor Agent to create a coordinated multi-agent systemdocs.databricks.com/…/agent-bricks/multi-agent-supervisor · explains Using Genie outside the UI: API, embedding and agents
- Agent metadata in metric viewsdocs.databricks.com/…/uc-semantics/agent-metadata · explains The Genie knowledge store
- Use Genie Onedocs.databricks.com/…/en/genie-one · explains Genie One
- Chat in Genie Onedocs.databricks.com/…/genie-one/chat · explains Genie One
- What is consumer access?docs.databricks.com/…/ai-bi/consumers · explains Genie One
- Genie Ontologydocs.databricks.com/…/genie/genie-ontology · explains The Genie Ontology
- Pagesdocs.databricks.com/…/uc-semantics/pages · explains The Genie Ontology +1
- Domains and subdomainsdocs.databricks.com/…/uc-semantics/domains · explains Domains and Pages
- Geniedocs.databricks.com/…/en/genie · explains Genie Agents · checked 10 Sept 2026
- Create and manage a Genie Agentdocs.databricks.com/…/genie/set-up · explains Genie Agents · checked 10 Sept 2026
Alerts0
- Choose a SQL warehouse for an alertdocs.databricks.com/…/alerts/compute · explains What an alert costs to run
- Databricks SQL alertsdocs.databricks.com/…/user/alerts · explains SQL alerts · checked 10 Sept 2026
- Create an alertdocs.databricks.com/…/alerts/create · explains SQL alerts · checked 10 Sept 2026
- SQL alert task for jobsdocs.databricks.com/…/tasks/alert · explains SQL alerts · checked 10 Sept 2026
Query History0
- Query performance insightsdocs.databricks.com/…/queries/performance-insights · explains Query performance insights
- ANALYZE TABLE … COMPUTE STATISTICSdocs.databricks.com/…/language-manual/sql-ref-syntax-aux-analyze-table · explains Query performance insights
- Query tagsdocs.databricks.com/…/queries/query-tags · explains Query tags +1
- Query cachingdocs.databricks.com/…/queries/query-caching · explains Query caching layers
- Optimize performance with caching on Databricksdocs.databricks.com/…/optimizations/disk-cache · explains Query caching layers
- Dataset optimization and cachingdocs.databricks.com/…/dashboards/caching · explains Query caching layers
- Configuration parametersdocs.databricks.com/…/language-manual/sql-ref-parameters · explains Query caching layers +1
- RESETdocs.databricks.com/…/language-manual/sql-ref-syntax-aux-conf-mgmt-reset · explains Query caching layers
- Query profiledocs.databricks.com/…/queries/query-profile · explains Reading the query profile · checked 10 Sept 2026
SQL Warehouses0
- Use standalone materialized viewsdocs.databricks.com/…/dbsql/materialized · explains Standalone materialized views in Databricks SQL
- CREATE MATERIALIZED VIEWdocs.databricks.com/…/language-manual/sql-ref-syntax-ddl-create-materialized-view · explains Standalone materialized views in Databricks SQL
- Incremental refresh for materialized viewsdocs.databricks.com/…/optimizations/incremental-refresh · explains Standalone materialized views in Databricks SQL
- Use standalone streaming tablesdocs.databricks.com/…/dbsql/streaming · explains Standalone materialized views in Databricks SQL +1
- Create a dynamic viewdocs.databricks.com/…/views/dynamic · explains Standalone materialized views in Databricks SQL
- Create a SQL warehousedocs.databricks.com/…/sql-warehouse/create · explains SQL warehouse types and channels
- Lakehouse Real-Timedocs.databricks.com/…/sql-warehouse/real-time · explains SQL warehouse types and channels
- Databricks SQL release notesdocs.databricks.com/…/sql/release-notes · explains SQL warehouse types and channels
- Declarative Automation Bundles resourcesdocs.databricks.com/…/bundles/resources · explains SQL warehouse types and channels
- Connect to a SQL warehousedocs.databricks.com/…/compute/sql-warehouse · explains Sizing a SQL warehouse · checked 10 Sept 2026
- SQL warehouse sizing, scaling, and queuing behaviordocs.databricks.com/…/sql-warehouse/warehouse-behavior · explains Sizing a SQL warehouse · checked 10 Sept 2026
Runs0
- Monitor Lakeflow Jobsdocs.databricks.com/…/jobs/monitor · explains Monitoring runs: states, run history, trends · checked 10 Sept 2026
- Monitor Lakeflow Jobsdocs.databricks.com/…/jobs/monitor-job-runs · explains Monitoring runs: states, run history, trends · checked 10 Sept 2026
- Jobs system table referencedocs.databricks.com/…/system-tables/jobs · explains Monitoring runs: states, run history, trends · checked 10 Sept 2026
Data Ingestion0
- Use Zerobus Ingestdocs.databricks.com/…/ingestion/zerobus-ingest · explains Zerobus Ingest
- What is Auto Loader?docs.databricks.com/…/cloud-object-storage/auto-loader · explains Auto Loader · checked 10 Sept 2026
- Configure schema inference and evolution in Auto Loaderdocs.databricks.com/…/auto-loader/schema · explains Auto Loader · checked 10 Sept 2026
- Configure Auto Loader streams in file notification modedocs.databricks.com/…/auto-loader/file-notification-mode · explains Auto Loader · checked 10 Sept 2026
- Configure Auto Loader for production workloadsdocs.databricks.com/…/auto-loader/production · explains Auto Loader · checked 10 Sept 2026
- Get started using COPY INTO to load datadocs.databricks.com/…/cloud-object-storage/copy-into · explains COPY INTO · checked 10 Sept 2026
- COPY INTOdocs.databricks.com/…/language-manual/delta-copy-into · explains COPY INTO · checked 10 Sept 2026
- Query databases using JDBCdocs.databricks.com/…/external-systems/jdbc · explains Ingesting from JDBC and REST APIs in notebooks · checked 10 Sept 2026
- Choose a standard connectordocs.databricks.com/…/en/ingestion · explains Ingestion patterns: batch, streaming, incremental · checked 10 Sept 2026
- Work with files in Unity Catalog volumesdocs.databricks.com/…/file-upload/upload-data · explains Ingestion patterns: batch, streaming, incremental · checked 10 Sept 2026
- Lakeflow Connect connector conceptsdocs.databricks.com/…/ingestion/lakeflow-connect · explains Lakeflow Connect: managed connectors · checked 10 Sept 2026
- Managed SaaS connectorsdocs.databricks.com/…/lakeflow-connect/saas-overview · explains Lakeflow Connect: managed connectors · checked 10 Sept 2026
- Microsoft SQL Server ingestion connectordocs.databricks.com/…/lakeflow-connect/sql-server-overview · explains Lakeflow Connect: managed connectors · checked 10 Sept 2026
- Salesforce ingestion connectordocs.databricks.com/…/lakeflow-connect/salesforce · explains Lakeflow Connect: managed connectors · checked 10 Sept 2026
- Model semi-structured datadocs.databricks.com/…/en/semi-structured · explains Semi-structured data: JSON, nested data, VARIANT · checked 10 Sept 2026
- Query JSON stringsdocs.databricks.com/…/semi-structured/json · explains Semi-structured data: JSON, nested data, VARIANT · checked 10 Sept 2026
- Query variant datadocs.databricks.com/…/semi-structured/variant · explains Semi-structured data: JSON, nested data, VARIANT · checked 10 Sept 2026
Delta Lake0
- When to partition tables on Databricksdocs.databricks.com/…/tables/partitions · explains Partitioning, Z-order, and data skipping
- Control data file sizedocs.databricks.com/…/tables/tune-file-size · explains Partitioning, Z-order, and data skipping +1
- Data skippingdocs.databricks.com/…/delta/data-skipping · explains Partitioning, Z-order, and data skipping +1
- Deletion vectors in Databricksdocs.databricks.com/…/features/deletion-vectors · explains Deletion vectors
- Row-level concurrencydocs.databricks.com/…/isolation/row-level-concurrency · explains Deletion vectors
- REORG TABLEdocs.databricks.com/…/language-manual/delta-reorg-table · explains Deletion vectors +1
- Auto-enable deletion vectorsdocs.databricks.com/…/workspace-settings/deletion-vectors · explains Deletion vectors
- What is Apache Iceberg in Databricks?docs.databricks.com/…/en/iceberg · explains Iceberg on Databricks
- Access Databricks tables from Apache Iceberg clientsdocs.databricks.com/…/external-access/iceberg · explains Iceberg on Databricks
- Read Delta Lake tables with Iceberg clientsdocs.databricks.com/…/delta/uniform · explains Iceberg on Databricks
- Upsert into a Delta Lake table using mergedocs.databricks.com/…/delta/merge · explains Upsert with MERGE INTO
- Update table schemas with schema evolutiondocs.databricks.com/…/tables/update-schema · explains Upsert with MERGE INTO
- Predictive optimization system table referencedocs.databricks.com/…/system-tables/predictive-optimization · explains Predictive optimization
- Work with table historydocs.databricks.com/…/tables/history · explains Table history and transaction log checkpoints
- Table history schema and operation metricsdocs.databricks.com/…/tables/history-schema · explains Table history and transaction log checkpoints
- Checkpoint V2docs.databricks.com/…/delta/checkpoint-v2 · explains Table history and transaction log checkpoints
- Delta Lake project sitedelta.io/…/ · explains Delta Lake, the lakehouse table format · checked 10 Sept 2026
- Use change data feed on Databricksdocs.databricks.com/…/delta/delta-change-data-feed · explains Change Data Feed · checked 10 Sept 2026
- Optimize data file layoutdocs.databricks.com/…/delta/optimize · explains OPTIMIZE, VACUUM, and file layout · checked 10 Sept 2026
- Remove unused data files with vacuumdocs.databricks.com/…/delta/vacuum · explains OPTIMIZE, VACUUM, and file layout · checked 10 Sept 2026
- What is Delta Lake in Databricks?docs.databricks.com/…/en/delta · explains Delta Lake, the lakehouse table format · checked 10 Sept 2026
- Work with table historydocs.databricks.com/…/delta/history · explains Delta Lake, the lakehouse table format · checked 10 Sept 2026
- Update table schemas with schema evolutiondocs.databricks.com/…/delta/update-schema · explains Delta Lake, the lakehouse table format · checked 10 Sept 2026
- What is a view?docs.databricks.com/…/en/views · explains Gold objects: tables, views, materialized views, streaming tables · checked 10 Sept 2026
- Use standalone materialized viewsdocs.databricks.com/…/views/materialized · explains Gold objects: tables, views, materialized views, streaming tables · checked 10 Sept 2026
- Streaming tablesdocs.databricks.com/…/dlt/streaming-tables · explains Gold objects: tables, views, materialized views, streaming tables · checked 10 Sept 2026
- CREATE STREAMING TABLEdocs.databricks.com/…/language-manual/sql-ref-syntax-ddl-create-streaming-table · explains Gold objects: tables, views, materialized views, streaming tables · checked 10 Sept 2026
- Use liquid clustering for tablesdocs.databricks.com/…/delta/clustering · explains Liquid clustering · checked 10 Sept 2026
- Predictive optimization for Unity Catalog managed tablesdocs.databricks.com/…/optimizations/predictive-optimization · explains Liquid clustering · checked 10 Sept 2026
- What is the medallion lakehouse architecture?docs.databricks.com/…/lakehouse/medallion · explains Medallion architecture: bronze, silver, gold · checked 10 Sept 2026
Streaming0
- Use foreachBatch to write to arbitrary data sinksdocs.databricks.com/…/structured-streaming/foreach · explains Arbitrary sinks with foreachBatch
- Delta Lake table streaming reads and writesdocs.databricks.com/…/structured-streaming/delta-lake · explains Arbitrary sinks with foreachBatch
- Real-time mode referencedocs.databricks.com/…/real-time/reference · explains Arbitrary sinks with foreachBatch +1
- Connect to Apache Kafkadocs.databricks.com/…/streaming/kafka · explains Reading and writing Apache Kafka
- Spark API options referencedocs.databricks.com/…/kafka/options · explains Reading and writing Apache Kafka
- Real-time mode conceptsdocs.databricks.com/…/real-time/concepts · explains Trigger intervals in Structured Streaming
- Set up real-time modedocs.databricks.com/…/real-time/setup · explains Trigger intervals in Structured Streaming
- Apply watermarks to control data processing thresholdsdocs.databricks.com/…/structured-streaming/watermarks · explains Watermarks and stateful streaming · checked 10 Sept 2026
- Structured Streaming conceptsdocs.databricks.com/…/en/structured-streaming · explains Structured Streaming on Databricks · checked 10 Sept 2026
- Configure Structured Streaming trigger intervalsdocs.databricks.com/…/structured-streaming/triggers · explains Structured Streaming on Databricks · checked 10 Sept 2026
Data Quality0
- Data quality monitoringdocs.databricks.com/…/unity-catalog/data-quality-monitoring · explains Data profiling and anomaly detection +1
- Data profiling (formerly Lakehouse Monitoring)docs.databricks.com/…/data-quality-monitoring/data-profiling · explains Data quality on Databricks, layer by layer
- Anomaly detection (Public Preview)docs.databricks.com/…/data-quality-monitoring/anomaly-detection · explains Data quality on Databricks, layer by layer
- DQX documentationdatabrickslabs.github.io/…//dqx · explains DQX: data quality checks for PySpark +1
Playground0
- Chat with LLMs and prototype AI apps using AI Playgrounddocs.databricks.com/…/large-language-models/ai-playground · explains AI Playground · checked 10 Sept 2026
- Databricks Foundation Model APIsdocs.databricks.com/…/machine-learning/foundation-model-apis · explains Foundation Model APIs · checked 10 Sept 2026
Agents0
- Use Knowledge Assistant to create a high-quality chatbot over your documentsdocs.databricks.com/…/agent-bricks/knowledge-assistant · explains Agent Bricks: Knowledge Assistant and Supervisor Agent
- Use Supervisor Agent to create a coordinated multi-agent systemdocs.databricks.com/…/agent-bricks/multi-agent-supervisor · explains Agent Bricks: Knowledge Assistant and Supervisor Agent
- Use Custom LLM to create an AI agent for text (legacy)docs.databricks.com/…/agent-bricks/custom-llm · explains Agent Bricks: Knowledge Assistant and Supervisor Agent
- Use Information Extraction (legacy)docs.databricks.com/…/agent-bricks/key-info-extraction · explains Agent Bricks: Knowledge Assistant and Supervisor Agent
- Intelligent document processingdocs.databricks.com/…/agent-bricks/intelligent-document-processing · explains Agent Bricks: Knowledge Assistant and Supervisor Agent
- Author an agent and deploy it on Databricks Appsdocs.databricks.com/…/custom-agents/author-agent · explains Deploy an agent on Databricks Apps +1
- Productionize your Databricks Apps agentdocs.databricks.com/…/custom-agents/productionize-agent · explains Deploy an agent on Databricks Apps
- Migrate an agent from Model Serving to Databricks Appsdocs.databricks.com/…/custom-agents/migrate-agent-to-apps · explains Deploy an agent on Databricks Apps
- Authentication for agentsdocs.databricks.com/…/custom-agents/agent-authentication · explains Deploy an agent on Databricks Apps +1
- Build and share a chat UI with Databricks Appsdocs.databricks.com/…/custom-agents/chat-app · explains Deploy an agent on Databricks Apps
- Author an agent and deploy it on Model Servingdocs.databricks.com/…/model-serving/author-agent-model-serving · explains Deploy an agent on Databricks Apps
- Managed agent memorydocs.databricks.com/…/agent-memory/managed-memory · explains Agent memory
- Create agent tools using Unity Catalog functionsdocs.databricks.com/…/custom-agents/create-custom-tool · explains Agent tools as Unity Catalog functions
- MCPs and agent toolsdocs.databricks.com/…/agents/mcp-tools · explains Agent tools as Unity Catalog functions +1
- Databricks managed MCP serversdocs.databricks.com/…/mcp-tools/managed-mcp · explains Agent tools as Unity Catalog functions +1
- Use MCP servers in Custom Agentsdocs.databricks.com/…/mcp-tools/use-mcp-in-agents · explains Agent tools as Unity Catalog functions +1
- Connect agents to tools with MCP Servicesdocs.databricks.com/…/mcp-tools/mcp-services · explains Model Context Protocol on Databricks
- Databricks-provided MCP Servicesdocs.databricks.com/…/mcp-tools/built-in-mcp-services · explains Model Context Protocol on Databricks
- Host your own MCP serverdocs.databricks.com/…/mcp-tools/custom-mcp · explains Model Context Protocol on Databricks
- Connect agents to external MCPs and toolsdocs.databricks.com/…/mcp-tools/connect-external · explains Model Context Protocol on Databricks
- Build agents on Databricksdocs.databricks.com/…/en/agents · explains Agents on Databricks · checked 10 Sept 2026
- Evaluate and monitor agentsdocs.databricks.com/…/genai/eval-monitor · explains Evaluating agents · checked 10 Sept 2026
- Scorers and LLM judgesdocs.databricks.com/…/concepts/scorers · explains Evaluating agents · checked 10 Sept 2026
- Create agent tools using Unity Catalog functionsdocs.databricks.com/…/agent-framework/create-custom-tool · explains Agents on Databricks · checked 10 Sept 2026
Unity Gateway0
- Register agents (agent services)docs.databricks.com/…/ai-gateway/agent-services · explains Agent and MCP services as Unity Catalog securables
- Register an external MCP serverdocs.databricks.com/…/ai-gateway/register-mcp-service · explains Agent and MCP services as Unity Catalog securables
- Govern an MCP servicedocs.databricks.com/…/ai-gateway/govern-mcp-service · explains Agent and MCP services as Unity Catalog securables
- Govern model APIs (model services)docs.databricks.com/…/ai-gateway/model-services · explains Unity Gateway (formerly AI Gateway)
- Service policies for AI securablesdocs.databricks.com/…/unity-catalog/service-policies · explains Unity Gateway (formerly AI Gateway) +1
- Monitor all AI activity using the unified trace tabledocs.databricks.com/…/ai-gateway/unified-trace-table · explains Unity Gateway (formerly AI Gateway) +1
- Log requests and responses to inference tablesdocs.databricks.com/…/ai-gateway/inference-tables · explains Gateway inference tables and usage tracking
- Track model usagedocs.databricks.com/…/ai-gateway/usage-tracking · explains Gateway inference tables and usage tracking +1
- Apply rate limits to model and MCP servicesdocs.databricks.com/…/ai-gateway/rate-limits · explains Gateway inference tables and usage tracking +1
- Databricks docs: Ai gateway guardrailsdocs.databricks.com/…/ai-gateway/guardrails · explains Guardrails for generative applications
- Govern model APIs (model services)docs.databricks.com/…/ai-gateway/model-services · explains Model services on Unity Gateway
- Create and manage model APIs (model services)docs.databricks.com/…/ai-gateway/configure-endpoints · explains Model services on Unity Gateway
- Unity Gateway release notesdocs.databricks.com/…/release-notes/unity-gateway · explains Model services on Unity Gateway
- Configure governance on model serving endpoints (legacy)docs.databricks.com/…/ai-gateway/configure-ai-gateway-endpoints · explains Unity Gateway (formerly AI Gateway) · checked 10 Sept 2026
Experiments0
- AI Runtimedocs.databricks.com/…/machine-learning/ai-runtime · explains AI Runtime and serverless GPU compute
- Distributed training in notebooksdocs.databricks.com/…/ai-runtime/distributed-training · explains AI Runtime and serverless GPU compute
- AI Runtime CLIdocs.databricks.com/…/ai-runtime/cli · explains AI Runtime and serverless GPU compute
- Install the AI Runtime CLIdocs.databricks.com/…/cli/installation · explains AI Runtime and serverless GPU compute
- AI Runtime CLI command referencedocs.databricks.com/…/cli/command-reference · explains AI Runtime and serverless GPU compute
- Workload YAML referencedocs.databricks.com/…/cli/yaml-config · explains AI Runtime and serverless GPU compute
- Foundation Model Fine-tuning (EoL)docs.databricks.com/…/large-language-models/foundation-model-training · explains AI Runtime and serverless GPU compute
- What is AutoML?docs.databricks.com/…/machine-learning/automl · explains AutoML
- Building MLflow evaluation datasetsdocs.databricks.com/…/eval-monitor/build-eval-dataset · explains Evaluation datasets for generative AI
- Evaluation dataset referencedocs.databricks.com/…/concepts/eval-datasets · explains Evaluation datasets for generative AI
- Synthesize evaluation setsdocs.databricks.com/…/agent-evaluation/synthesize-evaluation-set · explains Evaluation datasets for generative AI
- Create and manage labeling sessionsdocs.databricks.com/…/concepts/labeling-sessions · explains Evaluation datasets for generative AI +1
- Monitor GenAI apps in productiondocs.databricks.com/…/eval-monitor/production-monitoring · explains Production monitoring for GenAI apps +1
- Scorer lifecycle management API referencedocs.databricks.com/…/concepts/production-quality-monitoring · explains Production monitoring for GenAI apps
- Trace agents deployed on Databricksdocs.databricks.com/…/tracing/prod-tracing · explains Production monitoring for GenAI apps +1
- Human feedback in MLflowdocs.databricks.com/…/genai/human-feedback · explains Human feedback on generative AI output
- Label during developmentdocs.databricks.com/…/human-feedback/dev-annotations · explains Human feedback on generative AI output
- Collect structured human feedback with review queuesdocs.databricks.com/…/expert-feedback/review-queues · explains Human feedback on generative AI output
- Collect feedback and expectations by labeling existing tracesdocs.databricks.com/…/expert-feedback/label-existing-traces · explains Human feedback on generative AI output +1
- Collect user feedbackdocs.databricks.com/…/tracing/collect-user-feedback · explains Human feedback on generative AI output
- Get started with MLflow 3 for modelsdocs.databricks.com/…/mlflow/mlflow-3-install · explains MLflow 3 for models
- Track and compare models using MLflow Logged Modelsdocs.databricks.com/…/mlflow/logged-model · explains MLflow 3 for models
- Migrate to MLflow 3 from Agent Evaluation: Quick referencedocs.databricks.com/…/genai/agent-eval-migration-reference · explains MLflow 3 for models
- Databricks Runtime 17.3 LTS for Machine Learningdocs.databricks.com/…/runtime/17.3lts-ml · explains MLflow 3 for models
- Prompt Registrydocs.databricks.com/…/prompt-version-mgmt/prompt-registry · explains MLflow 3 for models +1
- MLflow Prompt Optimization (beta)docs.databricks.com/…/prompt-registry/automatically-optimize-prompts · explains MLflow 3 for models +1
- MLflow Tracing - GenAI observabilitydocs.databricks.com/…/genai/tracing · explains MLflow Tracing for GenAI applications
- Add traces to applications: automatic and manual tracingdocs.databricks.com/…/tracing/app-instrumentation · explains MLflow Tracing for GenAI applications
- Automatic tracingdocs.databricks.com/…/app-instrumentation/automatic · explains MLflow Tracing for GenAI applications
- Function decoratorsdocs.databricks.com/…/manual-tracing/function-decorator · explains MLflow Tracing for GenAI applications
- Span tracing with context managersdocs.databricks.com/…/manual-tracing/span-tracing · explains MLflow Tracing for GenAI applications
- Span conceptsdocs.databricks.com/…/tracing/span-concepts · explains MLflow Tracing for GenAI applications
- Access trace datadocs.databricks.com/…/observe-with-traces/access-trace-data · explains MLflow Tracing for GenAI applications
- Store OpenTelemetry traces in Unity Catalogdocs.databricks.com/…/tracing/trace-unity-catalog · explains MLflow Tracing for GenAI applications
- Query model APIs (model services)docs.databricks.com/…/ai-gateway/query-model-services · explains MLflow Tracing for GenAI applications +1
- Hyperparameter tuningdocs.databricks.com/…/machine-learning/automl-hyperparam-tuning · explains Training and tuning a classic model
- Hyperparameter tuning with Optunadocs.databricks.com/…/automl-hyperparam-tuning/optuna · explains Training and tuning a classic model
- Train AI and ML modelsdocs.databricks.com/…/machine-learning/train-model · explains Training and tuning a classic model
- Create and edit promptsdocs.databricks.com/…/prompt-registry/create-and-edit-prompts · explains Prompt registry
- Use prompts in deployed applicationsdocs.databricks.com/…/prompt-registry/use-prompts-in-deployed-apps · explains Prompt registry
- Evaluate and compare prompt versionsdocs.databricks.com/…/prompt-registry/evaluate-prompts · explains Prompt registry
- Track model development using MLflowdocs.databricks.com/…/mlflow/tracking · explains MLflow tracking on Databricks · checked 10 Sept 2026
Features0
- Databricks Online Feature Storesdocs.databricks.com/…/feature-store/online-feature-store · explains Feature engineering and the feature store +1
- Feature Viewsdocs.databricks.com/…/feature-store/feature-views · explains Feature Views
- Feature Viewsdocs.databricks.com/…/feature-store/declarative-apis · explains Feature Views
- Model Serving with automatic feature lookupdocs.databricks.com/…/feature-store/automatic-feature-lookup · explains Online Feature Store
- Feature Serving endpointsdocs.databricks.com/…/feature-store/feature-function-serving · explains Online Feature Store
- On-demand feature computationdocs.databricks.com/…/feature-store/on-demand-features · explains Online Feature Store +1
- Train models with feature tablesdocs.databricks.com/…/feature-store/train-models-with-feature-store · explains Training sets and point-in-time joins
- Point-in-time feature joinsdocs.databricks.com/…/feature-store/time-series · explains Training sets and point-in-time joins
- Databricks Feature Storedocs.databricks.com/…/machine-learning/feature-store · explains Feature engineering and the feature store · checked 10 Sept 2026
Models0
- Create a data profile using the APIdocs.databricks.com/…/data-profiling/create-monitor-api · explains Monitoring a deployed model
- Data profiling metric tablesdocs.databricks.com/…/data-profiling/monitor-output · explains Monitoring a deployed model
- Use custom metrics with data profilingdocs.databricks.com/…/data-profiling/custom-metrics · explains Monitoring a deployed model
- Monitor fairness and bias for classification modelsdocs.databricks.com/…/data-profiling/fairness-bias · explains Monitoring a deployed model
- Data profiling dashboarddocs.databricks.com/…/data-profiling/monitor-dashboard · explains Monitoring a deployed model
- Profile alertsdocs.databricks.com/…/data-profiling/monitor-alerts · explains Monitoring a deployed model
- MLflow 3 deployment jobsdocs.databricks.com/…/mlflow/deployment-job · explains MLflow deployment jobs
- Manage model lifecycle in Unity Catalogdocs.databricks.com/…/machine-learning/manage-model-lifecycle · explains Models in Unity Catalog · checked 10 Sept 2026
Serving0
- Use ai_querydocs.databricks.com/…/large-language-models/ai-query · explains Batch inference with ai_query +1
- Transform unstructured data using AI Functionsdocs.databricks.com/…/large-language-models/ai-functions · explains Batch inference with ai_query +1
- External models in Model Servingdocs.databricks.com/…/foundation-models/external-models · explains External models and model provider services
- Govern external model providers (model provider services)docs.databricks.com/…/ai-gateway/model-provider-services · explains External models and model provider services
- Create and manage external model providers (model provider services)docs.databricks.com/…/ai-gateway/create-model-provider-services · explains External models and model provider services
- Model Provider Service | Databricks API Referencedocs.databricks.com/…/v1/model-provider-service · explains External models and model provider services
- Analyze Unity Gateway costdocs.databricks.com/…/ai-gateway/cost-observability · explains External models and model provider services +1
- Route optimization on serving endpointsdocs.databricks.com/…/model-serving/route-optimization · explains External models and model provider services +1
- On-demand provisioned throughput Foundation Model APIsdocs.databricks.com/…/foundation-model-apis/deploy-prov-throughput-foundation-model-apis · explains Paying for a foundation model: tokens, units and reservations
- Model units in provisioned throughputdocs.databricks.com/…/foundation-model-apis/model-units · explains Paying for a foundation model: tokens, units and reservations
- Reserved provisioned throughput Foundation Model APIsdocs.databricks.com/…/foundation-model-apis/reserved-provisioned-throughput · explains Paying for a foundation model: tokens, units and reservations
- Priority pay-per-token for Foundation Model APIsdocs.databricks.com/…/foundation-model-apis/priority-mode · explains Paying for a foundation model: tokens, units and reservations
- Foundation Model APIs limits and quotasdocs.databricks.com/…/foundation-model-apis/limits · explains Paying for a foundation model: tokens, units and reservations
- Custom models overviewdocs.databricks.com/…/model-serving/custom-models · explains Serving compute and scaling
- Optimize Model Serving endpoints for productiondocs.databricks.com/…/model-serving/production-optimization · explains Serving compute and scaling
- Model Serving limits and regionsdocs.databricks.com/…/model-serving/model-serving-limits · explains Serving compute and scaling
- Model Serving conceptsdocs.databricks.com/…/model-serving/glossary · explains Serving compute and scaling
- Structured outputs on Databricksdocs.databricks.com/…/model-serving/structured-outputs · explains Structured outputs
- Foundation model REST API referencedocs.databricks.com/…/foundation-model-apis/api-reference · explains Structured outputs
- Deploy models using Model Servingdocs.databricks.com/…/machine-learning/model-serving · explains Model serving endpoints · checked 10 Sept 2026
- Create custom model serving endpointsdocs.databricks.com/…/model-serving/create-manage-serving-endpoints · explains Model serving endpoints · checked 10 Sept 2026
- Inference tables for monitoring and debugging modelsdocs.databricks.com/…/model-serving/inference-tables · explains Model serving endpoints · checked 10 Sept 2026
- AI governance with Unity Gatewaydocs.databricks.com/…/en/ai-gateway · explains Model serving endpoints · checked 10 Sept 2026
- ai_query functiondocs.databricks.com/…/functions/ai_query · explains Model serving endpoints · checked 10 Sept 2026
AI Search0
- Databricks AI Searchdocs.databricks.com/…/ai-search/ai-search · explains AI Search index types and sync modes
- Create AI Search endpoints and indexesdocs.databricks.com/…/ai-search/create-ai-search · explains AI Search index types and sync modes +1
- Query an AI Search indexdocs.databricks.com/…/ai-search/query-ai-search · explains AI Search index types and sync modes
- Databricks-hosted foundation models available in Foundation Model APIsdocs.databricks.com/…/foundation-model-apis/supported-models · explains AI Search index types and sync modes +1
- Build agents on Databricksdocs.databricks.com/…/tutorials/ai-cookbook · explains Building a RAG pipeline · checked 10 Sept 2026
- Build an unstructured data pipeline for RAGdocs.databricks.com/…/ai-cookbook/quality-data-pipeline-rag · explains Building a RAG pipeline · checked 10 Sept 2026
- ai_parse_document functiondocs.databricks.com/…/functions/ai_parse_document · explains Building a RAG pipeline · checked 10 Sept 2026
- Databricks AI Searchdocs.databricks.com/…/generative-ai/vector-search · explains Databricks AI Search (formerly Vector Search) · checked 10 Sept 2026
- vector_search functiondocs.databricks.com/…/functions/vector_search · explains Databricks AI Search (formerly Vector Search) · checked 10 Sept 2026
Every concept is a markdown file
The whole site is written in a folder you can open in Obsidian: wikilinks resolve, the graph view works, callouts render. No plugins, nothing to configure.
- 1Download or clone the repository.
- 2In Obsidian choose "Open folder as vault".
- 3Point it at the content folder. That is the whole setup.
Know something that belongs here? Use "Report a problem" at the bottom of the concept it explains and pick "Missing something".