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
We haven't actually tested Fileflow on Python 3 and I heard word that some errors show up on a Python 3 install of airflow after the fileflow plugin is installed. I'm most concerned about unexpected assumptions in our file storage backend since the behavior of open() changed to make the str/bytes/unicode sitch more explicit in Python 3.
I think while investigating the errors we should get the CircleCI or similar up and do automated testing in Python 2 and Python 3 environments.
The text was updated successfully, but these errors were encountered:
The people want Python 3!!! And so do we...
We haven't actually tested Fileflow on Python 3 and I heard word that some errors show up on a Python 3 install of airflow after the fileflow plugin is installed. I'm most concerned about unexpected assumptions in our file storage backend since the behavior of open() changed to make the str/bytes/unicode sitch more explicit in Python 3.
I think while investigating the errors we should get the CircleCI or similar up and do automated testing in Python 2 and Python 3 environments.
The text was updated successfully, but these errors were encountered: