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

ntd: recast ntd_id as string #3704

Merged
merged 2 commits into from
Feb 18, 2025
Merged

Conversation

charlie-costanzo
Copy link
Member

@charlie-costanzo charlie-costanzo commented Feb 18, 2025

Description

When bringing in new NTD data endpoints, many instances of ntd_id were cast as float/int instead of the string. This PR corrects the typecasting to improve usability when joining across tables

Resolves #3683

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How has this been tested?

Screenshot 2025-02-18 at 11 23 44 AM

Post-merge follow-ups

  • No action required

@charlie-costanzo charlie-costanzo added the data-pipeline-ingestion-and-modeling Ingesting, parsing and modeling data. Evan Siroky is product owner. label Feb 18, 2025
@charlie-costanzo charlie-costanzo self-assigned this Feb 18, 2025
Copy link

github-actions bot commented Feb 18, 2025

Warehouse report 📦

DAG

Legend (in order of precedence)

Resource type Indicator Resolution
Large table-materialized model Orange Make the model incremental
Large model without partitioning or clustering Orange Add partitioning and/or clustering
View with more than one child Yellow Materialize as a table or incremental
Incremental Light green
Table Green
View White

@charlie-costanzo charlie-costanzo marked this pull request as ready for review February 18, 2025 16:24
Copy link
Contributor

@vevetron vevetron left a comment

Choose a reason for hiding this comment

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

Taking a hammer to it 🛠️

@charlie-costanzo charlie-costanzo merged commit ce476aa into main Feb 18, 2025
4 checks passed
@charlie-costanzo charlie-costanzo deleted the ntd-handle-ids-as-strings branch February 18, 2025 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data-pipeline-ingestion-and-modeling Ingesting, parsing and modeling data. Evan Siroky is product owner.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Some NTD ID columns are integer/float instead of string
2 participants