You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/11/17 07:39:54 UTC

[GitHub] [airflow] uranusjr commented on a change in pull request #19624: Enable task run setting to be able reinitialise

uranusjr commented on a change in pull request #19624:
URL: https://github.com/apache/airflow/pull/19624#discussion_r750963609



##########
File path: airflow/settings.py
##########
@@ -73,6 +73,7 @@
 SQL_ALCHEMY_CONN: Optional[str] = None
 PLUGINS_FOLDER: Optional[str] = None
 LOGGING_CLASS_PATH: Optional[str] = None
+DONOT_MODIFY_HANDLERS: Optional[str] = None

Review comment:
       Why is this annotated as str?




-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org