Skip to content

Commit d87900f

Browse files
Updated readme replacing DLT with Lakeflow Declarative Pipeline
1 parent c1b619e commit d87900f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ In practice, a single generic pipeline reads the Dataflowspec and uses it to orc
2929
- Capture [Data Quality Rules](https://github.com/databrickslabs/dlt-meta/tree/main/examples/dqe/customers/bronze_data_quality_expectations.json)
3030
- Capture processing logic as sql in [Silver transformation file](https://github.com/databrickslabs/dlt-meta/blob/main/examples/silver_transformations.json)
3131

32-
#### Generic DLT pipeline
32+
#### Generic Lakeflow Declarative Pipeline
3333

3434
- Apply appropriate readers based on input metadata
3535
- Apply data quality rules with DLT expectations
3636
- Apply CDC apply changes if specified in metadata
37-
- Builds DLT graph based on input/output metadata
38-
- Launch DLT pipeline
37+
- Builds Lakeflow Declarative Pipeline graph based on input/output metadata
38+
- Launch Lakeflow Declarative Pipeline pipeline
3939

4040
## High-Level Process Flow:
4141

0 commit comments

Comments
 (0)