Sebastian Daum

Results 6 issues of Sebastian Daum

related: #28723 fix deprecations for SQLAlchemy 2.0 for Airflow core task command. SQLAlchemy 2.0 is changing the behavior when an object is being merged into a Session along the backref...

area:CLI

related: #28723 fix deprecations for SQLAlchemy 2.0 for Airflow providers. **FAB** SQLAlchemy 2.0 is changing the behavior when an object is being merged into a Session along the backref cascade....

area:providers
provider:openlineage
provider:fab

related: #28723 fix deprecations for SQLAlchemy 2.0 for Airflow tests. @Taragolis I went through all test warnings. IMO for the majority of SQA 2.0 warnings there isn't something to do....

area:serialization
area:API

closes: #39352 Mock yandex sdk client to prevent grpc failures. I checked and tested and proposed solution by @Taragolis. It fixes the issue. I also shut off wifi to double...

area:providers
changelog:skip
provider:yandex

closes: #39377 Implements a new transfer operator for loading Amazon S3 data into an Amazon DynamoDB table. The operator uses the existing `ImportTable` AWS [Service](https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ImportTable.html). Yet, import into existing tables...

provider:amazon-aws
area:providers
area:system-tests
kind:documentation

closes: #40116 Implement a new option to log database messages or errors sent to the client. In my opinion, changing the `SQLExecuteQueryOperator` is the best approach as it avoids a...

feature request
needs response