Pratiksha
Pratiksha
Closes : #44876 Currently, the `SqsPublishOperator` in Airflow does not support the `MessageDeduplicationId` parameter for deduplication of messages sent to AWS SQS FIFO queues. Users are forced to rely solely...
closes : #45670 Implement Version Command on the CLI side --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#pull-request-guidelines)** for more information. In case of fundamental code changes,...
This PR is part of the migration to SQLAlchemy 2.0 Previously, the hook only detected usage of `.query()` which returns a `Query` object. This update extends the check to also...