airflow
airflow copied to clipboard
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
Moving python operators/sensors to standard provider --- **^ 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, an Airflow Improvement Proposal...
Updated the dependency constraint for databricks-sql-connector for databricks provider. It updates the databricks-sql-connector dependency to support version >= 3.0 which is released on Nov 17, 2023. Upgrading to version >=...
We are starting to add status colors to the new UI. Before we build out too much we should make sure to think about a11y from the get go. A...
### Description Newer version of microsoft-kiota-abstractions was released which has several breaking changes. One of the breaking change. following module missing: [1.4.0](https://github.com/microsoft/kiota-python/blob/v1.4.0/kiota_abstractions/default_query_parameters.py) . vs [1.3.3](https://github.com/microsoft/kiota-python/blob/v1.3.3/kiota_abstractions/default_query_parameters.py) They released newer version at...
### Apache Airflow version Other Airflow 2 version (please specify below) ### If "Other Airflow 2 version" selected, which one? 2.9.1 ### What happened? We are noticing our Scheduler and...
### Apache Airflow version Other Airflow 2 version (please specify below) ### If "Other Airflow 2 version" selected, which one? 2.10.1 ### What happened? I'm having an issue with an...
## Goal Set-up authentication using JWT token in UI API. The UI API should be protected hy authentication using JWT token. This PR creates the logic behind JWT token authentication....
### Description It looks like this data is already stored in the [database](https://github.com/apache/airflow/blob/main/airflow/models/taskinstance.py#L1709) and it would be helpful if these were what is rendered/searched upon in the browse -> task...
### PLEASE READ DESCRIPTION Context: In the context of multi team airflow, teams will have their own configuration files for the components that run on team-only hosts (for workers, dag...