File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ decorate-docker-compose: install-requirements download-docker-compose
1414download-cli :
1515 curl -LfO ' https://airflow.apache.org/docs/apache-airflow/$(AIRFLOW_VERSION)/airflow.sh' && chmod +x airflow.sh
1616
17+ package-sqlmesh :
18+ make -C ../../ package
19+
1720init-folders :
1821 mkdir -p ./dags ./logs ./plugins ./warehouse
1922
@@ -32,7 +35,7 @@ provision-metastore-tables: build-airflow-image decorate-docker-compose create-m
3235init-airflow : decorate-docker-compose
3336 export AIRFLOW_IMAGE_NAME=$(AIRFLOW_IMAGE_NAME ) AIRFLOW_UID=$(AIRFLOW_UID ) && docker-compose up airflow-init
3437
35- init : decorate-docker-compose download-cli init-folders build-airflow-image init-airflow provision-metastore-tables
38+ init : decorate-docker-compose download-cli package-sqlmesh init-folders build-airflow-image init-airflow provision-metastore-tables
3639
3740run : build-airflow-image
3841 export AIRFLOW_IMAGE_NAME=$(AIRFLOW_IMAGE_NAME ) AIRFLOW_UID=$(AIRFLOW_UID ) && docker-compose up -d
You can’t perform that action at this time.
0 commit comments