File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ adbs_local_env_test: wheel 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+ cd dbt_adbs_test_project && ${VENV_DIR} /bin/dbt show --limit 4 --select people --profiles-dir ./
3940 cd dbt_adbs_test_project && ${VENV_DIR} /bin/dbt docs generate --profiles-dir ./
4041 cd dbt_adbs_test_project && ${VENV_DIR} /bin/dbt run-operation drop_schema --args ' relation: ${DBT_ORACLE_SCHEMA}' --profiles-dir ./
4142 cd dbt_adbs_test_project && ${VENV_DIR} /bin/dbt clean --profiles-dir ./
@@ -57,6 +58,7 @@ adbs_pypi_test: clean_venv
5758 cd dbt_adbs_test_project && ${VENV_DIR} /bin/dbt run --profiles-dir ./
5859 cd dbt_adbs_test_project && ${VENV_DIR} /bin/dbt snapshot --profiles-dir ./
5960 cd dbt_adbs_test_project && ${VENV_DIR} /bin/dbt snapshot --profiles-dir ./
61+ cd dbt_adbs_test_project && ${VENV_DIR} /bin/dbt show --limit 4 --select people --profiles-dir ./
6062 cd dbt_adbs_test_project && ${VENV_DIR} /bin/dbt docs generate --profiles-dir ./
6163 cd dbt_adbs_test_project && ${VENV_DIR} /bin/dbt run-operation drop_schema --args ' relation: ${DBT_ORACLE_SCHEMA}' --profiles-dir ./
6264 cd dbt_adbs_test_project && ${VENV_DIR} /bin/dbt clean --profiles-dir ./
Original file line number Diff line number Diff line change @@ -38,8 +38,3 @@ on-run-start:
3838on-run-end :
3939 - " select 'hook ended' from dual"
4040
41- models :
42- dbt_adbs_test_project :
43- sales_cost_incremental :
44- +post-hook :
45- - " {{ create_index('sales_cost_incremental', 'PROD_ID') }}"
You can’t perform that action at this time.
0 commit comments