diff --git a/transformers/synthetix/models/marts/eth/mainnet/core/fct_core_apr_eth_mainnet.sql b/transformers/synthetix/models/marts/eth/mainnet/core/fct_core_apr_eth_mainnet.sql index 96e905ee..97a54f27 100644 --- a/transformers/synthetix/models/marts/eth/mainnet/core/fct_core_apr_eth_mainnet.sql +++ b/transformers/synthetix/models/marts/eth/mainnet/core/fct_core_apr_eth_mainnet.sql @@ -1,3 +1,9 @@ +{{ + config( + materialized = 'table', + ) +}} + WITH pnl_hourly AS ( SELECT ts, diff --git a/transformers/synthetix/models/marts/eth/mainnet/core/fct_core_apr_rewards_eth_mainnet.sql b/transformers/synthetix/models/marts/eth/mainnet/core/fct_core_apr_rewards_eth_mainnet.sql index 2a76d195..2ea51335 100644 --- a/transformers/synthetix/models/marts/eth/mainnet/core/fct_core_apr_rewards_eth_mainnet.sql +++ b/transformers/synthetix/models/marts/eth/mainnet/core/fct_core_apr_rewards_eth_mainnet.sql @@ -1,3 +1,9 @@ +{{ + config( + materialized = 'table', + ) +}} + WITH pnl_hourly AS ( SELECT ts,