ETL Frameworks
Real-Time CDC Data Ingestion
★ 4.1
Transform Data in Your Warehouse
★ 4.9
N/A — managed servicepip install dbt-coreN/A — managed servicepip install dbt-corePython data engineers use Artie to replace manual CDC pipelines and eliminate data warehouse lag. Rather than writing Python Debezium consumers and custom merge logic, engineers configure Artie via YAML to stream changes from a source database directly to the warehouse — achieving sub-minute data freshness without maintaining custom Python replication code.
Data engineers use dbt to manage all transformation logic inside the warehouse — writing SELECT statements as `.sql` model files that dbt compiles and runs in the right order. Python engineers also write custom dbt tests and macros in Python, and use dbt's Python models feature to run pandas or Spark logic alongside SQL in the same project.
Individual Tool Pages