Andrey Anshin

Results 27 issues of 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...

provider:AWS
area:providers
area:secrets
kind:documentation

### 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...

feature

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...

area:providers
kind:documentation

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...

area:providers
kind:documentation

closes: #9145 follow-up: #24660 Rather than extend existed `SqlToSlackOperator` I've decided to create new transfer operator `SqlToSlackApiFileOperator`. cc: @eladkal

area:providers

### 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...

good first issue
kind:meta

### 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...

area:providers
good first issue
kind:meta
kind:task

### 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...

provider:amazon-aws
area:providers
good first issue
kind:meta

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...

provider:google
provider:microsoft-azure
provider:amazon-aws
area:providers
area:dev-tools
area:logging
changelog:skip
provider:openlineage
provider:elasticsearch