Skip to content

Commit 397980b

Browse files
Merge pull request #155 from databrickslabs/feature/v0.0.9
append flow docs in readme and hugo docs
2 parents 9d2c3a7 + 236dd43 commit 397980b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,14 @@ In practice, a single generic DLT pipeline reads the Dataflowspec and uses it to
7171
## DLT-META DLT Features support
7272
| Features | DLT-META Support |
7373
| ------------- | ------------- |
74-
| Input data sources | Autoloader, Delta, Eventhub, Kafka |
74+
| Input data sources | Autoloader, Delta, Eventhub, Kafka, snapshot |
7575
| Medallion architecture layers | Bronze, Silver |
7676
| Custom transformations | Bronze, Silver layer accepts custom functions|
7777
| Data Quality Expecations Support | Bronze, Silver layer |
7878
| Quarantine table support | Bronze layer |
7979
| [apply_changes](https://docs.databricks.com/en/delta-live-tables/python-ref.html#cdc) API support | Bronze, Silver layer |
8080
| [apply_changes_from_snapshot](https://docs.databricks.com/en/delta-live-tables/python-ref.html#change-data-capture-from-database-snapshots-with-python-in-delta-live-tables) API support | Bronze layer|
81+
| [append_flow](https://docs.databricks.com/en/delta-live-tables/flows.html#use-append-flow-to-write-to-a-streaming-table-from-multiple-source-streams) API support | Bronze layer|
8182
| Liquid cluster support | Bronze, Bronze Quarantine, Silver tables|
8283
| [DLT-META CLI](https://databrickslabs.github.io/dlt-meta/getting_started/dltmeta_cli/) | ```databricks labs dlt-meta onboard```, ```databricks labs dlt-meta deploy``` |
8384
| Bronze and Silver pipeline chaining | Deploy dlt-meta pipeline with ```layer=bronze_silver``` option using Direct publishing mode |

docs/content/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: "DLT-META"
33
date: 2021-08-04T14:50:11-04:00
44
draft: false
5+
56
---
67

78

@@ -42,13 +43,14 @@ In practice, a single generic DLT pipeline reads the Dataflowspec and uses it to
4243
## DLT-META DLT Features support
4344
| Features | DLT-META Support |
4445
| ------------- | ------------- |
45-
| Input data sources | Autoloader, Delta, Eventhub, Kafka |
46+
| Input data sources | Autoloader, Delta, Eventhub, Kafka, snapshot |
4647
| Medallion architecture layers | Bronze, Silver |
4748
| Custom transformations | Bronze, Silver layer accepts custom functions|
4849
| Data Quality Expecations Support | Bronze, Silver layer |
4950
| Quarantine table support | Bronze layer |
5051
| [apply_changes](https://docs.databricks.com/en/delta-live-tables/python-ref.html#cdc) API support | Bronze, Silver layer |
5152
| [apply_changes_from_snapshot](https://docs.databricks.com/en/delta-live-tables/python-ref.html#change-data-capture-from-database-snapshots-with-python-in-delta-live-tables) API support | Bronze layer|
53+
| [append_flow](https://docs.databricks.com/en/delta-live-tables/flows.html#use-append-flow-to-write-to-a-streaming-table-from-multiple-source-streams) API support | Bronze layer|
5254
| Liquid cluster support | Bronze, Bronze Quarantine, Silver tables|
5355
| [DLT-META CLI](https://databrickslabs.github.io/dlt-meta/getting_started/dltmeta_cli/) | ```databricks labs dlt-meta onboard```, ```databricks labs dlt-meta deploy``` |
5456
| Bronze and Silver pipeline chaining | Deploy dlt-meta pipeline with ```layer=bronze_silver``` option using Direct publishing mode |

0 commit comments

Comments
 (0)