fix (#494)
Some checks failed
docs_update / run_dbt_jobs (push) Has been cancelled
docs_update / notify-failure (push) Has been cancelled
dbt_run_streamline_decoded_logs_history / run_dbt_jobs (push) Has been cancelled
dbt_run_streamline_decoded_logs_history / notify-failure (push) Has been cancelled
dbt_test_scheduled / run_dbt_jobs (push) Has been cancelled

This commit is contained in:
Austin 2025-10-09 13:16:30 -04:00 committed by GitHub
parent f355ed2fd4
commit 59fbf4d0ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,7 @@ SELECT
FROM
{{ ref('silver__account_storage') }}
WHERE 1=1
and encoded_data is not null
{% if is_incremental() %}
AND modified_timestamp > (
SELECT