I'm trying to upgrade the Feast ingestion module t...
# contribute-code
w
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
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
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")