docs: document PrefectDbtRunner lifecycle hooks (on_run_start, post_model, on_run_end)#21738
Closed
github-actions[bot] wants to merge 1 commit intomainfrom
Closed
docs: document PrefectDbtRunner lifecycle hooks (on_run_start, post_model, on_run_end)#21738github-actions[bot] wants to merge 1 commit intomainfrom
github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
…odel, on_run_end)
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated documentation update triggered by commit da54120.
This PR was generated by Claude Code analyzing source code changes and updating any stale documentation.
Source files changed in triggering push
Missing coverage recommendations
The following new features have no documentation yet and may need new pages or sections:
Missing coverage recommendations
PrefectDbtOrchestrator lifecycle hooks
PrefectDbtOrchestratoralso gained the sameon_run_start,on_run_end, andpost_modellifecycle hooks via
DbtHookMixin. There is no standalone docs page forPrefectDbtOrchestrator— it is only mentioned in release notes. A new page atdocs/integrations/prefect-dbt/orchestrator.mdxwould provide a good home forPrefectDbtOrchestrator usage including the new hooks API.
DbtHookContext API reference
DbtHookContextis now a first-class public export fromprefect_dbt. The generatedAPI reference at
integrations/prefect-dbt/api-ref/will pick it up automatically onthe next mdxify run, but the hand-authored runner.mdx now documents its fields inline.
No additional action needed beyond the hooks section added to runner.mdx.