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

The updated ossd.repositories source data doesn't exist in the playground #2354

Closed
ccerv1 opened this issue Oct 15, 2024 · 1 comment · Fixed by #2376
Closed

The updated ossd.repositories source data doesn't exist in the playground #2354

ccerv1 opened this issue Oct 15, 2024 · 1 comment · Fixed by #2376
Assignees
Labels
c:data Gathering data (e.g. indexing) P1 High priority issue

Comments

@ccerv1
Copy link
Member

ccerv1 commented Oct 15, 2024

Which area(s) are affected? (leave empty if unsure)

Indexer

To Reproduce

Grab my PR:

gh pr checkout 2346

Then run the following dbt command:

dbt run --select stg_ossd__current_repositories   

However, the same command works in the production environment, ie:

dbt run --select stg_ossd__current_repositories   --target production

Describe the Bug

Several new fields were added to oso_source('ossd', 'repositories') including created_at and updated_at

However, the playground is unable to access this (updated) source data. Thus, we get the error:

Unrecognized name: created_at

We get the same failure when we try pushing the PR: #2346

Expected Behavior

The playground environment should execute the staging model (and this PR should merge)

@github-project-automation github-project-automation bot moved this to Backlog in OSO Oct 15, 2024
@ccerv1 ccerv1 added the c:data Gathering data (e.g. indexing) label Oct 15, 2024
@ccerv1 ccerv1 added this to the [c] OSO website refresh milestone Oct 15, 2024
@ccerv1 ccerv1 added the P1 High priority issue label Oct 18, 2024
@github-project-automation github-project-automation bot moved this from Backlog to Done in OSO Oct 21, 2024
@ravenac95
Copy link
Member

Was a generally simple fix but, as I was debugging I realized there was a bit of manual work to get this working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:data Gathering data (e.g. indexing) P1 High priority issue
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants