You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which area(s) are affected? (leave empty if unsure)
No response
To Reproduce
View the expected columns from oss-directory:
from typing import Dict, List
from ossdirectory import fetch_data
from ossdirectory.fetch import OSSDirectory
data: OSSDirectory = fetch_data()
projects: List[dict] = data.projects
cols = {k for p in projects for k in p}
Which area(s) are affected? (leave empty if unsure)
No response
To Reproduce
View the expected columns from oss-directory:
We see:
Now view the columns in the dagster asset here: https://admin-dagster.opensource.observer/assets/ossd/projects
Describe the Bug
There are several artifact types that are included in the latest OSSD schema and that show when querying. These include:
As result, anything downstream from OSSD (including artifacts_by_projects models) does not capture all the artifacts
Expected Behavior
These artifacts should be getting pulled in via
ossd.py
and available in the source datasetThe text was updated successfully, but these errors were encountered: