airflow
airflow copied to clipboard
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
To ease effort on moving BaseHook to task sdk, noticed that this one could be an issue. It can just use the Connection layer instead of using the BaseHook. BaseHook...
Closes https://github.com/apache/airflow/issues/50529 TL;DR; Original implementation was done in https://github.com/apache/airflow/pull/40356 - Enables support for providing data with the `PowerBIDatasetRefreshOperator`, in the form of a `request_body` that should map 1:1 with the...
--- I added JWT Authentication to the TableauHook. If password and login are set, it is preferred over JWT Authentication. There are two options for using a token: Passing it...
## Related issues #31556 ## Overview Users can now efficiently navigate, jump within task instances using only their keyboard, enhancing operational speed for power users. The core navigation is complete...
--- **^ 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 ([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvement+Proposals)) is needed. In case of...
### Apache Airflow version 3.0.0 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? When starting dag-processor using command: `airflow dag-processor --daemon`, it will end...
Backend part for #50873. The name 'consuming dags' is somewhat confusing. This is actually a backref to DagScheduleAssetReference, and as the name suggests, it only tracks dags that reference assets...
### Motivation The original purpose of this PR is to resolve #50867. In Cohere provider, since 1.4.2, the return type of `CohereEmbeddingOperator` is updated from `list[list[float]]` to `EmbedByTypeResponseEmbeddings`. `EmbedByTypeResponseEmbeddings` is...
- Add button in header to enable or disable log grouping - Allow logs to be shown linearly or grouped - Adjust group offset and display https://www.youtube.com/watch?v=doCR4YM1Rek --- **^ Add...