Skip to content

Commit

Permalink
retry
Browse files Browse the repository at this point in the history
  • Loading branch information
viniabussafi committed Jun 20, 2024
1 parent a406703 commit b46e313
Show file tree
Hide file tree
Showing 59 changed files with 59 additions and 59 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WITH pool_labels AS (
address AS pool_id,
name AS pool_symbol,
pool_type
FROM pool_labels_spell
FROM {{ pool_labels_spell }}
WHERE blockchain = '{{blockchain}}'
),

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WITH pool_labels AS (
name,
pool_type,
ROW_NUMBER() OVER (PARTITION BY address ORDER BY MAX(updated_at) DESC) AS num
FROM pool_labels_spell
FROM {{ pool_labels_spell }}
WHERE blockchain = '{{blockchain}}'
GROUP BY 1, 2, 3)
WHERE num = 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WITH pool_labels AS (
address AS pool_id,
name AS pool_symbol,
pool_type
FROM pool_labels_spell
FROM {{ pool_labels_spell }}
WHERE blockchain = '{{blockchain}}'
),

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WITH pool_labels AS (
address,
name,
pool_type
FROM pool_labels_spell
FROM {{ pool_labels_spell }}
WHERE blockchain = '{{blockchain}}'
),

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WITH pool_labels AS (
name,
pool_type,
ROW_NUMBER() OVER (PARTITION BY address ORDER BY MAX(updated_at) DESC) AS num
FROM pool_labels_spell
FROM {{ pool_labels_spell }}
WHERE blockchain = '{{blockchain}}'
GROUP BY 1, 2, 3)
WHERE num = 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WITH pool_labels AS (
address AS pool_id,
name AS pool_symbol,
pool_type
FROM pool_labels_spell
FROM {{ pool_labels_spell }}
WHERE blockchain = '{{blockchain}}'
),

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
version = '2',
project_decoded_as = 'balancer_v2',
base_spells_namespace = 'balancer',
pool_labels_spell = {{ source('labels', 'balancer_v2_pools') }}
pool_labels_spell = source('labels', 'balancer_v2_pools')
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
version = '2',
project_decoded_as = 'balancer_v2',
base_spells_namespace = 'balancer',
pool_labels_spell = {{ source('labels', 'balancer_v2_pools') }}
pool_labels_spell = source('labels', 'balancer_v2_pools')
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
version = '2',
project_decoded_as = 'balancer_v2',
base_spells_namespace = 'balancer',
pool_labels_spell = {{ source('labels', 'balancer_v2_pools') }}
pool_labels_spell = source('labels', 'balancer_v2_pools')
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
version = '2',
project_decoded_as = 'balancer_v2',
base_spells_namespace = 'balancer',
pool_labels_spell = {{ source('labels', 'balancer_v2_pools') }}
pool_labels_spell = source('labels', 'balancer_v2_pools')
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
version = '2',
project_decoded_as = 'balancer_v2',
base_spells_namespace = 'balancer',
pool_labels_spell = {{ source('labels', 'balancer_v2_pools') }}
pool_labels_spell = source('labels', 'balancer_v2_pools')
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
version = '2',
project_decoded_as = 'balancer_v2',
base_spells_namespace = 'balancer',
pool_labels_spell = {{ source('labels', 'balancer_v2_pools') }}
pool_labels_spell = source('labels', 'balancer_v2_pools')
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
version = '2',
project_decoded_as = 'balancer_v2',
base_spells_namespace = 'balancer',
pool_labels_spell = {{ source('labels', 'balancer_v2_pools') }}
pool_labels_spell = source('labels', 'balancer_v2_pools')
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
version = '2',
project_decoded_as = 'balancer_v2',
base_spells_namespace = 'balancer',
pool_labels_spell = {{ source('labels', 'balancer_v2_pools') }}
pool_labels_spell = source('labels', 'balancer_v2_pools')
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
version = '2',
project_decoded_as = 'balancer_v2',
base_spells_namespace = 'balancer',
pool_labels_spell = {{ source('labels', 'balancer_v2_pools') }}
pool_labels_spell = source('labels', 'balancer_v2_pools')
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
version = '2',
project_decoded_as = 'balancer_v2',
base_spells_namespace = 'balancer',
pool_labels_spell = {{ source('labels', 'balancer_v2_pools') }}
pool_labels_spell = source('labels', 'balancer_v2_pools')
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
version = '2',
project_decoded_as = 'balancer_v2',
base_spells_namespace = 'balancer',
pool_labels_spell = {{ source('labels', 'balancer_v2_pools') }}
pool_labels_spell = source('labels', 'balancer_v2_pools')
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
version = '2',
project_decoded_as = 'balancer_v2',
base_spells_namespace = 'balancer',
pool_labels_spell = {{ source('labels', 'balancer_v2_pools') }}
pool_labels_spell = source('labels', 'balancer_v2_pools')
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
version = '2',
project_decoded_as = 'balancer_v2',
base_spells_namespace = 'balancer',
pool_labels_spell = {{ source('labels', 'balancer_v2_pools') }}
pool_labels_spell = source('labels', 'balancer_v2_pools')
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
version = '2',
project_decoded_as = 'balancer_v2',
base_spells_namespace = 'balancer',
pool_labels_spell = {{ source('labels', 'balancer_v2_pools') }}
pool_labels_spell = source('labels', 'balancer_v2_pools')
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
version = '2',
project_decoded_as = 'balancer_v2',
base_spells_namespace = 'balancer',
pool_labels_spell = {{ source('labels', 'balancer_v2_pools') }}
pool_labels_spell = source('labels', 'balancer_v2_pools')
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
version = '2',
project_decoded_as = 'balancer_v2',
base_spells_namespace = 'balancer',
pool_labels_spell = {{ source('labels', 'balancer_v2_pools') }}
pool_labels_spell = source('labels', 'balancer_v2_pools')
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
version = '2',
project_decoded_as = 'balancer_v2',
base_spells_namespace = 'balancer',
pool_labels_spell = {{ source('labels', 'balancer_v2_pools') }}
pool_labels_spell = source('labels', 'balancer_v2_pools')
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
version = '2',
project_decoded_as = 'balancer_v2',
base_spells_namespace = 'balancer',
pool_labels_spell = {{ source('labels', 'balancer_v2_pools') }}
pool_labels_spell = source('labels', 'balancer_v2_pools')
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
version = '2',
project_decoded_as = 'balancer_v2',
base_spells_namespace = 'balancer',
pool_labels_spell = {{ source('labels', 'balancer_v2_pools') }}
pool_labels_spell = source('labels', 'balancer_v2_pools')
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
version = '2',
project_decoded_as = 'balancer_v2',
base_spells_namespace = 'balancer',
pool_labels_spell = {{ source('labels', 'balancer_v2_pools') }}
pool_labels_spell = source('labels', 'balancer_v2_pools')
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
version = '2',
project_decoded_as = 'balancer_v2',
base_spells_namespace = 'balancer',
pool_labels_spell = {{ source('labels', 'balancer_v2_pools') }}
pool_labels_spell = source('labels', 'balancer_v2_pools')
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
version = '2',
project_decoded_as = 'balancer_v2',
base_spells_namespace = 'balancer',
pool_labels_spell = {{ source('labels', 'balancer_v2_pools') }}
pool_labels_spell = source('labels', 'balancer_v2_pools')
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
version = '2',
project_decoded_as = 'balancer_v2',
base_spells_namespace = 'balancer',
pool_labels_spell = {{ source('labels', 'balancer_v2_pools') }}
pool_labels_spell = source('labels', 'balancer_v2_pools')
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
version = '2',
project_decoded_as = 'balancer_v2',
base_spells_namespace = 'balancer',
pool_labels_spell = {{ source('labels', 'balancer_v2_pools') }}
pool_labels_spell = source('labels', 'balancer_v2_pools')
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
version = '2',
project_decoded_as = 'balancer_v2',
base_spells_namespace = 'balancer',
pool_labels_spell = {{ source('labels', 'balancer_v2_pools') }}
pool_labels_spell = source('labels', 'balancer_v2_pools')
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
version = '2',
project_decoded_as = 'balancer_v2',
base_spells_namespace = 'balancer',
pool_labels_spell = {{ source('labels', 'balancer_v2_pools') }}
pool_labels_spell = source('labels', 'balancer_v2_pools')
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
version = '2',
project_decoded_as = 'balancer_v2',
base_spells_namespace = 'balancer',
pool_labels_spell = {{ source('labels', 'balancer_v2_pools') }}
pool_labels_spell = source('labels', 'balancer_v2_pools')
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
version = '2',
project_decoded_as = 'balancer_v2',
base_spells_namespace = 'balancer',
pool_labels_spell = {{ source('labels', 'balancer_v2_pools') }}
pool_labels_spell = source('labels', 'balancer_v2_pools')
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
version = '2',
project_decoded_as = 'balancer_v2',
base_spells_namespace = 'balancer',
pool_labels_spell = {{ source('labels', 'balancer_v2_pools') }}
pool_labels_spell = source('labels', 'balancer_v2_pools')
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
version = '2',
project_decoded_as = 'balancer_v2',
base_spells_namespace = 'balancer',
pool_labels_spell = {{ source('labels', 'balancer_v2_pools') }}
pool_labels_spell = source('labels', 'balancer_v2_pools')
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
version = '2',
project_decoded_as = 'balancer_v2',
base_spells_namespace = 'balancer',
pool_labels_spell = {{ source('labels', 'balancer_v2_pools') }}
pool_labels_spell = source('labels', 'balancer_v2_pools')
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
version = '2',
project_decoded_as = 'balancer_v2',
base_spells_namespace = 'balancer',
pool_labels_spell = {{ source('labels', 'balancer_v2_pools') }}
pool_labels_spell = source('labels', 'balancer_v2_pools')
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
version = '2',
project_decoded_as = 'balancer_v2',
base_spells_namespace = 'balancer',
pool_labels_spell = {{ source('labels', 'balancer_v2_pools') }}
pool_labels_spell = source('labels', 'balancer_v2_pools')
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
version = '2',
project_decoded_as = 'balancer_v2',
base_spells_namespace = 'balancer',
pool_labels_spell = {{ source('labels', 'balancer_v2_pools') }}
pool_labels_spell = source('labels', 'balancer_v2_pools')
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
version = '2',
project_decoded_as = 'balancer_v2',
base_spells_namespace = 'balancer',
pool_labels_spell = {{ source('labels', 'balancer_v2_pools') }}
pool_labels_spell = source('labels', 'balancer_v2_pools')
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
version = '2',
project_decoded_as = 'balancer_v2',
base_spells_namespace = 'balancer',
pool_labels_spell = {{ source('labels', 'balancer_v2_pools') }}
pool_labels_spell = source('labels', 'balancer_v2_pools')
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
version = '2',
project_decoded_as = 'balancer_v2',
base_spells_namespace = 'balancer',
pool_labels_spell = {{ source('labels', 'balancer_v2_pools') }}
pool_labels_spell = source('labels', 'balancer_v2_pools')
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
version = '2',
project_decoded_as = 'balancer_v2',
base_spells_namespace = 'balancer',
pool_labels_spell = {{ source('labels', 'balancer_v2_pools') }}
pool_labels_spell = source('labels', 'balancer_v2_pools')
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
version = '2',
project_decoded_as = 'balancer_v2',
base_spells_namespace = 'balancer',
pool_labels_spell = {{ source('labels', 'balancer_v2_pools') }}
pool_labels_spell = source('labels', 'balancer_v2_pools')
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
version = '2',
project_decoded_as = 'balancer_v2',
base_spells_namespace = 'balancer',
pool_labels_spell = {{ source('labels', 'balancer_v2_pools') }}
pool_labels_spell = source('labels', 'balancer_v2_pools')
)
}}
Loading

0 comments on commit b46e313

Please sign in to comment.