airflow icon indicating copy to clipboard operation
airflow copied to clipboard

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows

Results 1281 airflow issues
Sort by recently updated
recently updated
newest added

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...

area:providers
provider:databricks

--- 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....

stale
area:Scheduler
area:logging

### 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...

provider:amazon-aws
area:providers
good first issue
kind:meta

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...

area:webserver
type:bug-fix
area:UI

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...

type:bug-fix

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...

type:bug-fix
area:core

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...

stale
type:bug-fix

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...

kind:bug
area:core
provider:cncf-kubernetes