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
When installing feast sdk in an environment with Tensorflow Model Analysis, TFMA will stop working due to the fact that feast overwrites the files on the tensorflow_metadata python package.
Expected Behavior
When installing feast sdk in an environment with Tensorflow Model Analysis, TFMA will stop working due to the fact that feast overwrites the files on the tensorflow_metadata python package.
This generates issues like this: https://github.com/BACtaki/tfx-addons/runs/4196630120?check_suite_focus=true
Current Behavior
Feast overwrites tf_metadata files on pip install.
Steps to reproduce
Just open feast wheel and inspect the RECORD file you get:
Ideally this should be instead a python dependency for feast so that tf_metadata can be managed as a python dependency.
Specifications
Possible Solution
Add tensorflow-metadata as a dependency of the python sdk instead. Allowing users to control the tf_metadata version installed on their system.
The text was updated successfully, but these errors were encountered: