Skip to content

Commit 7853047

Browse files
authored
add dbt/jsonschemas to recursive-include (#12126)
1 parent 4693918 commit 7853047

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
recursive-include dbt/include *.py *.sql *.yml *.html *.md .gitkeep .gitignore *.json
1+
recursive-include dbt/include *.py *.sql *.yml *.html *.md .gitkeep .gitignore
22
include dbt/py.typed
33
recursive-include dbt/task/docs *.html
4+
recursive-include dbt/jsonschemas *.json

0 commit comments

Comments
 (0)