-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DivePythonOperator AirflowException('python_callable
param must be callable'
#15
Comments
Hi, That's interesting. Thanks for the heads up! I'll investigate this a bit and try to have at least a branch that does a hacky work-around up by tonight. |
fwiw, if i hack |
Just ran into this while testing an upgrade to our airflow installation to 1.8.2. In fileflow we hack the python_callable to |
May be resolved in #17 |
Hello,
I was trying out the tutorial to learn more about fileflow and airflow and received this error when running the tutorial code:
Looks like this line was added 3 months ago into airflow :
Which seems to conflict with the DivePythonOperator
https://github.com/industrydive/fileflow/blob/master/fileflow/operators/dive_python_operator.py#L23
Would love to suggest an edit but i'm not familiar enough with both libraries yet.
The text was updated successfully, but these errors were encountered: