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: GoogleCloudPlatform/python-docs-samples
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: danieldeleo/python-docs-samples
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 2 files changed
  • 3 contributors

Commits on Feb 18, 2026

  1. refactor: Migrate ComposerClient from gcloud shell commands to direct…

    … API calls using Google Auth and Requests.
    ddeleo committed Feb 18, 2026
    Configuration menu
    Copy the full SHA
    4e67f1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc2be09 View commit details
    Browse the repository at this point in the history
  3. feat: modify pause_dag and unpause_dag to operate on all DAGs and…

    … optimize `restore_dags_state` to use bulk unpause when possible.
    ddeleo committed Feb 18, 2026
    Configuration menu
    Copy the full SHA
    73ac8c5 View commit details
    Browse the repository at this point in the history
  4. feat: gracefully handle existing environments during creation and add…

    … a 10-second delay after listing target DAGs.
    ddeleo committed Feb 18, 2026
    Configuration menu
    Copy the full SHA
    24a6d83 View commit details
    Browse the repository at this point in the history
  5. feat: Log specific missing DAGs while waiting for all DAGs to appear …

    …in the target environment.
    ddeleo committed Feb 18, 2026
    Configuration menu
    Copy the full SHA
    7a8ee70 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2026

  1. refactor: Cache Airflow URIs to optimize environment lookups and redu…

    …ce redundant API calls.
    ddeleo committed Feb 19, 2026
    Configuration menu
    Copy the full SHA
    eb73dd4 View commit details
    Browse the repository at this point in the history
  2. Apply suggestion from @gemini-code-assist[bot]

    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    danieldeleo and gemini-code-assist[bot] authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    e2bca55 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2026

  1. optimize this script to call native airflow rest api and use optimize…

    …d bulk pause/unpause
    ddeleo committed Mar 16, 2026
    Configuration menu
    Copy the full SHA
    567789c View commit details
    Browse the repository at this point in the history
  2. lint/format using ruff

    ddeleo committed Mar 16, 2026
    Configuration menu
    Copy the full SHA
    1ee976a View commit details
    Browse the repository at this point in the history
Loading