Kalyan R
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...
**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...
related: #39178 This PR intends to make `DatabricksNotebookOperator` deferrable
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...
### 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.*`...
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.
### 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...
Related: #38195 use `sqlalchemy_url` property to form uri in `get_uri` in sqlite hook