Skip to content

Conversation

lithium323
Copy link
Collaborator

Description

Tests

Additional context

Metadata

@lithium323 lithium323 requested a review from a team as a code owner April 11, 2025 20:40
@lithium323 lithium323 requested review from chuxinh and Copilot April 11, 2025 20:40
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 9 out of 21 changed files in this pull request and generated 2 comments.

Files not reviewed (12)
  • src/op_analytics/datapipeline/etl/blockbatchloaddaily/ddl/transforms_interop/dim_erc20_first_seen_v1__INSERT.sql: Language not supported
  • src/op_analytics/datapipeline/etl/blockbatchloaddaily/ddl/transforms_interop/dim_erc20_ntt_first_seen_v1__INSERT.sql: Language not supported
  • src/op_analytics/datapipeline/etl/blockbatchloaddaily/ddl/transforms_interop/dim_erc20_oft_first_seen_v1__INSERT.sql: Language not supported
  • src/op_analytics/datapipeline/etl/blockbatchloaddaily/ddl/transforms_interop/fact_erc20_ntt_transfers_v1__INSERT.sql: Language not supported
  • src/op_analytics/datapipeline/etl/blockbatchloaddaily/ddl/transforms_interop/fact_erc20_oft_transfers_v1__INSERT.sql: Language not supported
  • src/op_analytics/transforms/interop/create/fact_ntt_delivery_events_v1.sql: Language not supported
  • src/op_analytics/transforms/interop/create/fact_oft_sent_events_v1.sql: Language not supported
  • tests/op_analytics/datapipeline/etl/blockbatchloaddaily/rendered/transforms_interop/dim_erc20_first_seen_v1.sql: Language not supported
  • tests/op_analytics/datapipeline/etl/blockbatchloaddaily/rendered/transforms_interop/dim_erc20_ntt_first_seen_v1.sql: Language not supported
  • tests/op_analytics/datapipeline/etl/blockbatchloaddaily/rendered/transforms_interop/dim_erc20_oft_first_seen_v1.sql: Language not supported
  • tests/op_analytics/datapipeline/etl/blockbatchloaddaily/rendered/transforms_interop/fact_erc20_ntt_transfers_v1.sql: Language not supported
  • tests/op_analytics/datapipeline/etl/blockbatchloaddaily/rendered/transforms_interop/fact_erc20_oft_transfers_v1.sql: Language not supported


INTEROP_NTT_TRANSFERS = ClickHouseDateChainETL(
output_root_path="transforms_interop/fact_erc20_ntt_transfers_v1",
inputs_blockbatch=[RAW_LOGS],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any difference between this line 101 and 107 for inputs path?

SELECT
*
FROM transforms_interop.fact_erc20_ntt_transfers_v1
WHERE dt = '2025-01-01' AND chain = 'base'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A bit confused on this part, but wonder why the dt and chain is set to base only on 2025-01-01?

SELECT
*
FROM transforms_interop.fact_erc20_oft_transfers_v1
WHERE dt = '2025-01-01' AND chain = 'base'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

SELECT
*
FROM blockbatch.token_transfers__erc20_transfers_v1
WHERE dt = '2025-01-01' AND chain = 'base'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and here

SELECT
*
FROM blockbatch.token_transfers__erc20_transfers_v1
WHERE dt = '2025-01-01' AND chain = 'base'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and this part as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants