[13/36] incubator-airflow git commit: [AIRFLOW-969] Catch bad python_callable argument

2017-05-09 Thread criccomini
[AIRFLOW-969] Catch bad python_callable argument Checks for callable when Operator is created, not when it is run. * added initial PythonOperator unit test, testing run * python_callable must be callable; added unit test Closes #2142 from abloomston/python-callable (cherry picked from commit 12

incubator-airflow git commit: [AIRFLOW-969] Catch bad python_callable argument

2017-04-06 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/v1-8-test dff6d21bf -> 916741171 [AIRFLOW-969] Catch bad python_callable argument Checks for callable when Operator is created, not when it is run. * added initial PythonOperator unit test, testing run * python_callable must be callab

incubator-airflow git commit: [AIRFLOW-969] Catch bad python_callable argument

2017-03-16 Thread jlowin
Repository: incubator-airflow Updated Branches: refs/heads/master a8bd1695e -> 12901ddfa [AIRFLOW-969] Catch bad python_callable argument Checks for callable when Operator is created, not when it is run. * added initial PythonOperator unit test, testing run * python_callable must be callable;