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
Copy file name to clipboardExpand all lines: docs/dqx/docs/demos.mdx
+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
@@ -10,7 +10,7 @@ Import the following notebooks in the Databricks workspace to try DQX out:
10
10
## Use as Library
11
11
*[DQX Quick Start Demo Notebook](https://github.com/databrickslabs/dqx/blob/v0.8.0/demos/dqx_quick_start_demo_library.py) - quickstart on how to use DQX as a library.
12
12
*[DQX Demo Notebook](https://github.com/databrickslabs/dqx/blob/v0.8.0/demos/dqx_demo_library.py) - demonstrates how to use DQX as a library.
13
-
*[DQX Demo (Native End-to-End Approach) Notebook for Spark Structured Streaming](https://github.com/databrickslabs/dqx/blob/v0.8.0/demos/dqx_streaming_demo_native.py) - demonstrates how to use DQX as a library with Spark Structured Streaming (using All-in-one native method `apply_checks_by_metadata_and_save_in_table`; handles read-process-write internally).
13
+
*[DQX Demo Notebook for Spark Structured Streaming (Native End-to-End Approach)](https://github.com/databrickslabs/dqx/blob/v0.8.0/demos/dqx_streaming_demo_native.py) - demonstrates how to use DQX as a library with Spark Structured Streaming (using all-in-one native method `apply_checks_by_metadata_and_save_in_table`).
14
14
*[DQX Demo (DIY Approach) Notebook for Spark Structured Streaming](https://github.com/databrickslabs/dqx/blob/v0.8.0/demos/dqx_streaming_demo_diy.py) - demonstrates how to use DQX as a library with Spark Structured Streaming (Writing your own Streaming Pipeline: read → `apply_checks_by_metadata_and_split` → write).
15
15
*[DQX Demo Notebook for Lakeflow Pipelines (DLT)](https://github.com/databrickslabs/dqx/blob/v0.8.0/demos/dqx_dlt_demo.py) - demonstrates how to use DQX as a library with Lakeflow Pipelines (formerly Delta Live Tables (DLT)).
16
16
*[DQX Asset Bundles Demo](https://github.com/databrickslabs/dqx/blob/v0.8.0/demos/dqx_demo_asset_bundle/README.md) - demonstrates how to use DQX as a library with Databricks Asset Bundles.
0 commit comments