remove decoded logs v1 from workflow (#877)

* remove decoded logs v1 from workflow

* remove v2 decode test
This commit is contained in:
tarikceric 2025-09-18 09:44:53 -07:00 committed by GitHub
parent 86a213cef3
commit cdfe5bc958
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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: |

View File

@ -1,6 +1,6 @@
{{
config(
tags=["test_hourly"]
tags=["test_hourly_deprecated"]
)
}}