Add dbt_artifacts package docs - #270
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds first-class documentation for the dbt_artifacts community package in the dbt-fabric docs site, and links it into the docs navigation and supported-packages index so users can discover and configure it correctly for Fabric Lakehouse.
Changes:
- Added a dedicated
dbt_artifactspackage page documenting dispatch config, required Lakehouse+file_format: delta, dependency notes, and the on-run-end upload hook. - Updated the package support index table to include
dbt_artifactswith engine compatibility notes and an upstream tracking link for Fabric DW support. - Added the new page to the docs navigation.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| zensical.toml | Adds dbt_artifacts to the “Package support” nav so the page is discoverable in site navigation. |
| docs/packages/index.md | Adds dbt_artifacts to the supported packages table with tested/compatibility status and upstream reference. |
| docs/packages/dbt-artifacts.md | New documentation page describing setup/compatibility details for dbt_artifacts on Fabric Lakehouse. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Documents the package, dispatch config, required +file_format: delta setting, dbt-utils dependency, and the on-run-end upload hook. Notes Lakehouse compatibility (integration-tested) and links to upstream PR brooklyn-data/dbt_artifacts#529 for Synapse/Fabric DW support. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
sdebruyn
force-pushed
the
docs/dbt-artifacts
branch
from
May 18, 2026 08:00
5483bdc to
43b2add
Compare
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.
Summary
docs/packages/dbt-artifacts.mddescribing the package, required dispatch config, mandatory+file_format: deltasetting for Lakehouse, dbt-utils dependency, and the on-run-end upload hookpackages/index.mdtable andzensical.tomlnavMentioned in the v1.12.0 release notes as a tested package but had no dedicated docs page yet.
Test plan
uv run zensical build --strictsucceeds — verified locally🤖 Generated with Claude Code