docker-compose build
docker-compose up
docker-compose down
Note : Alembic is configured but you can use dbt seed
instead
make init
cd dbt
export DBT_PROFILES_DIR=$(pwd)
dbt run
dbt test
dbt docs generate
make serve-catalog
- ephemeral
- incremental / table / view
- Clone marquez project
git clone [email protected]:MarquezProject/marquez.git
- See this to change marquez port mapping to avoid conflict with Airflow db
- Launch
./docker/up.sh