jason810496 commented on issue #70355: URL: https://github.com/apache/airflow/issues/70355#issuecomment-5071698075
Thanks Shahar! I tested all of my changes in this batch and everything works as expected (I have checked the corresponding checkboxes as well). - **amazon 9.33.0rc1** — #69817, #69816: `s3://` and `cloudwatch://` schemes resolve through the new provider remote-logging dispatch, and `S3RemoteLogIO.from_config()` / `CloudWatchRemoteLogIO.from_config()` build correctly from `[logging]` config (including log-group ARN derivation for CloudWatch). - **celery 3.23.0rc1 / cncf.kubernetes 10.20.0rc1** — #69300: `get_streaming_task_log` is present on `KubernetesExecutor` with the expected signature; `CeleryKubernetesExecutor` / `LocalKubernetesExecutor` route k8s-queue TIs to the inner executor and return empty for other queues, and `get_task_log` degrades gracefully when no cluster is reachable. - **cncf.kubernetes 10.20.0rc1** — #69301: `[kubernetes_executor] running_pod_log_lines` defaults to 100, env override is respected, values `<= 0` are rejected with `ValueError`, and the option is visible via `airflow config get-value`. - **common.ai 0.7.0rc1** — #69636: the `example_agent_dynamic_system_prompt` example DAG parses from the released package with `system_prompt` in `template_fields` carrying the documented Jinja pattern. Environment: `apache-airflow==3.3.0` (Python 3.12, constraints-pinned) + the rc1 packages from PyPI. -- 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]
