Skip to content
Permalink

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
Choose a base ref
...
head repository: apache/airflow-client-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 9 commits
  • 860 files changed
  • 6 contributors

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    f1081e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    27fa362 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2025

  1. 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>
    jbampton and rawwar authored Apr 4, 2025
    Configuration menu
    Copy the full SHA
    4bd5b25 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2025

  1. 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.
    kaxil authored May 19, 2025
    Configuration menu
    Copy the full SHA
    56c1242 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2025

  1. Updates for 3.0.0rc2 (#129)

    releasing from v3-0-test this time from Airflow repo. The main change is `Pydantic` limit change.
    kaxil authored May 20, 2025
    Configuration menu
    Copy the full SHA
    38367b1 View commit details
    Browse the repository at this point in the history
  2. Update docs for Python client (#130)

    These were outdated. Still need to automate this process!
    
    (From apache/airflow#50850)
    kaxil authored May 20, 2025
    Configuration menu
    Copy the full SHA
    ac42e96 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2025

  1. Updates for 3.0.0rc3 (#131)

    Some extra updates since rc2
    kaxil authored May 23, 2025
    Configuration menu
    Copy the full SHA
    cb15507 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

  1. 📝 Improve Getting Started Section (#135)

    * Improve Getting Started Section
    
    * Add missed change from apache/airflow
    
    * Sync with pre-commit from airflow
    r-richmond authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    cd459a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d71f13a View commit details
    Browse the repository at this point in the history
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy