kbumsik commented on PR #31276: URL: https://github.com/apache/airflow/pull/31276#issuecomment-1546929769
In AWS Batch Operator, it falls back to the default behavior of boto3, which normally uses `AWS_` prefixed environment variables or AWS configs in `~/.aws`. This is specifically mentioned in the doc: https://github.com/apache/airflow/blob/3193857376bc2c8cd2eb133017be1e8cbcaa8405/airflow/providers/amazon/aws/operators/batch.py#LL76C3-L77C19 I am not sure this fallback behavior is the same across other AWS Operators though. Many of them doesn't allow None type for `aws_conn_id` and unlike AWS Batch their None case is not described in doc comment. -- 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]
