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

🎨 Replace relation of Collection to FeatureSet with indirect relation through Artifact #1905

Merged
merged 6 commits into from
Sep 8, 2024

Conversation

falexwolf
Copy link
Member

@falexwolf falexwolf commented Sep 8, 2024

This simplifies the schema enough without sacrificing important use cases.

One can still query the union of the underlying artifact feature sets with collection.features.get_feature_sets(), but the result is no longer stored in the database.

@falexwolf falexwolf changed the title 🎨 Replace direct relation of Collection to FeatureSet with transitive… 🎨 Replace direct relation of Collection to FeatureSet with indirect relation through Artifact Sep 8, 2024
@falexwolf falexwolf changed the title 🎨 Replace direct relation of Collection to FeatureSet with indirect relation through Artifact 🎨 Replace direct relation of Collection to FeatureSet with transitive relation through Artifact Sep 8, 2024
@falexwolf falexwolf changed the title 🎨 Replace direct relation of Collection to FeatureSet with transitive relation through Artifact 🎨 Replace direct relation of Collection to FeatureSet with indirect relation through Artifact Sep 8, 2024
Copy link

codecov bot commented Sep 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.20%. Comparing base (68e8cc8) to head (1952cbd).
Report is 17 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1905      +/-   ##
==========================================
- Coverage   92.24%   92.20%   -0.04%     
==========================================
  Files          52       52              
  Lines        5997     5980      -17     
==========================================
- Hits         5532     5514      -18     
- Misses        465      466       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

github-actions bot commented Sep 8, 2024

@github-actions github-actions bot temporarily deployed to pull request September 8, 2024 12:10 Inactive
@falexwolf falexwolf changed the title 🎨 Replace direct relation of Collection to FeatureSet with indirect relation through Artifact 🎨 Replace relation of Collection to FeatureSet with indirect relation through Artifact Sep 8, 2024
@falexwolf falexwolf merged commit 34768a9 into main Sep 8, 2024
11 checks passed
@falexwolf falexwolf deleted the removefeaturescollection branch September 8, 2024 14:02
@github-actions github-actions bot temporarily deployed to pull request September 8, 2024 14:08 Inactive
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