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

issue in data engineering lesson #240

Open
akashsonowal opened this issue Sep 17, 2023 · 2 comments
Open

issue in data engineering lesson #240

akashsonowal opened this issue Sep 17, 2023 · 2 comments

Comments

@akashsonowal
Copy link

akashsonowal commented Sep 17, 2023

Hi @GokuMohandas,

I was trying to run the data engineering lessons in my local.

The tags dataset don't have id column so inside dbt cloud development when we run this sql code, it throws an error as tags doesn't have id. Please correct me if am missing something.

-- models/labeled_projects/labeled_projects.sql SELECT p.id, created_on, title, description, tag FROM made-with-ml-XXXXXX.mlops_course.projectsp -- REPLACE LEFT JOINmade-with-ml-XXXXXX.mlops_course.tags t -- REPLACE ON p.id = t.id

@teddythinh
Copy link

teddythinh commented Dec 25, 2023

I get the same error too, I don't know if the query p.id = t.id is true or not.

@Shyam4801
Copy link

Looks like there is no id column in datasets/tags.csv. Hence the error

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

No branches or pull requests

3 participants