I'm trying to upgrade the Feast ingestion module to a newer version, but the minimum python version or feast is 3.8, while for Datahub it is 3.7. Is there a rough timeline for dropping 3.7 support? Or another path forward? (ex: Do all ingestion modules need to share the same minimum version)
g
gray-shoe-75895
10/18/2022, 6:08 AM
We prefer for all ingestion modules to share the same min version, but certainly will make exceptions. Regarding feast - is there specific new functionality in the newer versions of feast that you’re looking to use?
w
white-knife-12883
10/18/2022, 3:52 PM
So in general 0.18 to 0.26 is a wide swath of new integrations and api changes; 0.18 no longer receives upstream support releases.
The thing I'm most narrowly interested in is a bugfix that was preventing Feature Views from being tied to their source. (That is you would get
null
for the source instead of the "snowflake table x.y.z")