i read that dagster will support dlt with embedded...
# ask-ai
n
i read that dagster will support dlt with embedded elt integration, can you show me what that will look like?
s
We are indeed exploring the realm of Data Loading Tools (DLT) with our Embedded ELT integrations. The documentation provides a glimpse into this by mentioning the experimental development of the
dagster-embedded-elt
package. This package aims to offer a framework for building ELT pipelines with Dagster, utilizing pre-built assets and resources to facilitate the process. Currently, the package includes an implementation using [Sling](https://slingdata.io), which simplifies the synchronization of data between databases and file systems. The documentation suggests that this approach allows users to focus on the complexities of data ingestion without having to reinvent an orchestrator, as Dagster fills in the orchestration gaps like state management, scheduling, and logging. While the documentation does not provide a detailed code example of what the DLT with Embedded ELT integration will look like, it does indicate that we plan to add more embedded ELT tool integrations in the future. For the most current information and examples, you should refer to the [Dagster Embedded ELT documentation](https://docs.dagster.io/integrations/embedded-elt). If you're looking for specific code examples or further details on how to implement these integrations, I would recommend checking the documentation directly, as it will have the most up-to-date and comprehensive information.