added manual fix (#432)

* added manual fix

* ffixed
This commit is contained in:
RAI 2025-04-10 15:10:18 -05:00 committed by GitHub
parent 9859c9586f
commit a3e481dd80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,6 +34,8 @@ FROM
{{ ref('bronze__streamline_fr_transaction_results') }}
WHERE
_partition_by_block_id BETWEEN {{ var('RANGE_START', 0) }} AND {{ var('RANGE_END', 0) }}
and
OCTET_LENGTH(DATA) < 16777216
{% else %}
{% if is_incremental() %}