airflow
airflow copied to clipboard
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
doing `in` operation on list, when having large number of files is not optimal. So, we'll just create a set of the self._file_queue and then use it. I did a...
### Apache Airflow version 3.1.2 ### If "Other Airflow 2/3 version" selected, which one? 3.1.2, 3.1.1 ### What happened? When login in with Azure Oauth SSO the initial authentication delay...
### Apache Airflow version 3.0.3 ### What happened? Despite all of the [documentation](https://airflow.apache.org/docs/apache-airflow/stable/administration-and-deployment/logging-monitoring/advanced-logging-configuration.html) on how to configure logging in Airflow 3, none of these configs are used and instead Airflow...
# added chakra mcp configuration to setup_vscode.py - Adds support for mcp.json in the setup_vscode.py script - Added docs for the mcp support in vscode --- **^ Add meaningful description...
Add asset_active_batch_size config (default 500) and batch asset activation/orphaning SQL to keep IN clauses manageable. This fixes a 'psycopg2.errors.StatementTooComplex' error where this query can exceed the maximum stack depth in...
### Apache Airflow version 3.0.5 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? In Airflow 2.7++ it was possible to directly call the trigger...
[AIP-88](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=334760511) allows triggerers to yield and have the scheduler/process handle multiple events in a single trigger run, enabling true streamable dynamic task mapping for async operators (e.g., HttpOperator/MSGraphAsyncOperator). This reduces...
Added Apache Arrow provider in Airflow and implemented basic AdbcHook. The AdbcHook implements the DBApiHook, so it can be reused across all SQL related operators. I could also be used...
(cherry picked from commit 7f07c312319563554e2c6e3538384b3bd92508f0) Co-authored-by: Pierre Jeambrun
(cherry picked from commit 92d2f87572a244c083254648af535b365f9d6e92) Co-authored-by: Yeonguk Choo