mik-laj commented on a change in pull request #8651:
URL: https://github.com/apache/airflow/pull/8651#discussion_r419129507
##########
File path: airflow/config_templates/config.yml
##########
@@ -366,6 +366,17 @@
type: string
example: "path.to.CustomXCom"
default: "airflow.models.xcom.BaseXCom"
+ - name: user_defined_execute_context
Review comment:
I am not sure if the user should be able to overwrite this context
manager. Can you provide use cases when necessary?
I recently thought a lot about a similar mechanism to be able to define a
context that will allow authorization to
[gcloud](https://github.com/apache/airflow/pull/8432), or [forward ports via
SSH](https://github.com/apache/airflow/issues/8615). However, I am not
convinced that this should be defined at the global level.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]