Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vedanthv/data-engineering-code-snippets

Repo of reusable code snippets for your data engineering projects
https://github.com/vedanthv/data-engineering-code-snippets

Last synced: about 6 hours ago
JSON representation

Repo of reusable code snippets for your data engineering projects

Awesome Lists containing this project

README

        

# Reusable Data Engineering Code Snippets
- [x] [ETL Pipeline with Mage Orchestrator and S3 storage](https://github.com/vedanthv/data-engineering-code-snippets/tree/main/mage-s3)
- [x] dbt Integration with Athena
- [x] Creating materialized tables in Athena using data from S3
- [x] Creating materialized tables in Athena using data from S3
- [x] Using references from another model in current view/table
- [x] Custom tests for views and models
- [x] Running only one model @ a time
- [x] dbt and duckdb integration