You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/12/30 13:47:04 UTC

[GitHub] [airflow] seunggabi commented on pull request #28020: [#20815] DAG.default_args.catchup is not working...

seunggabi commented on PR #28020:
URL: https://github.com/apache/airflow/pull/28020#issuecomment-1367927634

   @potiuk @uranusjr 
   Thanks for attention.
   
   ```python
           if "params" in self.default_args:
               params.update(self.default_args["params"])
               del self.default_args["params"]
   ```
   
   `params` is hybrid property (default_args or !default_args).
   I think it's the beginning of a misunderstanding.
   
   So, I suggest this PR. (about extend default_args)


-- 
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-unsubscribe@airflow.apache.org

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