Ankit Chaurasia

Results 37 issues of Ankit Chaurasia

[PR #39130](https://github.com/apache/airflow/pull/39130) introduces a method for handling asyncio.CancelledError in a try/except block. However, this method is deemed unsafe, and it affects `DataprocCreateClusterOperator` operators, which enables external job cancellation if the...

provider:google
area:providers

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

**Please describe the feature you'd like to see** The current approach to testing the accuracy of model responses is foundational but requires further development. We need a robust, industry-standard testing...

Currently, each commit runs the dev pipeline in cloud build which becomes problematic to test if there are multiple PRs at once. We should have a separate test deployment for...

This PR removes the `execution_date` and `logical_date` arguments from functions and APIs that are used to retrieve DAG runs, aligning with the broader changes introduced in Airflow 2.2 and preparing...

area:Scheduler
area:webserver
area:CLI
area:providers
area:API
provider:cncf-kubernetes
area:UI
provider:databricks
area:Triggerer
area:db-migrations
legacy ui
legacy api

* Removed duplicated examples from `examples.rst`. * Added a link to the core TaskFlow tutorial (`airflow-core/docs/tutorial/taskflow.rst`) * Kept only the four essential code-snippet steps in examples.rst (define DAG, write tasks,...

area:task-sdk

### Description Initially we thought of move the tutorials (dags, tasks, taskflow etc etc.) from apache-airflow-core to task-sdk docs but later with discussion with @cmarteepants we have decided to cross-link...

kind:feature
kind:documentation