Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(dbt): adds source and staging models for arb1 events #2197

Merged
merged 6 commits into from
Sep 25, 2024
Merged

Conversation

ccerv1
Copy link
Member

@ccerv1 ccerv1 commented Sep 24, 2024

No description provided.

Copy link

vercel bot commented Sep 24, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
kariba-network ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 25, 2024 4:13am
oso-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 25, 2024 4:13am

Copy link

@oso-prs oso-prs bot left a comment

Choose a reason for hiding this comment

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

Auto-approved! please merge responsibly 😄

{% if is_incremental() %}
{% set start = "TIMESTAMP_SUB(_dbt_max_partition, INTERVAL 1 DAY)" %}
{% else %}
{% set start = "'1970-01-01'" %}
Copy link
Member Author

Choose a reason for hiding this comment

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

@ravenac95 check for gas logic

@oso-prs
Copy link

oso-prs bot commented Sep 24, 2024

Test deployment for PR #2197 successfully deployed to oso-pull-requests.pr_2197.

@ravenac95
Copy link
Member

ravenac95 commented Sep 24, 2024

@ccerv1 we have a weird chicken + egg situation for the playground but we'll need to update the base_playground and playground sources to include references for arb1.

So the test-deploy can't work sadly. So we will just need to do a spot check... deploy, run and debug if needed

@ravenac95
Copy link
Member

Hrm for the type conversion it seems we will need to do this: https://stackoverflow.com/questions/70467412/bigquery-cast-hex-string-to-numeric-or-bignumeric

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.

Staging models for Arbitrum One data
2 participants