Skip to content

Commit

Permalink
mark destination decorator as experimental in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Mar 12, 2024
1 parent 3e5f808 commit 53dc2f9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
---
title: Destination Decorator / Reverse ETL
title: 🧪 Destination Decorator / Reverse ETL
description: Sink function `dlt` destination for reverse ETL
keywords: [reverse etl, sink, function, decorator, destination]
---

# Destination decorator / Reverse ETL

:::caution
The Destination Decorator is currently in alpha, while we think the interface is stable at this point and all is working pretty well, there still might be
small changes done or bugs found in the next weeks.
:::

The dlt destination decorator allows you to receive all data passing through your pipeline in a simple function. This can be extremely useful for
reverse ETL, where you are pushing data back to an api. You can also use this for sending data to a queue or a simple database destination that is not
yet supported by dlt, be aware that you will have to manually handle your own migrations in this case. It will also allow you to simply get a path
Expand Down
4 changes: 2 additions & 2 deletions docs/website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ const sidebars = {
'dlt-ecosystem/destinations/redshift',
'dlt-ecosystem/destinations/snowflake',
'dlt-ecosystem/destinations/athena',
'dlt-ecosystem/destinations/motherduck',
'dlt-ecosystem/destinations/weaviate',
'dlt-ecosystem/destinations/qdrant',
'dlt-ecosystem/destinations/sink',
'dlt-ecosystem/destinations/destination',
'dlt-ecosystem/destinations/motherduck'
]
},
],
Expand Down

0 comments on commit 53dc2f9

Please sign in to comment.