dstandish opened a new pull request #21500:
URL: https://github.com/apache/airflow/pull/21500


   Rather than relying on the poke method to parse the attrs we should either 
do it in `__init__` or in a cached property.
   
   Since it's a pretty insignifigant computation let's  just do it in 
`__init__`.
   
   And anyway, if the params are bad then best to get a warning before 
deploying your code.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to