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: Netflix/metaflow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.16.6
Choose a base ref
...
head repository: Netflix/metaflow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.16.7
Choose a head ref
  • 6 commits
  • 46 files changed
  • 3 contributors

Commits on Jul 28, 2025

  1. get_triggered_run for argo (#2522)

    ```py
    from metaflow import DeployedFlow
    
    tr = DeployedFlow.get_triggered_run("helloflow", "argo-helloflow-k4tnh")
    ```
    
    also injects these methods:
    - `get_triggered_argo_workflows_run`
    - `get_triggered_step_functions_run`
    mt-ob authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    bf4f42d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6789416 View commit details
    Browse the repository at this point in the history
  3. add wrapping to echo (#2523)

    usage - `echo_always(line, wrap=True)`
    savingoyal authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    88d22c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7faff50 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2025

  1. Configuration menu
    Copy the full SHA
    b56c00e View commit details
    Browse the repository at this point in the history
  2. patch release (#2526)

    savingoyal authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    2e98823 View commit details
    Browse the repository at this point in the history
Loading