feat: Add Snowflake materialization engine#2948
Conversation
sdk/python/feast/infra/materialization/snowflake/snowflake_engine.py
Outdated
Show resolved
Hide resolved
sdk/python/feast/infra/materialization/snowflake/snowflake_engine.py
Outdated
Show resolved
Hide resolved
sdk/python/feast/infra/materialization/snowflake/snowflake_engine.py
Outdated
Show resolved
Hide resolved
sdk/python/feast/infra/materialization/snowflake/snowflake_engine.py
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #2948 +/- ##
==========================================
- Coverage 67.08% 57.80% -9.29%
==========================================
Files 173 209 +36
Lines 15132 17380 +2248
==========================================
- Hits 10152 10046 -106
- Misses 4980 7334 +2354
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
achals
left a comment
There was a problem hiding this comment.
Overall looks reasonable to me
kevjumba
left a comment
There was a problem hiding this comment.
Just need some documentation and a few nits.
905cdb4 to
88984d9
Compare
88984d9 to
cf2e3a0
Compare
db2a1b7 to
2c61948
Compare
747a85f to
fe1834e
Compare
6b17836 to
71ade2e
Compare
456a520 to
b42c452
Compare
a0b28b7 to
ff3c697
Compare
7d99d8b to
70eb0f1
Compare
|
Tests are red because of a couple of tests that aren't being skipped correctly (since pr-local-integration-tests is triggered on pull_request_target). Going to force merge this in. |
70eb0f1 to
8af1077
Compare
Signed-off-by: Miles Adkins <[email protected]>
8af1077 to
5d0cf95
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: achals, kevjumba, sfc-gh-madkins The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it:
Allows Snowflake to be a materialization option when Snowflake is used as an offline store
Which issue(s) this PR fixes:
Fixes #2633