airflow
airflow copied to clipboard
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
We need these, so fail early if they are missing (say, you missed escaping a newline 😂).
Bumps the core-ui-package-updates group with 85 updates in the /airflow/www directory: | Package | From | To | | --- | --- | --- | | [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react) | `2.4.2` |...
Bumps the core-ui-package-updates group with 11 updates in the /airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui directory: | Package | From | To | | --- | --- | --- | | [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react) | `3.20.0` |...
Bumps the fab-ui-package-updates group with 1 update in the /providers/fab/src/airflow/providers/fab/www directory: [eslint](https://github.com/eslint/eslint). Updates `eslint` from 9.28.0 to 9.29.0 Release notes Sourced from eslint's releases. v9.29.0 Features f686fcb feat: add ecmaVersion:...
Updated sync and async Snowflake API call methods to retry on errors as advised by Snowflake (https://docs.snowflake.com/en/developer-guide/sql-api/handling-errors) and on connection related errors. closes: #50514 --- **^ Add meaningful description above**...
With server-client separation, we need to determine what should be shared vs duplicated vs kept separate. Should the Providers with executors be separated into providers to that they can be...
This PR will change the Link implementation in Google Provider to make it clean. The PR consists of the following: - Move the not standardized `persist` method to the base...
Fix kwargs handling in Azure Data Lake Storage V2 Hook methods Fixed incorrect kwargs handling in AzureDataLakeStorageV2Hook methods where keyword arguments were being passed as a single argument instead of...
closes: https://github.com/apache/airflow/issues/50423 ## Why? Airflow 2 had support for user impersonation: https://airflow.apache.org/docs/apache-airflow/stable/security/workload.html. Quoting from docs: > Airflow has the ability to impersonate a unix user while running task instances based...
We are using Airflow with Kubernetes and we are occasionally experiencing failures due to DNS resolution blips. These failures are temporary and usually take mere seconds to go away. The...