We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4693918 commit 7853047Copy full SHA for 7853047
.changes/unreleased/Under the Hood-20251028-163413.yaml
@@ -0,0 +1,6 @@
1
+kind: Under the Hood
2
+body: add dbt/jsonschemas to manifest.in
3
+time: 2025-10-28T16:34:13.943289-04:00
4
+custom:
5
+ Author: michelleark
6
+ Issue: "12126"
core/MANIFEST.in
@@ -1,3 +1,4 @@
-recursive-include dbt/include *.py *.sql *.yml *.html *.md .gitkeep .gitignore *.json
+recursive-include dbt/include *.py *.sql *.yml *.html *.md .gitkeep .gitignore
include dbt/py.typed
recursive-include dbt/task/docs *.html
+recursive-include dbt/jsonschemas *.json
0 commit comments