Lee-W commented on code in PR #33960:
URL: https://github.com/apache/airflow/pull/33960#discussion_r1312415063
##########
airflow/providers/amazon/provider.yaml:
##########
@@ -710,3 +710,16 @@ additional-extras:
- name: cncf.kubernetes
dependencies:
- apache-airflow-providers-cncf-kubernetes>=7.2.0
+
+config:
+ aws:
+ description: This section applies settings for Amazon Web Services (AWS)
integration.
+ options:
+ session_factory:
+ description: |
+ Full import path to the class which implements custom session
factory for ``boto3.session.Session``,
+ for more detail please have a look at
:ref:`howto/connection:aws:session-factory`.
+ default: ~
+ example: my_company.aws.MyCustomSessionFactory
+ type: string
+ version_added: ~
Review Comment:
If that is the case, should we add a check to make sure this value is not
higher than the latest airflow version?
--
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]