Skip to content

Commit

Permalink
tx_index to index
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonJon committed Apr 20, 2024
1 parent 44f8cd7 commit 93f0222
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion models/chainlink/arbitrum/chainlink_arbitrum_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1183,7 +1183,7 @@ models:
combination_of_columns:
- blockchain
- tx_hash
- tx_index
- index
columns:
- *blockchain
- *block_hash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
materialized='incremental',
file_format='delta',
incremental_strategy='merge',
unique_key=['blockchain', 'tx_hash', 'tx_index']
unique_key=['blockchain', 'tx_hash', 'index']
)
}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1416,7 +1416,7 @@ models:
combination_of_columns:
- blockchain
- tx_hash
- tx_index
- index
columns:
- *blockchain
- *block_hash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
materialized='incremental',
file_format='delta',
incremental_strategy='merge',
unique_key=['blockchain', 'tx_hash', 'tx_index']
unique_key=['blockchain', 'tx_hash', 'index']
)
}}

Expand Down
2 changes: 1 addition & 1 deletion models/chainlink/base/chainlink_base_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ models:
combination_of_columns:
- blockchain
- tx_hash
- tx_index
- index
columns:
- *blockchain
- *block_hash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
materialized='incremental',
file_format='delta',
incremental_strategy='merge',
unique_key=['blockchain', 'tx_hash', 'tx_index']
unique_key=['blockchain', 'tx_hash', 'index']
)
}}

Expand Down
2 changes: 1 addition & 1 deletion models/chainlink/bnb/chainlink_bnb_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1390,7 +1390,7 @@ models:
combination_of_columns:
- blockchain
- tx_hash
- tx_index
- index
columns:
- *blockchain
- *block_hash
Expand Down
2 changes: 1 addition & 1 deletion models/chainlink/chainlink_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2338,7 +2338,7 @@ models:
combination_of_columns:
- blockchain
- tx_hash
- tx_index
- index
columns:
- *blockchain
- *block_hash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
materialized='incremental',
file_format='delta',
incremental_strategy='merge',
unique_key=['blockchain', 'tx_hash', 'tx_index']
unique_key=['blockchain', 'tx_hash', 'index']
)
}}

Expand Down
2 changes: 1 addition & 1 deletion models/chainlink/ethereum/chainlink_ethereum_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1387,7 +1387,7 @@ models:
combination_of_columns:
- blockchain
- tx_hash
- tx_index
- index
columns:
- *blockchain
- *block_hash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
materialized='incremental',
file_format='delta',
incremental_strategy='merge',
unique_key=['blockchain', 'tx_hash', 'tx_index']
unique_key=['blockchain', 'tx_hash', 'index']
)
}}

Expand Down
2 changes: 1 addition & 1 deletion models/chainlink/optimism/chainlink_optimism_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ models:
combination_of_columns:
- blockchain
- tx_hash
- tx_index
- index
columns:
- *blockchain
- *block_hash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
materialized='incremental',
file_format='delta',
incremental_strategy='merge',
unique_key=['blockchain', 'tx_hash', 'tx_index']
unique_key=['blockchain', 'tx_hash', 'index']
)
}}

Expand Down
2 changes: 1 addition & 1 deletion models/chainlink/polygon/chainlink_polygon_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1411,7 +1411,7 @@ models:
combination_of_columns:
- blockchain
- tx_hash
- tx_index
- index
columns:
- *blockchain
- *block_hash
Expand Down

0 comments on commit 93f0222

Please sign in to comment.