We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3663b57 commit dbc17eaCopy full SHA for dbc17ea
Makefile
@@ -36,5 +36,5 @@ adbs_pypi_test: clean_venv
36
cd dbt_adbs_test_project && ${VENV_DIR}/bin/dbt run --profiles-dir ./
37
cd dbt_adbs_test_project && ${VENV_DIR}/bin/dbt snapshot --profiles-dir ./
38
39
-
40
+ cd dbt_adbs_test_project && ${VENV_DIR}/bin/dbt docs generate --profiles-dir ./
+ cd dbt_adbs_test_project && ${VENV_DIR}/bin/dbt clean --profiles-dir ./
0 commit comments