Andrey Anshin
Andrey Anshin
In additional added new Extra Connection parameters * `profile_name` - this only one parameter which could be assigned to `session_kwargs` without any side effects in current provider, so I thought...
### Feature or Bugfix - Feature ### Detail Extended Athena Formatter ### Relates #806 By submitting this pull request, I confirm that my contribution is made under the terms of...
**Is your feature request related to a problem? Please describe.** The feature is related to #609, the main problem that users still need manually quoted values Current workaround which I...
Fundamental refactor of SlackWebhookHook with breaking changes. I tried to minimise breaking changes, however main (and hope the only once) braking change SlackWebhookHook not anymore inherit from `airflow.providers.http.hooks.http.HttpHook` anymore and...
Amazon ECR Private registry [do not have permanent credentials](https://docs.aws.amazon.com/AmazonECR/latest/userguide/registry_auth.html#registry-auth-token). Users required manually obtain credentials and renew them every 12 hours or use [amazon-ecr-credential-helper](https://github.com/awslabs/amazon-ecr-credential-helper). This PR allow DockerHook get credentials not...
closes: #9145 follow-up: #24660 Rather than extend existed `SqlToSlackOperator` I've decided to create new transfer operator `SqlToSlackApiFileOperator`. cc: @eladkal
### Body Part of https://github.com/apache/airflow/issues/10742. Recently we enable [D105](https://docs.astral.sh/ruff/rules/undocumented-magic-method/) pydocstyle rule, however we still have some modules which do not follow D105 rule yet. It would be nice if the...
### Body Some of Hooks provide connection ability, however quite a few of them do not provide any documentation and/or connection type (missing in the UI). It would be nice...
### Body Right now import `airflow/providers/amazon/aws/hooks/eks.py` raise **DeprecationWarning** / **SyntaxWarning** (depends on python version) ```json { "category":"DeprecationWarning", "message":"invalid escape sequence \\s", "filename":"airflow/providers/amazon/aws/hooks/eks.py", "lineno":79, "when":"collect", "node_id":null } ``` We should avoid...
We have plenty of the builtins variables/function with the same name as a builtins functions or constants . This PR rename it into the non production codebase (dev, tests) and...