rustikk opened a new pull request #21809: URL: https://github.com/apache/airflow/pull/21809
closes: https://github.com/apache/airflow/issues/21768 When the default_args is anything but a dictionary or None a not so helpful error shows. This commit adds a TypeError if anything other than a dictionary or None is passed to default_args at either the dag level, the taskgroup level or the task level and returns a TypeError saying "default_args must be a dictionary". -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
