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
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
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