Skip to main content

Using dltHub

Tower can run dltHub pipelines with integrated secrets management. Tower integrates directly with dlt's configuration system, making it easy to manage credentials securely.

S3 to Snowflake Pipeline

This example implements a typical ELT pipeline. It reads CSV files from S3 and loads them into Snowflake, with support for replace, merge, and append write modes.

Highlights: dlt, S3 filesystem source, Snowflake destination

S3 to MotherDuck Pipeline

This example loads CSV files from S3 into MotherDuck, a serverless analytics platform built on DuckDB. MotherDuck provides a powerful cloud-based SQL analytics experience with a free tier.

Highlights: dlt, S3 filesystem source, MotherDuck destination, DuckDB