docs: document TABLE_OWNERSHIP_REGISTRY as a daily-refreshed table - #34
Merged
Vinay Shende (vinay79n) merged 1 commit intoSep 9, 2026
Merged
Conversation
The registry is now a Snowflake table rebuilt by TableOwnershipRegistryFlow in prod, not a one-time view. Bump to 0.6.1 so Check Version can tag the docs change.
Vinay Shende (vinay79n)
requested review from
a team
and
a lite review from Copilot
September 9, 2026 11:31
There was a problem hiding this comment.
🟢 Approval recommended
The changes are documentation-only (plus a consistent version bump) and appear internally consistent across the updated docs and references.
Pull request overview
Updates documentation to reflect that PATTERN_DB.DATA_SCIENCE.TABLE_OWNERSHIP_REGISTRY is now a daily-refreshed Snowflake table (rebuilt by a Metaflow flow in prod) rather than a one-time-created view, and bumps the package version so the docs update can be tagged.
Changes:
- Bump package version from
0.6.0to0.6.1(project metadata + lockfile). - Update Metaflow docs to describe the registry as a daily-refreshed table and adjust references accordingly.
- Rename the README link label to match the updated registry terminology.
File summaries
| File | Description |
|---|---|
| uv.lock | Updates locked project version to 0.6.1. |
| README.md | Renames the registry doc link label (view → registry). |
| pyproject.toml | Bumps package version to 0.6.1. |
| docs/metaflow/table_ownership_registry.md | Rewrites docs to describe the registry as a daily-refreshed Snowflake table, including query/columns/notes updates. |
| docs/metaflow/publish.md | Updates note to reference the registry as a table refreshed daily. |
| docs/metaflow/publish_pandas.md | Adds note to reference the registry as a table refreshed daily. |
Review details
- Files reviewed: 5/6 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Abhishek Patil (abhishek-pattern)
approved these changes
Sep 9, 2026
Vinay Shende (vinay79n)
deleted the
docs/update-table-ownership-registry
branch
September 9, 2026 11:47
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.
The registry is now a Snowflake table rebuilt by TableOwnershipRegistryFlow in prod, not a one-time view. Bump to 0.6.1 so Check Version can tag the docs change.