feat: Add MLflow as a first-class offline DataSource for Feast - #6702
Open
Vperiodt wants to merge 1 commit into
Open
feat: Add MLflow as a first-class offline DataSource for Feast#6702Vperiodt wants to merge 1 commit into
Vperiodt wants to merge 1 commit into
Conversation
Signed-off-by: Vanshika Vanshika <vvanshik@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6702 +/- ##
==========================================
- Coverage 46.77% 46.70% -0.07%
==========================================
Files 414 419 +5
Lines 50191 50949 +758
Branches 7181 7313 +132
==========================================
+ Hits 23475 23798 +323
- Misses 25077 25470 +393
- Partials 1639 1681 +42
... and 3 files with indirect coverage changes Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
Adds
MlflowDatasetSourceso Feast can read tabular MLflow data for offline retrieval viaget_historical_features()andcreate_saved_dataset().dataset_name/dataset_id) and artifact (run_id+artifact_path, Parquet/CSV)to_arrow()fallback for other storessync-dataset,preview-dataset,validate-source,list-sourcesmlflowis not installed; non-MLflow FeatureViews unaffectedWhich issue(s) this PR fixes:
Checks
git commit -s)Testing Strategy
Misc