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

Add intermediate models #2

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

even-wei
Copy link
Member

@even-wei even-wei commented Jun 4, 2023

Add intermediate models

  • int_imdb_data

@github-actions
Copy link

github-actions bot commented Jun 6, 2023

📊 Piperider Comparison Summary

Comparison Summary
Table Rows Columns
stg_title_basics - 9 (+0)
stg_title_ratings - 3 (+0)
int_imdb_data (+) - 8
Tables Summary (added=1)
stg_title_basics
Column Type Valid % Distinct %
title_id VARCHAR - -
title_type VARCHAR - -
primary_title VARCHAR - -
original_title VARCHAR - -
is_adult BIGINT - -
start_year BIGINT - -
end_year VARCHAR - -
runtime_minutes BIGINT - -
genres VARCHAR - -
stg_title_ratings
Column Type Valid % Distinct %
title_id VARCHAR - -
average_rating DOUBLE PRECISION - -
num_votes BIGINT - -
int_imdb_data (+)
Column Type Valid % Distinct %
title_id (+) VARCHAR - -
primary_title (+) VARCHAR - -
original_title (+) VARCHAR - -
start_year (+) BIGINT - -
runtime_minutes (+) BIGINT - -
genres (+) VARCHAR - -
average_rating (+) DOUBLE PRECISION - -
num_votes (+) BIGINT - -

📎 Cloud Comparison Report

Find comparison detail

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.

1 participant