Re: How to learn more about deprecation warnings?

2017-01-20 Thread Laura Lorenz
Awesome, thanks Jeremiah! On Fri, Jan 20, 2017 at 8:20 AM, Jeremiah Lowin wrote: > Hi Laura, > > The error is raised if an unused argument is passed to BaseOperator -- > basically if there is anything in either args or kwargs. The original issue > was that in a number of cases arguments were mis

Re: How to learn more about deprecation warnings?

2017-01-20 Thread Jeremiah Lowin
Hi Laura, The error is raised if an unused argument is passed to BaseOperator -- basically if there is anything in either args or kwargs. The original issue was that in a number of cases arguments were misspelled or misused by Operator subclasses and instead of raising an error, they were just pas

How to learn more about deprecation warnings?

2017-01-19 Thread Laura Lorenz
Hi! Is there a way to determine the rationale behind deprecation warnings? In particular I'm interested in the following: /Users/llorenz/Envs/fileflow/lib/python2.7/site-packages/airflow/models.py:1719: > PendingDeprecationWarning: Invalid arguments were passed to > DivePythonOperator. Support for