-
Notifications
You must be signed in to change notification settings - Fork 61
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: apache/airflow-client-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.10.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: apache/airflow-client-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 860 files changed
- 6 contributors
Commits on Oct 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f1081e0 - Browse repository at this point
Copy the full SHA f1081e0View commit details
Commits on Nov 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 27fa362 - Browse repository at this point
Copy the full SHA 27fa362View commit details
Commits on Apr 4, 2025
-
Fix spelling in Python code comment (#126)
* Fix spelling in Python code comment * Update airflow_client/client/model_utils.py Co-authored-by: Kalyan R <kalyan.ben10@live.com> --------- Co-authored-by: Kalyan R <kalyan.ben10@live.com>
Configuration menu - View commit details
-
Copy full SHA for 4bd5b25 - Browse repository at this point
Copy the full SHA 4bd5b25View commit details
Commits on May 19, 2025
-
Update Python Client to 3.0.0 (#128)
This brings in the new Airflow API v2 to the Python client As part of this change the following breaking changes have occurred: - The API returns 422 status code instead of 400 for validation errors. For instance when the request payload, path params, or query params are invalid. - When listing a resource for instance on GET ``/dags``, ``fields`` parameter is not supported anymore to obtain a partial response. The full objects will be returned by the endpoint. This feature might be added back in upcoming 3.x versions. - Passing list in query parameters switched from ``form, non exploded`` to ``form, exploded`` i.e before ``?my_list=item1,item2`` now ``?my_list=item1&my_list=item2`` - ``execution_date`` was deprecated and has been removed. Any payload or parameter mentioning this field has been removed. - Datetime format are RFC3339-compliant in FastAPI, more permissive than ISO8601, meaning that the API returns zulu datetime for responses, more info here fastapi/fastapi#7693 (comment). Both ``Z`` and ``00+xx`` are supported for payload and params. This is due FastAPI and pydantic v2 default behavior. - PATCH on ``DagRun`` and ``TaskInstance`` are more generic and allow in addition to update the resource state and the note content. Therefore the two legacy dedicated endpoints to update a ``DagRun`` note and ``TaskInstance`` note have been removed. Same for the set task instance state, it is now handled by the broader PATCH on task instances. - ``assets/queuedEvent`` endpoints have moved to ``assets/queuedEvents`` for consistency. - dag_parsing endpoint now returns a 409 when the DagPriorityParsingRequest already exists. It was returning 201 before. - ``clearTaskInstances`` endpoint default value for ``reset_dag_runs`` field has been updated from ``False`` to ``True``. - Pool name can't be modified in the PATCH pool endpoint anymore. Pool name shouldn't be updated via pool PATCH API call. - Logical date is now a nullable. In addition it is a nullable required payload field for Triggering a DagRun endpoint.
Configuration menu - View commit details
-
Copy full SHA for 56c1242 - Browse repository at this point
Copy the full SHA 56c1242View commit details
Commits on May 20, 2025
-
releasing from v3-0-test this time from Airflow repo. The main change is `Pydantic` limit change.
Configuration menu - View commit details
-
Copy full SHA for 38367b1 - Browse repository at this point
Copy the full SHA 38367b1View commit details -
Update docs for Python client (#130)
These were outdated. Still need to automate this process! (From apache/airflow#50850)
Configuration menu - View commit details
-
Copy full SHA for ac42e96 - Browse repository at this point
Copy the full SHA ac42e96View commit details
Commits on May 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for cb15507 - Browse repository at this point
Copy the full SHA cb15507View commit details
Commits on Jun 10, 2025
-
📝 Improve Getting Started Section (#135)
* Improve Getting Started Section * Add missed change from apache/airflow * Sync with pre-commit from airflow
Configuration menu - View commit details
-
Copy full SHA for cd459a3 - Browse repository at this point
Copy the full SHA cd459a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d71f13a - Browse repository at this point
Copy the full SHA d71f13aView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.10.0...main