diff --git a/models/balances_package/erc20/streamline/history/streamline__balances_erc20_daily_history_to_do.sql b/models/balances_package/erc20/streamline/history/streamline__balances_erc20_daily_history_to_do.sql index 7878827f..714a4b26 100644 --- a/models/balances_package/erc20/streamline/history/streamline__balances_erc20_daily_history_to_do.sql +++ b/models/balances_package/erc20/streamline/history/streamline__balances_erc20_daily_history_to_do.sql @@ -38,7 +38,8 @@ to_do_snapshot AS ( FROM {{ ref("streamline__balances_erc20_daily_complete") }} WHERE block_date = ('{{ vars.BALANCES_SL_START_DATE }}' :: TIMESTAMP) :: DATE - LIMIT {{ vars.BALANCES_SL_ERC20_DAILY_HISTORY_SQL_LIMIT }} + {# LIMIT {{ vars.BALANCES_SL_ERC20_DAILY_HISTORY_SQL_LIMIT }} #} + LIMIT 40000 --remove/increase after testing ), to_do_daily AS ( SELECT @@ -59,7 +60,8 @@ to_do_daily AS ( {{ ref("streamline__balances_erc20_daily_complete") }} WHERE block_date > ('{{ vars.BALANCES_SL_START_DATE }}' :: TIMESTAMP) :: DATE ORDER BY block_date DESC - LIMIT {{ vars.BALANCES_SL_ERC20_DAILY_HISTORY_SQL_LIMIT }} + {# LIMIT {{ vars.BALANCES_SL_ERC20_DAILY_HISTORY_SQL_LIMIT }} #} + LIMIT 40000 --remove/increase after testing ), to_do AS ( SELECT