Kalyan R

Results 35 issues of Kalyan R

Currently, when we run tests locally, it creates few temporary folders. We are manually creating them and deleting them. It would be cleaner if we can make use of pytest's...

enhancement
good first issue

**Is your feature request related to a problem?** Currently, test cases are leaving indexes, model and other data behind in the OpenSearch instance it connects to. Also, if the index...

enhancement

related: #39178 This PR intends to make `DatabricksNotebookOperator` deferrable

area:providers
provider:databricks

closes #39368 By reusing the `get_validators` function, we can incorporate pattern search to include allow/block lists.

### Description Currently, when exporting metrics to Datadog, we only do plain prefix matches for the allow list and block list. I am requesting to include regex pattern-matching ### Use...

kind:feature
provider:datadog

### Apache Airflow version main (development) ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? with `AIRFLOW__METRICS__METRICS_USE_PATTERN_MATCH` set to `true` and `AIRFLOW__METRICS__METRICS_ALLOW_LIST` set to `.*get_astronauts.*`...

kind:bug
area:metrics
area:core

reference discussion link: https://meltano.slack.com/archives/C024T93P0AJ/p1683318763082389 Reason: This can help from using sources which have restrictive licenses. Make better informed choices when choosing a plugin

related: #38195 use sqlalchemy's URL object to create a URI in the `get_uri` method.

stale
area:providers
provider:databricks
provider:microsoft-mssql

### Description Currently, we allow users to pass dialect via `sqlalchemy_scheme` extra field of the `mssql` connections. https://github.com/apache/airflow/blob/3873b098130ff4b8c1b8a37ac596be7b560c62ca/airflow/providers/microsoft/mssql/hooks/mssql.py#L80 I am proposing to remove this field as it is not possible...

kind:feature
needs-triage
provider:microsoft-mssql

Related: #38195 use `sqlalchemy_url` property to form uri in `get_uri` in sqlite hook

stale
area:providers
provider:sqlite