sentry_airflow icon indicating copy to clipboard operation
sentry_airflow copied to clipboard

Call out the lack of support for python 2

Open jarshwah opened this issue 6 years ago • 2 comments

I installed the plugin into our composer instance, and failures caused more failures (syntax error with * args) because our composer is still running python 2 (1.9).

I realise python 2 is out of support, and I'm not asking for it, but it might be handy to call out the plugin only works on python 3 :)

jarshwah avatar Jan 31 '20 04:01 jarshwah

Ah - it should work on python 2, I opened #35 as a potential fix.

mikeclarke avatar Jan 31 '20 05:01 mikeclarke

Sorry I didn't provide more context - I couldn't actually find the error, coworkers told me of it and restarted the tasks after I removed the plugin.

Is there any good way to test the plugin working without waiting on a task to crash? :)

jarshwah avatar Feb 03 '20 22:02 jarshwah