OmerJog edited a comment on issue #5611: [AIRFLOW-4724] Make params dict to be templated for operators URL: https://github.com/apache/airflow/pull/5611#issuecomment-513495648 @basPH please refer to the Jira https://issues.apache.org/jira/browse/AIRFLOW-4724 this has been discussed at length in https://apache-airflow.slack.com/archives/CCQ7EGB1P/p1559134166151100 it require a fix. What you suggested is already given in the ticket. It's not a solution it's a work around. BaseOperator specifically says: https://github.com/apache/airflow/blob/master/airflow/models/baseoperator.py#L367 ` self.params = params or {} # Available in templates! ` So it needs to be supported as is.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
