migrating-sql-to-dbt
Installation
SKILL.md
dbt Migration
Don't convert everything at once. Build and validate layer by layer.
Workflow
1. Analyze Legacy SQL
cat <legacy_sql_file>
Identify all tables referenced in the query.
Don't convert everything at once. Build and validate layer by layer.
cat <legacy_sql_file>
Identify all tables referenced in the query.