Andrey Anshin
Andrey Anshin
> Does it backward compatible? Does it break during upgrade? Difficult to say right now, in general bump dependency version is not a breaking changes, if all other components remain...
https://github.com/apache/airflow/blob/35c1a1a024e652c001930bf42416e06d3c20cf95/chart/files/statsd-mappings.yml#L18-L23
This works fine to me ```python from airflow import DAG from airflow.decorators import task from airflow.lineage import AUTO from datetime import datetime, timedelta from airflow.operators.empty import EmptyOperator DAG_ID = "test_lineage"...
> Python DAG file defines EcsRunTaskOperator.awslogs_group="my-loggroup". And we got error in logs >Issue that fargate task is created with another log group and value from EcsRunTaskOperator.awslogs_group does not override it...
At that moment (and historically) Airflow save variables (both in UI and CLI) as key-value storage, and if the values is a valid python dictionary than it serialize as json...
Just for the reference we do not expect that contributors finish all the stuff in one go, even more there is recommendation to spilt by the different PR, it could...
- https://github.com/apache/airflow/pull/38452 - https://lists.apache.org/thread/8jbg1dd2lr2cfydtqbjxsd6pb6q2wkc3
And also required fix failing tests
Just wondering, anyone noticed this lines above of the changes 🙄 😵💫 https://github.com/apache/airflow/blob/2bcfe543c7781cd06430ff055864b811768b46ba/airflow/providers/google/cloud/operators/cloud_storage_transfer_service.py#L549-L556
> Oups, 32 ignored checks in our tests. Whoops some of them seem broken for a while or just some change in codebase not reflected or we miss some regression...