Merge pull request #24 from FlipsideCrypto/add/size-filter

filter
This commit is contained in:
Austin 2025-07-02 13:39:21 -04:00 committed by GitHub
commit f824977bf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,7 @@ WITH base AS (
WHERE
1 = 1
AND ARRAY_SIZE(receipts_json :logs) > 0
AND length(receipts_json::string) <= 100000
{% if is_incremental() %}
AND modified_timestamp > (