refresh collected sites/mcp for docstring changes in dagpipe, mail-intake, openapi-first
This commit is contained in:
@@ -1153,6 +1153,21 @@
|
||||
</span>
|
||||
</a>
|
||||
|
||||
<nav class="md-nav" aria-label="StepResult">
|
||||
<ul class="md-nav__list">
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#dagpipe.StepResult-functions" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
Functions
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
@@ -2497,6 +2512,21 @@
|
||||
</span>
|
||||
</a>
|
||||
|
||||
<nav class="md-nav" aria-label="StepResult">
|
||||
<ul class="md-nav__list">
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#dagpipe.StepResult-functions" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
Functions
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
@@ -2867,7 +2897,7 @@ an async engine is required.</p>
|
||||
<tr class="doc-section-item">
|
||||
<td><code>payload_update</code></td>
|
||||
<td>
|
||||
<code>Mapping[str, <span title="typing.Any">Any</span>]</code>
|
||||
<code><span title="typing.Any">Any</span></code>
|
||||
</td>
|
||||
<td>
|
||||
<div class="doc-md-description">
|
||||
@@ -2895,7 +2925,7 @@ an async engine is required.</p>
|
||||
<tr class="doc-section-item">
|
||||
<td><code>metadata_update</code></td>
|
||||
<td>
|
||||
<code>Mapping[str, <span title="typing.Any">Any</span>]</code>
|
||||
<code><span title="typing.Any">Any</span></code>
|
||||
</td>
|
||||
<td>
|
||||
<div class="doc-md-description">
|
||||
@@ -3655,7 +3685,7 @@ are both supported.</p>
|
||||
<tr class="doc-section-item">
|
||||
<td><code>resume_from</code></td>
|
||||
<td>
|
||||
<code>int</code>
|
||||
<code>int | None</code>
|
||||
</td>
|
||||
<td>
|
||||
<div class="doc-md-description">
|
||||
@@ -3670,7 +3700,7 @@ Steps are 0-indexed.</p>
|
||||
<tr class="doc-section-item">
|
||||
<td><code>on_step</code></td>
|
||||
<td>
|
||||
<code><span title="dagpipe.engine.StepHook">StepHook</span></code>
|
||||
<code><span title="dagpipe.engine.StepHook">StepHook</span> | None</code>
|
||||
</td>
|
||||
<td>
|
||||
<div class="doc-md-description">
|
||||
@@ -3777,7 +3807,7 @@ orchestrator. Use <code>run_steps_async</code> for async nodes.</p>
|
||||
<tr class="doc-section-item">
|
||||
<td><code>resume_from</code></td>
|
||||
<td>
|
||||
<code>int</code>
|
||||
<code>int | None</code>
|
||||
</td>
|
||||
<td>
|
||||
<div class="doc-md-description">
|
||||
@@ -3791,7 +3821,7 @@ orchestrator. Use <code>run_steps_async</code> for async nodes.</p>
|
||||
<tr class="doc-section-item">
|
||||
<td><code>on_step</code></td>
|
||||
<td>
|
||||
<code><span title="dagpipe.engine.AsyncStepHook">AsyncStepHook</span></code>
|
||||
<code><span title="dagpipe.engine.AsyncStepHook">AsyncStepHook</span> | None</code>
|
||||
</td>
|
||||
<td>
|
||||
<div class="doc-md-description">
|
||||
@@ -4144,7 +4174,7 @@ orchestrator. Use <code>run_steps_async</code> for async nodes.</p>
|
||||
</td>
|
||||
<td>
|
||||
<div class="doc-md-description">
|
||||
<p>Tuple[Node, ...]:
|
||||
<p>tuple[Node, ...]:
|
||||
Outgoing neighbors.</p>
|
||||
</div>
|
||||
</td>
|
||||
@@ -4187,7 +4217,7 @@ Outgoing neighbors.</p>
|
||||
</td>
|
||||
<td>
|
||||
<div class="doc-md-description">
|
||||
<p>Tuple[Node, ...]:
|
||||
<p>tuple[Node, ...]:
|
||||
All registered nodes.</p>
|
||||
</div>
|
||||
</td>
|
||||
@@ -4259,7 +4289,7 @@ All registered nodes.</p>
|
||||
</td>
|
||||
<td>
|
||||
<div class="doc-md-description">
|
||||
<p>Tuple[Node, ...]:
|
||||
<p>tuple[Node, ...]:
|
||||
Incoming neighbors.</p>
|
||||
</div>
|
||||
</td>
|
||||
@@ -4302,7 +4332,7 @@ Incoming neighbors.</p>
|
||||
</td>
|
||||
<td>
|
||||
<div class="doc-md-description">
|
||||
<p>Tuple[Node, ...]:
|
||||
<p>tuple[Node, ...]:
|
||||
Entry point nodes.</p>
|
||||
</div>
|
||||
</td>
|
||||
@@ -4615,7 +4645,7 @@ so pipeline builders can inject per-run dependencies.</p>
|
||||
<tr class="doc-section-item">
|
||||
<td><code>payload_update</code></td>
|
||||
<td>
|
||||
<code>Mapping[str, <span title="typing.Any">Any</span>]</code>
|
||||
<code><span title="typing.Any">Any</span></code>
|
||||
</td>
|
||||
<td>
|
||||
<div class="doc-md-description">
|
||||
@@ -4643,7 +4673,7 @@ so pipeline builders can inject per-run dependencies.</p>
|
||||
<tr class="doc-section-item">
|
||||
<td><code>metadata_update</code></td>
|
||||
<td>
|
||||
<code>Mapping[str, <span title="typing.Any">Any</span>]</code>
|
||||
<code><span title="typing.Any">Any</span></code>
|
||||
</td>
|
||||
<td>
|
||||
<div class="doc-md-description">
|
||||
@@ -4836,22 +4866,23 @@ so pipeline builders can inject per-run dependencies.</p>
|
||||
</table>
|
||||
|
||||
|
||||
<p><span class="doc-section-title">Yields:</span></p>
|
||||
<p><span class="doc-section-title">Returns:</span></p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th> <th>Type</th>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="doc-section-item">
|
||||
<td><code>State</code></td> <td>
|
||||
<td>
|
||||
<code><span title="collections.abc.Iterable">Iterable</span>[<a class="autorefs autorefs-internal" title="dagpipe.state.State" href="dagpipe/state/#dagpipe.state.State">State</a>]</code>
|
||||
</td>
|
||||
<td>
|
||||
<div class="doc-md-description">
|
||||
<p>Derived execution state(s).</p>
|
||||
<p>Iterable[State]:
|
||||
Derived execution state(s).</p>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -5314,23 +5345,22 @@ Read-only view of the underlying data.</p>
|
||||
</table>
|
||||
|
||||
|
||||
<p><span class="doc-section-title">Returns:</span></p>
|
||||
<p><span class="doc-section-title">Yields:</span></p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Name</th> <th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="doc-section-item">
|
||||
<td>
|
||||
<td><code>str</code></td> <td>
|
||||
<code><span title="collections.abc.Iterable">Iterable</span>[str]</code>
|
||||
</td>
|
||||
<td>
|
||||
<div class="doc-md-description">
|
||||
<p>Iterable[str]:
|
||||
Generator yielding dot-paths.</p>
|
||||
<p>Dot-path for each leaf node.</p>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -5606,7 +5636,7 @@ Iterator over top-level keys.</p>
|
||||
<tr class="doc-section-item">
|
||||
<td><code>payload_override</code></td>
|
||||
<td>
|
||||
<code><span title="collections.abc.Mapping">Mapping</span>[str, <span title="typing.Any">Any</span>]</code>
|
||||
<code><span title="collections.abc.Mapping">Mapping</span>[str, <span title="typing.Any">Any</span>] | None</code>
|
||||
</td>
|
||||
<td>
|
||||
<div class="doc-md-description">
|
||||
@@ -6183,7 +6213,7 @@ callers can surface counts/lines/errors without coupling the engine to pydantic.
|
||||
<tr class="doc-section-item">
|
||||
<td><code>payload_update</code></td>
|
||||
<td>
|
||||
<code><span title="collections.abc.Mapping">Mapping</span>[str, <span title="typing.Any">Any</span>]</code>
|
||||
<code><span title="collections.abc.Mapping">Mapping</span>[str, <span title="typing.Any">Any</span>] | None</code>
|
||||
</td>
|
||||
<td>
|
||||
<div class="doc-md-description">
|
||||
@@ -6211,7 +6241,7 @@ callers can surface counts/lines/errors without coupling the engine to pydantic.
|
||||
<tr class="doc-section-item">
|
||||
<td><code>node_id</code></td>
|
||||
<td>
|
||||
<code>str</code>
|
||||
<code>str | None</code>
|
||||
</td>
|
||||
<td>
|
||||
<div class="doc-md-description">
|
||||
@@ -6225,7 +6255,7 @@ callers can surface counts/lines/errors without coupling the engine to pydantic.
|
||||
<tr class="doc-section-item">
|
||||
<td><code>metadata_update</code></td>
|
||||
<td>
|
||||
<code><span title="collections.abc.Mapping">Mapping</span>[str, <span title="typing.Any">Any</span>]</code>
|
||||
<code><span title="collections.abc.Mapping">Mapping</span>[str, <span title="typing.Any">Any</span>] | None</code>
|
||||
</td>
|
||||
<td>
|
||||
<div class="doc-md-description">
|
||||
@@ -6464,7 +6494,7 @@ callers can surface counts/lines/errors without coupling the engine to pydantic.
|
||||
</td>
|
||||
<td>
|
||||
<div class="doc-md-description">
|
||||
<p>Tuple[State, ...]:
|
||||
<p>tuple[State, ...]:
|
||||
Ordered execution lineage (root first).</p>
|
||||
</div>
|
||||
</td>
|
||||
@@ -6547,7 +6577,7 @@ Ordered execution lineage (root first).</p>
|
||||
<tr class="doc-section-item">
|
||||
<td><code><span title="dagpipe.StepResult.states">states</span></code></td>
|
||||
<td>
|
||||
<code>Tuple[<a class="autorefs autorefs-internal" title="dagpipe.state.State" href="dagpipe/state/#dagpipe.state.State">State</a>, ...]</code>
|
||||
<code>tuple[<a class="autorefs autorefs-internal" title="dagpipe.state.State" href="dagpipe/state/#dagpipe.state.State">State</a>, ...]</code>
|
||||
</td>
|
||||
<td>
|
||||
<div class="doc-md-description">
|
||||
@@ -6569,6 +6599,79 @@ Ordered execution lineage (root first).</p>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<p>Initialise StepResult.</p>
|
||||
|
||||
|
||||
<p><span class="doc-section-title">Parameters:</span></p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
<th>Default</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="doc-section-item">
|
||||
<td><code>index</code></td>
|
||||
<td>
|
||||
<code>int</code>
|
||||
</td>
|
||||
<td>
|
||||
<div class="doc-md-description">
|
||||
<p>Ordinal index of the step.</p>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<em>required</em>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="doc-section-item">
|
||||
<td><code>node_id</code></td>
|
||||
<td>
|
||||
<code>str</code>
|
||||
</td>
|
||||
<td>
|
||||
<div class="doc-md-description">
|
||||
<p>Identifier of the node associated with this step.</p>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<em>required</em>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="doc-section-item">
|
||||
<td><code>states</code></td>
|
||||
<td>
|
||||
<code>tuple[<a class="autorefs autorefs-internal" title="dagpipe.state.State" href="dagpipe/state/#dagpipe.state.State">State</a>, ...]</code>
|
||||
</td>
|
||||
<td>
|
||||
<div class="doc-md-description">
|
||||
<p>States produced by running this step.</p>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<em>required</em>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="doc-section-item">
|
||||
<td><code>completed</code></td>
|
||||
<td>
|
||||
<code>bool</code>
|
||||
</td>
|
||||
<td>
|
||||
<div class="doc-md-description">
|
||||
<p>Whether this step succeeded (vs. paused/interrupted).</p>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<em>required</em>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -6580,7 +6683,7 @@ Ordered execution lineage (root first).</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<h5 id="dagpipe.StepResult-functions">Functions</h5>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user