Skip to content

Commit dbc17ea

Browse files
committed
Added 'dbt docs generate' and 'dbt clean' commands in make target
1 parent 3663b57 commit dbc17ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ adbs_pypi_test: clean_venv
3636
cd dbt_adbs_test_project && ${VENV_DIR}/bin/dbt run --profiles-dir ./
3737
cd dbt_adbs_test_project && ${VENV_DIR}/bin/dbt snapshot --profiles-dir ./
3838
cd dbt_adbs_test_project && ${VENV_DIR}/bin/dbt snapshot --profiles-dir ./
39-
40-
39+
cd dbt_adbs_test_project && ${VENV_DIR}/bin/dbt docs generate --profiles-dir ./
40+
cd dbt_adbs_test_project && ${VENV_DIR}/bin/dbt clean --profiles-dir ./

0 commit comments

Comments
 (0)