Skip to content

Commit

Permalink
moved depends on into incremental block
Browse files Browse the repository at this point in the history
  • Loading branch information
drethereum committed Nov 8, 2024
1 parent 3b831c4 commit 95a98a5
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
-- depends_on: {{ ref('_retry_abis') }}
{% set block_explorer_abi_limit = var('BLOCK_EXPLORER_ABI_LIMIT', 50) %}
{% set block_explorer_abi_url = var('BLOCK_EXPLORER_ABI_URL', '') %}
{% set block_explorer_vault_path = var('BLOCK_EXPLORER_ABI_API_KEY_PATH', '') %}
Expand All @@ -14,6 +13,10 @@

{%- endif -%}

{% if is_incremental() %}
-- depends_on: {{ ref('_retry_abis') }}
{% endif %}

{% if not bronze_full_refresh %}

{{ config(
Expand Down

0 comments on commit 95a98a5

Please sign in to comment.