The problem I’m having
Is it possible to use dbt to track schema changes in code and apply those changes through DDL statements?
The context of why I’m trying to do this
We would manually create new columns in BigQuery which can be tedious and allow for a large margin of error.
What I’ve already tried
I see other libraries that could probably do this: Alembic support — sqlalchemy-bigquery documentation, but wondering if it is possible to do this with dbt before I use alembic.
Thank you for your time!