diff --git a/.github/workflows/dbt_run_decode_logs_orchestrator.yml b/.github/workflows/dbt_run_decode_logs_orchestrator.yml index 2e5f73c4..8b495b48 100644 --- a/.github/workflows/dbt_run_decode_logs_orchestrator.yml +++ b/.github/workflows/dbt_run_decode_logs_orchestrator.yml @@ -53,7 +53,7 @@ jobs: - name: Run DBT Jobs run: | - dbt run -s streamline__complete_decoded_logs streamline__complete_decoded_logs_2 + dbt run -s streamline__complete_decoded_logs_2 - name: Run Real Time Core on minutes 0 and 30 every hour run: | diff --git a/tests/test_streamline__complete_decoded_instructions_2__missing.sql b/tests/test_streamline__complete_decoded_instructions_2__missing.sql index e4801de2..4e243e4d 100644 --- a/tests/test_streamline__complete_decoded_instructions_2__missing.sql +++ b/tests/test_streamline__complete_decoded_instructions_2__missing.sql @@ -1,6 +1,6 @@ {{ config( - tags=["test_hourly"] + tags=["test_hourly_deprecated"] ) }}