airflow
airflow copied to clipboard
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
1. Implement async method for getting job run output 2. logic for getting main notebook exception via async api calling and raising the exception **^ Add meaningful description above** Read...
--- When troubleshooting a task that failed somewhere other than the main execute function, it is necessary to look across multiple logs and amidst many unrelated messages in the scheduler....
### Body Right now import `airflow/providers/amazon/aws/hooks/eks.py` raise **DeprecationWarning** / **SyntaxWarning** (depends on python version) ```json { "category":"DeprecationWarning", "message":"invalid escape sequence \\s", "filename":"airflow/providers/amazon/aws/hooks/eks.py", "lineno":79, "when":"collect", "node_id":null } ``` We should avoid...
As stated by @nivdror, displaying a DAG RUN date different from the dag run id may cause confusion to users. I fixed this by changing the default displayed date to...
closes: https://github.com/apache/airflow/issues/28865 The DAG test command stuck in infinite loop when DAG is paused 1. task resume from deferable state: TI change from deferrable to scheduled 2. task has retry...
While working on PR #32646, I observed that when tasks are marked failed externally like from the scheduler e.g. in the case when scheduler marks the task as failed as...
closes: #33442 It seems like urlsplit fails to correctly parse the url when the protocol contains a colon character. As a workaround, this PR replaces the colon character in the...
related: #36797 #38902 Be able to render map index while dry-running, as .dry-run() already renders templated fields (all but map index) --- **^ Add meaningful description above** Read the **[Pull...
### Apache Airflow version Other Airflow 2 version (please specify below) ### If "Other Airflow 2 version" selected, which one? 2.8.3 ### What happened? I'm chasing an issue involving a...