vandonr-amz opened a new pull request, #32729: URL: https://github.com/apache/airflow/pull/32729
the region is not serialized if it's None, so if a trigger has a non-optional region and we pass `None` to it manually, it doesn't get serialized, and the code crashes when trying to rebuild the trigger from the serialized params, complaining about a missing "region_name" argument. https://github.com/apache/airflow/blob/05f1acfcb708a6785d5b60dd6a2a1ef930a73a7d/airflow/providers/amazon/aws/triggers/base.py#L103-L105 -- 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]
