jscheffl commented on code in PR #58125:
URL: https://github.com/apache/airflow/pull/58125#discussion_r2512313776


##########
providers/edge3/provider.yaml:
##########
@@ -132,6 +132,15 @@ config:
         type: integer
         example: ~
         default: "524288"
+      push_logs:
+        description: |
+          Flag to enable or disable pushing of log files from edge worker to 
the central site.
+          When enabled, edge workers will upload task log files in chunks to 
the central Airflow site.
+          When disabled, logs will only be available locally on the edge 
worker.
+        version_added: ~

Review Comment:
   Can you add this?
   ```suggestion
           version_added: 1.5.0
   ```



-- 
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]

Reply via email to