@lightdash/common 0.2104.7 → 0.2104.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (752) hide show
  1. package/dist/cjs/.tsbuildinfo +1 -0
  2. package/dist/cjs/authorization/index.d.ts +1 -4
  3. package/dist/cjs/authorization/index.d.ts.map +1 -1
  4. package/dist/cjs/authorization/index.js +0 -4
  5. package/dist/cjs/authorization/index.js.map +1 -1
  6. package/dist/cjs/ee/AiAgent/chartConfig/web/getWebAiChartConfig.d.ts +8 -8
  7. package/dist/cjs/ee/AiAgent/index.d.ts +2 -2
  8. package/dist/cjs/ee/AiAgent/schemas/parser.d.ts +24 -24
  9. package/dist/cjs/ee/AiAgent/schemas/tools/toolDashboardV2Args.d.ts +96 -96
  10. package/dist/cjs/ee/AiAgent/schemas/tools/toolRunQueryArgs.d.ts +48 -48
  11. package/dist/cjs/ee/AiAgent/utils.d.ts +8 -8
  12. package/dist/cjs/index.d.ts +23 -449
  13. package/dist/cjs/index.d.ts.map +1 -1
  14. package/dist/cjs/index.js +21 -55
  15. package/dist/cjs/index.js.map +1 -1
  16. package/dist/cjs/pivot/index.d.ts +1 -0
  17. package/dist/cjs/pivot/index.d.ts.map +1 -1
  18. package/dist/cjs/pivot/index.js +1 -0
  19. package/dist/cjs/pivot/index.js.map +1 -1
  20. package/dist/cjs/pivot/pivotConfig.d.ts +7 -0
  21. package/dist/cjs/pivot/pivotConfig.d.ts.map +1 -0
  22. package/dist/cjs/pivot/pivotConfig.js +32 -0
  23. package/dist/cjs/pivot/pivotConfig.js.map +1 -0
  24. package/dist/cjs/types/api.d.ts +447 -0
  25. package/dist/cjs/types/api.d.ts.map +1 -1
  26. package/dist/cjs/types/api.js +50 -1
  27. package/dist/cjs/types/api.js.map +1 -1
  28. package/dist/cjs/types/auth.d.ts +2 -1
  29. package/dist/cjs/types/auth.d.ts.map +1 -1
  30. package/dist/cjs/types/auth.js +4 -4
  31. package/dist/cjs/types/auth.js.map +1 -1
  32. package/dist/cjs/types/changeset.d.ts +10 -10
  33. package/dist/cjs/types/pivot.d.ts +0 -2
  34. package/dist/cjs/types/pivot.d.ts.map +1 -1
  35. package/dist/cjs/types/pivot.js +0 -29
  36. package/dist/cjs/types/pivot.js.map +1 -1
  37. package/dist/cjs/types/resourceViewItem.d.ts +1 -1
  38. package/dist/esm/.tsbuildinfo +1 -0
  39. package/dist/esm/authorization/index.d.ts +1 -4
  40. package/dist/esm/authorization/index.d.ts.map +1 -1
  41. package/dist/esm/authorization/index.js +0 -4
  42. package/dist/esm/authorization/index.js.map +1 -1
  43. package/dist/esm/ee/AiAgent/chartConfig/web/getWebAiChartConfig.d.ts +8 -8
  44. package/dist/esm/ee/AiAgent/index.d.ts +2 -2
  45. package/dist/esm/ee/AiAgent/schemas/parser.d.ts +24 -24
  46. package/dist/esm/ee/AiAgent/schemas/tools/toolDashboardV2Args.d.ts +96 -96
  47. package/dist/esm/ee/AiAgent/schemas/tools/toolRunQueryArgs.d.ts +48 -48
  48. package/dist/esm/ee/AiAgent/utils.d.ts +8 -8
  49. package/dist/esm/index.d.ts +23 -449
  50. package/dist/esm/index.d.ts.map +1 -1
  51. package/dist/esm/index.js +16 -50
  52. package/dist/esm/index.js.map +1 -1
  53. package/dist/esm/pivot/index.d.ts +1 -0
  54. package/dist/esm/pivot/index.d.ts.map +1 -1
  55. package/dist/esm/pivot/index.js +1 -0
  56. package/dist/esm/pivot/index.js.map +1 -1
  57. package/dist/esm/pivot/pivotConfig.d.ts +7 -0
  58. package/dist/esm/pivot/pivotConfig.d.ts.map +1 -0
  59. package/dist/esm/pivot/pivotConfig.js +28 -0
  60. package/dist/esm/pivot/pivotConfig.js.map +1 -0
  61. package/dist/esm/types/api.d.ts +447 -0
  62. package/dist/esm/types/api.d.ts.map +1 -1
  63. package/dist/esm/types/api.js +46 -0
  64. package/dist/esm/types/api.js.map +1 -1
  65. package/dist/esm/types/auth.d.ts +2 -1
  66. package/dist/esm/types/auth.d.ts.map +1 -1
  67. package/dist/esm/types/auth.js +2 -2
  68. package/dist/esm/types/auth.js.map +1 -1
  69. package/dist/esm/types/changeset.d.ts +10 -10
  70. package/dist/esm/types/pivot.d.ts +0 -2
  71. package/dist/esm/types/pivot.d.ts.map +1 -1
  72. package/dist/esm/types/pivot.js +1 -27
  73. package/dist/esm/types/pivot.js.map +1 -1
  74. package/dist/esm/types/resourceViewItem.d.ts +1 -1
  75. package/dist/types/.tsbuildinfo +1 -0
  76. package/dist/types/authorization/buildAccountHelpers.js +11 -0
  77. package/dist/types/authorization/buildAccountHelpers.js.map +1 -0
  78. package/dist/types/authorization/index.d.ts +1 -4
  79. package/dist/types/authorization/index.d.ts.map +1 -1
  80. package/dist/types/authorization/index.js +62 -0
  81. package/dist/types/authorization/index.js.map +1 -0
  82. package/dist/types/authorization/index.mock.js +42 -0
  83. package/dist/types/authorization/index.mock.js.map +1 -0
  84. package/dist/types/authorization/index.test.js +220 -0
  85. package/dist/types/authorization/index.test.js.map +1 -0
  86. package/dist/types/authorization/jwtAbility.js +77 -0
  87. package/dist/types/authorization/jwtAbility.js.map +1 -0
  88. package/dist/types/authorization/jwtAbility.test.js +416 -0
  89. package/dist/types/authorization/jwtAbility.test.js.map +1 -0
  90. package/dist/types/authorization/organizationMemberAbility.js +318 -0
  91. package/dist/types/authorization/organizationMemberAbility.js.map +1 -0
  92. package/dist/types/authorization/organizationMemberAbility.mock.js +34 -0
  93. package/dist/types/authorization/organizationMemberAbility.mock.js.map +1 -0
  94. package/dist/types/authorization/organizationMemberAbility.test.js +1265 -0
  95. package/dist/types/authorization/organizationMemberAbility.test.js.map +1 -0
  96. package/dist/types/authorization/parseAccount.js +28 -0
  97. package/dist/types/authorization/parseAccount.js.map +1 -0
  98. package/dist/types/authorization/parseScopes.js +31 -0
  99. package/dist/types/authorization/parseScopes.js.map +1 -0
  100. package/dist/types/authorization/parseScopes.test.js +102 -0
  101. package/dist/types/authorization/parseScopes.test.js.map +1 -0
  102. package/dist/types/authorization/projectMemberAbility.js +239 -0
  103. package/dist/types/authorization/projectMemberAbility.js.map +1 -0
  104. package/dist/types/authorization/projectMemberAbility.mock.js +27 -0
  105. package/dist/types/authorization/projectMemberAbility.mock.js.map +1 -0
  106. package/dist/types/authorization/projectMemberAbility.test.js +1031 -0
  107. package/dist/types/authorization/projectMemberAbility.test.js.map +1 -0
  108. package/dist/types/authorization/roleToScopeMapping.js +150 -0
  109. package/dist/types/authorization/roleToScopeMapping.js.map +1 -0
  110. package/dist/types/authorization/roleToScopeMapping.test.js +561 -0
  111. package/dist/types/authorization/roleToScopeMapping.test.js.map +1 -0
  112. package/dist/types/authorization/roleToScopeMapping.testUtils.js +319 -0
  113. package/dist/types/authorization/roleToScopeMapping.testUtils.js.map +1 -0
  114. package/dist/types/authorization/roleToScopeParity.test.js +194 -0
  115. package/dist/types/authorization/roleToScopeParity.test.js.map +1 -0
  116. package/dist/types/authorization/scopeAbilityBuilder.js +57 -0
  117. package/dist/types/authorization/scopeAbilityBuilder.js.map +1 -0
  118. package/dist/types/authorization/scopeAbilityBuilder.test.js +1348 -0
  119. package/dist/types/authorization/scopeAbilityBuilder.test.js.map +1 -0
  120. package/dist/types/authorization/scopes.js +613 -0
  121. package/dist/types/authorization/scopes.js.map +1 -0
  122. package/dist/types/authorization/serviceAccountAbility.js +303 -0
  123. package/dist/types/authorization/serviceAccountAbility.js.map +1 -0
  124. package/dist/types/authorization/types.js +2 -0
  125. package/dist/types/authorization/types.js.map +1 -0
  126. package/dist/types/compiler/exploreCompiler.js +462 -0
  127. package/dist/types/compiler/exploreCompiler.js.map +1 -0
  128. package/dist/types/compiler/exploreCompiler.mock.js +2016 -0
  129. package/dist/types/compiler/exploreCompiler.mock.js.map +1 -0
  130. package/dist/types/compiler/exploreCompiler.test.js +679 -0
  131. package/dist/types/compiler/exploreCompiler.test.js.map +1 -0
  132. package/dist/types/compiler/fieldSetExpander.js +119 -0
  133. package/dist/types/compiler/fieldSetExpander.js.map +1 -0
  134. package/dist/types/compiler/fieldSetExpander.test.js +184 -0
  135. package/dist/types/compiler/fieldSetExpander.test.js.map +1 -0
  136. package/dist/types/compiler/filtersCompiler.js +337 -0
  137. package/dist/types/compiler/filtersCompiler.js.map +1 -0
  138. package/dist/types/compiler/filtersCompiler.mock.js +496 -0
  139. package/dist/types/compiler/filtersCompiler.mock.js.map +1 -0
  140. package/dist/types/compiler/filtersCompiler.test.js +570 -0
  141. package/dist/types/compiler/filtersCompiler.test.js.map +1 -0
  142. package/dist/types/compiler/lightdashProjectConfig.js +37 -0
  143. package/dist/types/compiler/lightdashProjectConfig.js.map +1 -0
  144. package/dist/types/compiler/parameters.js +75 -0
  145. package/dist/types/compiler/parameters.js.map +1 -0
  146. package/dist/types/compiler/parameters.test.js +216 -0
  147. package/dist/types/compiler/parameters.test.js.map +1 -0
  148. package/dist/types/compiler/translator.js +707 -0
  149. package/dist/types/compiler/translator.js.map +1 -0
  150. package/dist/types/compiler/translator.mock.js +1901 -0
  151. package/dist/types/compiler/translator.mock.js.map +1 -0
  152. package/dist/types/compiler/translator.test.js +323 -0
  153. package/dist/types/compiler/translator.test.js.map +1 -0
  154. package/dist/types/constants/pivot.js +7 -0
  155. package/dist/types/constants/pivot.js.map +1 -0
  156. package/dist/types/constants/sessionStorageKeys.js +6 -0
  157. package/dist/types/constants/sessionStorageKeys.js.map +1 -0
  158. package/dist/types/constants/sqlRunner.js +3 -0
  159. package/dist/types/constants/sqlRunner.js.map +1 -0
  160. package/dist/types/dbt/DbtSchemaEditor/DbtSchemaEditor.js +285 -0
  161. package/dist/types/dbt/DbtSchemaEditor/DbtSchemaEditor.js.map +1 -0
  162. package/dist/types/dbt/DbtSchemaEditor/DbtSchemaEditor.mock.js +224 -0
  163. package/dist/types/dbt/DbtSchemaEditor/DbtSchemaEditor.mock.js.map +1 -0
  164. package/dist/types/dbt/DbtSchemaEditor/DbtSchemaEditor.test.js +129 -0
  165. package/dist/types/dbt/DbtSchemaEditor/DbtSchemaEditor.test.js.map +1 -0
  166. package/dist/types/dbt/schemas/lightdashMetadata.json +385 -0
  167. package/dist/types/dbt/schemas/lightdashV10.json +72 -0
  168. package/dist/types/dbt/schemas/lightdashV11.json +72 -0
  169. package/dist/types/dbt/schemas/lightdashV12.json +63 -0
  170. package/dist/types/dbt/schemas/lightdashV7.json +72 -0
  171. package/dist/types/dbt/schemas/lightdashV8.json +76 -0
  172. package/dist/types/dbt/schemas/lightdashV9.json +72 -0
  173. package/dist/types/dbt/schemas/manifestV10.json +5545 -0
  174. package/dist/types/dbt/schemas/manifestV11.json +6041 -0
  175. package/dist/types/dbt/schemas/manifestV12.json +22567 -0
  176. package/dist/types/dbt/schemas/manifestV7.json +6481 -0
  177. package/dist/types/dbt/schemas/manifestV8.json +4358 -0
  178. package/dist/types/dbt/schemas/manifestV9.json +4879 -0
  179. package/dist/types/dbt/validation.js +67 -0
  180. package/dist/types/dbt/validation.js.map +1 -0
  181. package/dist/types/ee/AiAgent/adminTypes.js +2 -0
  182. package/dist/types/ee/AiAgent/adminTypes.js.map +1 -0
  183. package/dist/types/ee/AiAgent/chartConfig/shared/formatFieldLabel.js +10 -0
  184. package/dist/types/ee/AiAgent/chartConfig/shared/formatFieldLabel.js.map +1 -0
  185. package/dist/types/ee/AiAgent/chartConfig/slack/generateBarVizConfigTool/getVerticalBarChartEchartsConfig.js +60 -0
  186. package/dist/types/ee/AiAgent/chartConfig/slack/generateBarVizConfigTool/getVerticalBarChartEchartsConfig.js.map +1 -0
  187. package/dist/types/ee/AiAgent/chartConfig/slack/generateTimeSeriesVizConfigTool/getTimeSeriesChartEchartsConfig.js +60 -0
  188. package/dist/types/ee/AiAgent/chartConfig/slack/generateTimeSeriesVizConfigTool/getTimeSeriesChartEchartsConfig.js.map +1 -0
  189. package/dist/types/ee/AiAgent/chartConfig/slack/getSlackAiEchartsConfig.js +33 -0
  190. package/dist/types/ee/AiAgent/chartConfig/slack/getSlackAiEchartsConfig.js.map +1 -0
  191. package/dist/types/ee/AiAgent/chartConfig/slack/index.js +2 -0
  192. package/dist/types/ee/AiAgent/chartConfig/slack/index.js.map +1 -0
  193. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/getRunQueryEchartsConfig.js +43 -0
  194. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/getRunQueryEchartsConfig.js.map +1 -0
  195. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/bar.js +98 -0
  196. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/bar.js.map +1 -0
  197. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/funnel.js +38 -0
  198. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/funnel.js.map +1 -0
  199. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/horizontalBar.js +65 -0
  200. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/horizontalBar.js.map +1 -0
  201. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/line.js +105 -0
  202. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/line.js.map +1 -0
  203. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/pie.js +34 -0
  204. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/pie.js.map +1 -0
  205. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/scatter.js +66 -0
  206. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/scatter.js.map +1 -0
  207. package/dist/types/ee/AiAgent/chartConfig/slack/shared/getCommonEChartsConfig.js +104 -0
  208. package/dist/types/ee/AiAgent/chartConfig/slack/shared/getCommonEChartsConfig.js.map +1 -0
  209. package/dist/types/ee/AiAgent/chartConfig/slack/types.js +2 -0
  210. package/dist/types/ee/AiAgent/chartConfig/slack/types.js.map +1 -0
  211. package/dist/types/ee/AiAgent/chartConfig/web/generateBarVizConfigTool/getVerticalBarChartConfig.js +65 -0
  212. package/dist/types/ee/AiAgent/chartConfig/web/generateBarVizConfigTool/getVerticalBarChartConfig.js.map +1 -0
  213. package/dist/types/ee/AiAgent/chartConfig/web/generateTableVizConfigTool/getTableChartConfig.js +5 -0
  214. package/dist/types/ee/AiAgent/chartConfig/web/generateTableVizConfigTool/getTableChartConfig.js.map +1 -0
  215. package/dist/types/ee/AiAgent/chartConfig/web/generateTimeSeriesVizConfigTool/getTimeSeriesChartConfig.js +63 -0
  216. package/dist/types/ee/AiAgent/chartConfig/web/generateTimeSeriesVizConfigTool/getTimeSeriesChartConfig.js.map +1 -0
  217. package/dist/types/ee/AiAgent/chartConfig/web/getWebAiChartConfig.d.ts +8 -8
  218. package/dist/types/ee/AiAgent/chartConfig/web/getWebAiChartConfig.js +51 -0
  219. package/dist/types/ee/AiAgent/chartConfig/web/getWebAiChartConfig.js.map +1 -0
  220. package/dist/types/ee/AiAgent/chartConfig/web/index.js +6 -0
  221. package/dist/types/ee/AiAgent/chartConfig/web/index.js.map +1 -0
  222. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/getRunQueryChartConfig.js +73 -0
  223. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/getRunQueryChartConfig.js.map +1 -0
  224. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/bar.js +91 -0
  225. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/bar.js.map +1 -0
  226. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/funnel.js +17 -0
  227. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/funnel.js.map +1 -0
  228. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/horizontalBar.js +52 -0
  229. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/horizontalBar.js.map +1 -0
  230. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/line.js +96 -0
  231. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/line.js.map +1 -0
  232. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/pie.js +15 -0
  233. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/pie.js.map +1 -0
  234. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/scatter.js +66 -0
  235. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/scatter.js.map +1 -0
  236. package/dist/types/ee/AiAgent/chartConfig/web/shared/canRenderAsChart.js +24 -0
  237. package/dist/types/ee/AiAgent/chartConfig/web/shared/canRenderAsChart.js.map +1 -0
  238. package/dist/types/ee/AiAgent/chartConfig/web/shared/formatPivotValueLabel.js +15 -0
  239. package/dist/types/ee/AiAgent/chartConfig/web/shared/formatPivotValueLabel.js.map +1 -0
  240. package/dist/types/ee/AiAgent/chartConfig/web/shared/getAvailableChartTypes.js +11 -0
  241. package/dist/types/ee/AiAgent/chartConfig/web/shared/getAvailableChartTypes.js.map +1 -0
  242. package/dist/types/ee/AiAgent/chartConfig/web/shared/getGroupByDimensions.js +15 -0
  243. package/dist/types/ee/AiAgent/chartConfig/web/shared/getGroupByDimensions.js.map +1 -0
  244. package/dist/types/ee/AiAgent/chartConfig/web/types.js +2 -0
  245. package/dist/types/ee/AiAgent/chartConfig/web/types.js.map +1 -0
  246. package/dist/types/ee/AiAgent/constants.js +2 -0
  247. package/dist/types/ee/AiAgent/constants.js.map +1 -0
  248. package/dist/types/ee/AiAgent/filterExploreByTags.js +94 -0
  249. package/dist/types/ee/AiAgent/filterExploreByTags.js.map +1 -0
  250. package/dist/types/ee/AiAgent/filterExploreByTags.test.js +634 -0
  251. package/dist/types/ee/AiAgent/filterExploreByTags.test.js.map +1 -0
  252. package/dist/types/ee/AiAgent/followUpTools.js +33 -0
  253. package/dist/types/ee/AiAgent/followUpTools.js.map +1 -0
  254. package/dist/types/ee/AiAgent/index.d.ts +2 -2
  255. package/dist/types/ee/AiAgent/index.js +43 -0
  256. package/dist/types/ee/AiAgent/index.js.map +1 -0
  257. package/dist/types/ee/AiAgent/requestTypes.js +2 -0
  258. package/dist/types/ee/AiAgent/requestTypes.js.map +1 -0
  259. package/dist/types/ee/AiAgent/schemas/customMetrics.js +50 -0
  260. package/dist/types/ee/AiAgent/schemas/customMetrics.js.map +1 -0
  261. package/dist/types/ee/AiAgent/schemas/fieldId.js +11 -0
  262. package/dist/types/ee/AiAgent/schemas/fieldId.js.map +1 -0
  263. package/dist/types/ee/AiAgent/schemas/filters/booleanFilters.js +29 -0
  264. package/dist/types/ee/AiAgent/schemas/filters/booleanFilters.js.map +1 -0
  265. package/dist/types/ee/AiAgent/schemas/filters/dateFilters.js +84 -0
  266. package/dist/types/ee/AiAgent/schemas/filters/dateFilters.js.map +1 -0
  267. package/dist/types/ee/AiAgent/schemas/filters/index.js +98 -0
  268. package/dist/types/ee/AiAgent/schemas/filters/index.js.map +1 -0
  269. package/dist/types/ee/AiAgent/schemas/filters/numberFilters.js +53 -0
  270. package/dist/types/ee/AiAgent/schemas/filters/numberFilters.js.map +1 -0
  271. package/dist/types/ee/AiAgent/schemas/filters/stringFilters.js +33 -0
  272. package/dist/types/ee/AiAgent/schemas/filters/stringFilters.js.map +1 -0
  273. package/dist/types/ee/AiAgent/schemas/index.js +9 -0
  274. package/dist/types/ee/AiAgent/schemas/index.js.map +1 -0
  275. package/dist/types/ee/AiAgent/schemas/outputMetadata.js +5 -0
  276. package/dist/types/ee/AiAgent/schemas/outputMetadata.js.map +1 -0
  277. package/dist/types/ee/AiAgent/schemas/parser.d.ts +24 -24
  278. package/dist/types/ee/AiAgent/schemas/parser.js +43 -0
  279. package/dist/types/ee/AiAgent/schemas/parser.js.map +1 -0
  280. package/dist/types/ee/AiAgent/schemas/sortField.js +14 -0
  281. package/dist/types/ee/AiAgent/schemas/sortField.js.map +1 -0
  282. package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcBaseSchemas.js +28 -0
  283. package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcBaseSchemas.js.map +1 -0
  284. package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcPercentChangeFromPrevious.js +14 -0
  285. package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcPercentChangeFromPrevious.js.map +1 -0
  286. package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcPercentOfColumnTotal.js +14 -0
  287. package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcPercentOfColumnTotal.js.map +1 -0
  288. package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcPercentOfPreviousValue.js +14 -0
  289. package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcPercentOfPreviousValue.js.map +1 -0
  290. package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcRankInColumn.js +10 -0
  291. package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcRankInColumn.js.map +1 -0
  292. package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcRunningTotal.js +10 -0
  293. package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcRunningTotal.js.map +1 -0
  294. package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.js +105 -0
  295. package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.js.map +1 -0
  296. package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcs.js +168 -0
  297. package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcs.js.map +1 -0
  298. package/dist/types/ee/AiAgent/schemas/toolSchemaBuilder.js +37 -0
  299. package/dist/types/ee/AiAgent/schemas/toolSchemaBuilder.js.map +1 -0
  300. package/dist/types/ee/AiAgent/schemas/tools/index.js +16 -0
  301. package/dist/types/ee/AiAgent/schemas/tools/index.js.map +1 -0
  302. package/dist/types/ee/AiAgent/schemas/tools/toolDashboardArgs.js +103 -0
  303. package/dist/types/ee/AiAgent/schemas/tools/toolDashboardArgs.js.map +1 -0
  304. package/dist/types/ee/AiAgent/schemas/tools/toolDashboardV2Args.d.ts +96 -96
  305. package/dist/types/ee/AiAgent/schemas/tools/toolDashboardV2Args.js +50 -0
  306. package/dist/types/ee/AiAgent/schemas/tools/toolDashboardV2Args.js.map +1 -0
  307. package/dist/types/ee/AiAgent/schemas/tools/toolFindChartsArgs.js +34 -0
  308. package/dist/types/ee/AiAgent/schemas/tools/toolFindChartsArgs.js.map +1 -0
  309. package/dist/types/ee/AiAgent/schemas/tools/toolFindContentArgs.js +33 -0
  310. package/dist/types/ee/AiAgent/schemas/tools/toolFindContentArgs.js.map +1 -0
  311. package/dist/types/ee/AiAgent/schemas/tools/toolFindDashboardsArgs.js +36 -0
  312. package/dist/types/ee/AiAgent/schemas/tools/toolFindDashboardsArgs.js.map +1 -0
  313. package/dist/types/ee/AiAgent/schemas/tools/toolFindExploresArgs.js +45 -0
  314. package/dist/types/ee/AiAgent/schemas/tools/toolFindExploresArgs.js.map +1 -0
  315. package/dist/types/ee/AiAgent/schemas/tools/toolFindFieldsArgs.js +34 -0
  316. package/dist/types/ee/AiAgent/schemas/tools/toolFindFieldsArgs.js.map +1 -0
  317. package/dist/types/ee/AiAgent/schemas/tools/toolImproveContextArgs.js +60 -0
  318. package/dist/types/ee/AiAgent/schemas/tools/toolImproveContextArgs.js.map +1 -0
  319. package/dist/types/ee/AiAgent/schemas/tools/toolProposeChangeArgs.js +157 -0
  320. package/dist/types/ee/AiAgent/schemas/tools/toolProposeChangeArgs.js.map +1 -0
  321. package/dist/types/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.js +41 -0
  322. package/dist/types/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.js.map +1 -0
  323. package/dist/types/ee/AiAgent/schemas/tools/toolRunQueryArgs.d.ts +48 -48
  324. package/dist/types/ee/AiAgent/schemas/tools/toolRunQueryArgs.js +151 -0
  325. package/dist/types/ee/AiAgent/schemas/tools/toolRunQueryArgs.js.map +1 -0
  326. package/dist/types/ee/AiAgent/schemas/tools/toolSearchFieldValuesArgs.js +46 -0
  327. package/dist/types/ee/AiAgent/schemas/tools/toolSearchFieldValuesArgs.js.map +1 -0
  328. package/dist/types/ee/AiAgent/schemas/tools/toolTableVizArgs.js +53 -0
  329. package/dist/types/ee/AiAgent/schemas/tools/toolTableVizArgs.js.map +1 -0
  330. package/dist/types/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.js +58 -0
  331. package/dist/types/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.js.map +1 -0
  332. package/dist/types/ee/AiAgent/schemas/tools/toolVerticalBarArgs.js +53 -0
  333. package/dist/types/ee/AiAgent/schemas/tools/toolVerticalBarArgs.js.map +1 -0
  334. package/dist/types/ee/AiAgent/schemas/visualizationMetadata.js +9 -0
  335. package/dist/types/ee/AiAgent/schemas/visualizationMetadata.js.map +1 -0
  336. package/dist/types/ee/AiAgent/schemas/visualizations/index.js +58 -0
  337. package/dist/types/ee/AiAgent/schemas/visualizations/index.js.map +1 -0
  338. package/dist/types/ee/AiAgent/schemas/visualizations/tableViz.js +38 -0
  339. package/dist/types/ee/AiAgent/schemas/visualizations/tableViz.js.map +1 -0
  340. package/dist/types/ee/AiAgent/schemas/visualizations/timeSeriesViz.js +63 -0
  341. package/dist/types/ee/AiAgent/schemas/visualizations/timeSeriesViz.js.map +1 -0
  342. package/dist/types/ee/AiAgent/schemas/visualizations/verticalBarViz.js +68 -0
  343. package/dist/types/ee/AiAgent/schemas/visualizations/verticalBarViz.js.map +1 -0
  344. package/dist/types/ee/AiAgent/types.js +12 -0
  345. package/dist/types/ee/AiAgent/types.js.map +1 -0
  346. package/dist/types/ee/AiAgent/utils.d.ts +8 -8
  347. package/dist/types/ee/AiAgent/utils.js +82 -0
  348. package/dist/types/ee/AiAgent/utils.js.map +1 -0
  349. package/dist/types/ee/AiAgent/validators.js +10 -0
  350. package/dist/types/ee/AiAgent/validators.js.map +1 -0
  351. package/dist/types/ee/commercialFeatureFlags.js +10 -0
  352. package/dist/types/ee/commercialFeatureFlags.js.map +1 -0
  353. package/dist/types/ee/embed/index.js +90 -0
  354. package/dist/types/ee/embed/index.js.map +1 -0
  355. package/dist/types/ee/index.js +19 -0
  356. package/dist/types/ee/index.js.map +1 -0
  357. package/dist/types/ee/scim/errors.js +22 -0
  358. package/dist/types/ee/scim/errors.js.map +1 -0
  359. package/dist/types/ee/scim/types.js +2 -0
  360. package/dist/types/ee/scim/types.js.map +1 -0
  361. package/dist/types/ee/serviceAccounts/types.js +8 -0
  362. package/dist/types/ee/serviceAccounts/types.js.map +1 -0
  363. package/dist/types/index.d.ts +23 -449
  364. package/dist/types/index.d.ts.map +1 -1
  365. package/dist/types/index.js +652 -0
  366. package/dist/types/index.js.map +1 -0
  367. package/dist/types/index.mock.js +44 -0
  368. package/dist/types/index.mock.js.map +1 -0
  369. package/dist/types/index.test.js +123 -0
  370. package/dist/types/index.test.js.map +1 -0
  371. package/dist/types/pivot/derivePivotConfigFromChart.js +206 -0
  372. package/dist/types/pivot/derivePivotConfigFromChart.js.map +1 -0
  373. package/dist/types/pivot/derivePivotConfigFromChart.mock.js +112 -0
  374. package/dist/types/pivot/derivePivotConfigFromChart.mock.js.map +1 -0
  375. package/dist/types/pivot/derivePivotConfigFromChart.test.js +418 -0
  376. package/dist/types/pivot/derivePivotConfigFromChart.test.js.map +1 -0
  377. package/dist/types/pivot/index.d.ts +1 -0
  378. package/dist/types/pivot/index.d.ts.map +1 -1
  379. package/dist/types/pivot/index.js +5 -0
  380. package/dist/types/pivot/index.js.map +1 -0
  381. package/dist/types/pivot/pivotConfig.d.ts +7 -0
  382. package/dist/types/pivot/pivotConfig.d.ts.map +1 -0
  383. package/dist/types/pivot/pivotConfig.js +28 -0
  384. package/dist/types/pivot/pivotConfig.js.map +1 -0
  385. package/dist/types/pivot/pivotQueryResults.js +1034 -0
  386. package/dist/types/pivot/pivotQueryResults.js.map +1 -0
  387. package/dist/types/pivot/pivotQueryResults.mock.js +2412 -0
  388. package/dist/types/pivot/pivotQueryResults.mock.js.map +1 -0
  389. package/dist/types/pivot/pivotQueryResults.test.js +1222 -0
  390. package/dist/types/pivot/pivotQueryResults.test.js.map +1 -0
  391. package/dist/types/pivot/utils.js +14 -0
  392. package/dist/types/pivot/utils.js.map +1 -0
  393. package/dist/types/schemas/json/chart-as-code-1.0.json +436 -0
  394. package/dist/types/schemas/json/dashboard-as-code-1.0.json +349 -0
  395. package/dist/types/schemas/json/lightdash-dbt-2.0.json +1417 -0
  396. package/dist/types/schemas/json/lightdash-project-config-1.0.json +138 -0
  397. package/dist/types/templating/template.js +30 -0
  398. package/dist/types/templating/template.js.map +1 -0
  399. package/dist/types/templating/template.mock.js +45 -0
  400. package/dist/types/templating/template.mock.js.map +1 -0
  401. package/dist/types/templating/template.test.js +21 -0
  402. package/dist/types/templating/template.test.js.map +1 -0
  403. package/dist/types/types/SshKeyPair.js +2 -0
  404. package/dist/types/types/SshKeyPair.js.map +1 -0
  405. package/dist/types/types/account.js +2 -0
  406. package/dist/types/types/account.js.map +1 -0
  407. package/dist/types/types/analytics.js +29 -0
  408. package/dist/types/types/analytics.js.map +1 -0
  409. package/dist/types/types/any.js +2 -0
  410. package/dist/types/types/any.js.map +1 -0
  411. package/dist/types/types/api/comments.js +2 -0
  412. package/dist/types/types/api/comments.js.map +1 -0
  413. package/dist/types/types/api/email.js +2 -0
  414. package/dist/types/types/api/email.js.map +1 -0
  415. package/dist/types/types/api/errors.js +2 -0
  416. package/dist/types/types/api/errors.js.map +1 -0
  417. package/dist/types/types/api/notifications.js +5 -0
  418. package/dist/types/types/api/notifications.js.map +1 -0
  419. package/dist/types/types/api/paginatedQuery.js +3 -0
  420. package/dist/types/types/api/paginatedQuery.js.map +1 -0
  421. package/dist/types/types/api/parameters.js +2 -0
  422. package/dist/types/types/api/parameters.js.map +1 -0
  423. package/dist/types/types/api/share.js +2 -0
  424. package/dist/types/types/api/share.js.map +1 -0
  425. package/dist/types/types/api/sort.js +2 -0
  426. package/dist/types/types/api/sort.js.map +1 -0
  427. package/dist/types/types/api/spotlight.js +2 -0
  428. package/dist/types/types/api/spotlight.js.map +1 -0
  429. package/dist/types/types/api/success.js +2 -0
  430. package/dist/types/types/api/success.js.map +1 -0
  431. package/dist/types/types/api/uuid.js +2 -0
  432. package/dist/types/types/api/uuid.js.map +1 -0
  433. package/dist/types/types/api.d.ts +447 -0
  434. package/dist/types/types/api.d.ts.map +1 -1
  435. package/dist/types/types/api.js +57 -0
  436. package/dist/types/types/api.js.map +1 -0
  437. package/dist/types/types/applyDimensionOverrides.test.js +338 -0
  438. package/dist/types/types/applyDimensionOverrides.test.js.map +1 -0
  439. package/dist/types/types/auth.d.ts +2 -1
  440. package/dist/types/types/auth.d.ts.map +1 -1
  441. package/dist/types/types/auth.js +42 -0
  442. package/dist/types/types/auth.js.map +1 -0
  443. package/dist/types/types/bigQuerySSO.js +2 -0
  444. package/dist/types/types/bigQuerySSO.js.map +1 -0
  445. package/dist/types/types/catalog.js +50 -0
  446. package/dist/types/types/catalog.js.map +1 -0
  447. package/dist/types/types/changeset.d.ts +10 -10
  448. package/dist/types/types/changeset.js +72 -0
  449. package/dist/types/types/changeset.js.map +1 -0
  450. package/dist/types/types/coder.js +2 -0
  451. package/dist/types/types/coder.js.map +1 -0
  452. package/dist/types/types/comments.js +2 -0
  453. package/dist/types/types/comments.js.map +1 -0
  454. package/dist/types/types/conditionalFormatting.js +25 -0
  455. package/dist/types/types/conditionalFormatting.js.map +1 -0
  456. package/dist/types/types/content.js +19 -0
  457. package/dist/types/types/content.js.map +1 -0
  458. package/dist/types/types/csv.js +2 -0
  459. package/dist/types/types/csv.js.map +1 -0
  460. package/dist/types/types/dashboard.js +46 -0
  461. package/dist/types/types/dashboard.js.map +1 -0
  462. package/dist/types/types/dbt.js +262 -0
  463. package/dist/types/types/dbt.js.map +1 -0
  464. package/dist/types/types/dbtFromSchema.js +2 -0
  465. package/dist/types/types/dbtFromSchema.js.map +1 -0
  466. package/dist/types/types/deepPartial.js +7 -0
  467. package/dist/types/types/deepPartial.js.map +1 -0
  468. package/dist/types/types/downloadFile.js +9 -0
  469. package/dist/types/types/downloadFile.js.map +1 -0
  470. package/dist/types/types/email.js +2 -0
  471. package/dist/types/types/email.js.map +1 -0
  472. package/dist/types/types/errors.js +496 -0
  473. package/dist/types/types/errors.js.map +1 -0
  474. package/dist/types/types/explore.js +24 -0
  475. package/dist/types/types/explore.js.map +1 -0
  476. package/dist/types/types/featureFlags.js +62 -0
  477. package/dist/types/types/featureFlags.js.map +1 -0
  478. package/dist/types/types/field.js +473 -0
  479. package/dist/types/types/field.js.map +1 -0
  480. package/dist/types/types/field.test.js +90 -0
  481. package/dist/types/types/field.test.js.map +1 -0
  482. package/dist/types/types/fieldMatch.js +2 -0
  483. package/dist/types/types/fieldMatch.js.map +1 -0
  484. package/dist/types/types/filter.js +287 -0
  485. package/dist/types/types/filter.js.map +1 -0
  486. package/dist/types/types/filter.test.js +372 -0
  487. package/dist/types/types/filter.test.js.map +1 -0
  488. package/dist/types/types/filterGrammar.js +358 -0
  489. package/dist/types/types/filterGrammar.js.map +1 -0
  490. package/dist/types/types/filterGrammar.test.js +549 -0
  491. package/dist/types/types/filterGrammar.test.js.map +1 -0
  492. package/dist/types/types/filterGrammarConversion.js +94 -0
  493. package/dist/types/types/filterGrammarConversion.js.map +1 -0
  494. package/dist/types/types/filterGrammarConversion.test.js +260 -0
  495. package/dist/types/types/filterGrammarConversion.test.js.map +1 -0
  496. package/dist/types/types/gdrive.js +2 -0
  497. package/dist/types/types/gdrive.js.map +1 -0
  498. package/dist/types/types/gitIntegration.js +2 -0
  499. package/dist/types/types/gitIntegration.js.map +1 -0
  500. package/dist/types/types/groups.js +4 -0
  501. package/dist/types/types/groups.js.map +1 -0
  502. package/dist/types/types/job.js +67 -0
  503. package/dist/types/types/job.js.map +1 -0
  504. package/dist/types/types/knex-paginate.js +2 -0
  505. package/dist/types/types/knex-paginate.js.map +1 -0
  506. package/dist/types/types/lightdashProjectConfig.js +4 -0
  507. package/dist/types/types/lightdashProjectConfig.js.map +1 -0
  508. package/dist/types/types/metricQuery.js +20 -0
  509. package/dist/types/types/metricQuery.js.map +1 -0
  510. package/dist/types/types/metricsExplorer.js +12 -0
  511. package/dist/types/types/metricsExplorer.js.map +1 -0
  512. package/dist/types/types/notifications.js +2 -0
  513. package/dist/types/types/notifications.js.map +1 -0
  514. package/dist/types/types/oauth.js +2 -0
  515. package/dist/types/types/oauth.js.map +1 -0
  516. package/dist/types/types/openIdIdentity.js +12 -0
  517. package/dist/types/types/openIdIdentity.js.map +1 -0
  518. package/dist/types/types/organization.js +20 -0
  519. package/dist/types/types/organization.js.map +1 -0
  520. package/dist/types/types/organizationMemberProfile.js +30 -0
  521. package/dist/types/types/organizationMemberProfile.js.map +1 -0
  522. package/dist/types/types/organizationWarehouseCredentials.js +2 -0
  523. package/dist/types/types/organizationWarehouseCredentials.js.map +1 -0
  524. package/dist/types/types/paginateResults.js +2 -0
  525. package/dist/types/types/paginateResults.js.map +1 -0
  526. package/dist/types/types/parameters.js +2 -0
  527. package/dist/types/types/parameters.js.map +1 -0
  528. package/dist/types/types/personalAccessToken.js +2 -0
  529. package/dist/types/types/personalAccessToken.js.map +1 -0
  530. package/dist/types/types/pinning.js +5 -0
  531. package/dist/types/types/pinning.js.map +1 -0
  532. package/dist/types/types/pivot.d.ts +0 -2
  533. package/dist/types/types/pivot.d.ts.map +1 -1
  534. package/dist/types/types/pivot.js +2 -0
  535. package/dist/types/types/pivot.js.map +1 -0
  536. package/dist/types/types/projectGroupAccess.js +2 -0
  537. package/dist/types/types/projectGroupAccess.js.map +1 -0
  538. package/dist/types/types/projectMemberProfile.js +2 -0
  539. package/dist/types/types/projectMemberProfile.js.map +1 -0
  540. package/dist/types/types/projectMemberRole.js +30 -0
  541. package/dist/types/types/projectMemberRole.js.map +1 -0
  542. package/dist/types/types/projects.js +149 -0
  543. package/dist/types/types/projects.js.map +1 -0
  544. package/dist/types/types/promotion.js +8 -0
  545. package/dist/types/types/promotion.js.map +1 -0
  546. package/dist/types/types/queryHistory.js +8 -0
  547. package/dist/types/types/queryHistory.js.map +1 -0
  548. package/dist/types/types/rename.js +6 -0
  549. package/dist/types/types/rename.js.map +1 -0
  550. package/dist/types/types/resourceViewItem.d.ts +1 -1
  551. package/dist/types/types/resourceViewItem.js +103 -0
  552. package/dist/types/types/resourceViewItem.js.map +1 -0
  553. package/dist/types/types/results.js +51 -0
  554. package/dist/types/types/results.js.map +1 -0
  555. package/dist/types/types/roles.js +2 -0
  556. package/dist/types/types/roles.js.map +1 -0
  557. package/dist/types/types/savedCharts.js +225 -0
  558. package/dist/types/types/savedCharts.js.map +1 -0
  559. package/dist/types/types/scheduler.js +87 -0
  560. package/dist/types/types/scheduler.js.map +1 -0
  561. package/dist/types/types/schedulerLog.js +2 -0
  562. package/dist/types/types/schedulerLog.js.map +1 -0
  563. package/dist/types/types/schedulerTaskList.js +31 -0
  564. package/dist/types/types/schedulerTaskList.js.map +1 -0
  565. package/dist/types/types/scopes.js +14 -0
  566. package/dist/types/types/scopes.js.map +1 -0
  567. package/dist/types/types/search.js +53 -0
  568. package/dist/types/types/search.js.map +1 -0
  569. package/dist/types/types/share.js +2 -0
  570. package/dist/types/types/share.js.map +1 -0
  571. package/dist/types/types/slack.js +2 -0
  572. package/dist/types/types/slack.js.map +1 -0
  573. package/dist/types/types/slackSettings.js +2 -0
  574. package/dist/types/types/slackSettings.js.map +1 -0
  575. package/dist/types/types/space.js +7 -0
  576. package/dist/types/types/space.js.map +1 -0
  577. package/dist/types/types/spotlightTableConfig.js +17 -0
  578. package/dist/types/types/spotlightTableConfig.js.map +1 -0
  579. package/dist/types/types/sqlRunner.js +41 -0
  580. package/dist/types/types/sqlRunner.js.map +1 -0
  581. package/dist/types/types/table.js +6 -0
  582. package/dist/types/types/table.js.map +1 -0
  583. package/dist/types/types/tags.js +2 -0
  584. package/dist/types/types/tags.js.map +1 -0
  585. package/dist/types/types/timeFrames.js +42 -0
  586. package/dist/types/types/timeFrames.js.map +1 -0
  587. package/dist/types/types/timezone.js +33 -0
  588. package/dist/types/types/timezone.js.map +1 -0
  589. package/dist/types/types/user.js +23 -0
  590. package/dist/types/types/user.js.map +1 -0
  591. package/dist/types/types/userAttributes.js +2 -0
  592. package/dist/types/types/userAttributes.js.map +1 -0
  593. package/dist/types/types/userWarehouseCredentials.js +2 -0
  594. package/dist/types/types/userWarehouseCredentials.js.map +1 -0
  595. package/dist/types/types/validation.js +29 -0
  596. package/dist/types/types/validation.js.map +1 -0
  597. package/dist/types/types/warehouse.js +6 -0
  598. package/dist/types/types/warehouse.js.map +1 -0
  599. package/dist/types/types/yamlSchema.js +2 -0
  600. package/dist/types/types/yamlSchema.js.map +1 -0
  601. package/dist/types/utils/accessors.js +27 -0
  602. package/dist/types/utils/accessors.js.map +1 -0
  603. package/dist/types/utils/accessors.test.js +45 -0
  604. package/dist/types/utils/accessors.test.js.map +1 -0
  605. package/dist/types/utils/additionalMetrics.js +54 -0
  606. package/dist/types/utils/additionalMetrics.js.map +1 -0
  607. package/dist/types/utils/api.js +5 -0
  608. package/dist/types/utils/api.js.map +1 -0
  609. package/dist/types/utils/assertUnreachable.js +10 -0
  610. package/dist/types/utils/assertUnreachable.js.map +1 -0
  611. package/dist/types/utils/booleanConverter.js +27 -0
  612. package/dist/types/utils/booleanConverter.js.map +1 -0
  613. package/dist/types/utils/booleanConverter.test.js +59 -0
  614. package/dist/types/utils/booleanConverter.test.js.map +1 -0
  615. package/dist/types/utils/catalogMetricsTree.js +2 -0
  616. package/dist/types/utils/catalogMetricsTree.js.map +1 -0
  617. package/dist/types/utils/changeset.js +132 -0
  618. package/dist/types/utils/changeset.js.map +1 -0
  619. package/dist/types/utils/changeset.mock.js +146 -0
  620. package/dist/types/utils/changeset.mock.js.map +1 -0
  621. package/dist/types/utils/changeset.test.js +248 -0
  622. package/dist/types/utils/changeset.test.js.map +1 -0
  623. package/dist/types/utils/charts.js +74 -0
  624. package/dist/types/utils/charts.js.map +1 -0
  625. package/dist/types/utils/colors.js +15 -0
  626. package/dist/types/utils/colors.js.map +1 -0
  627. package/dist/types/utils/colors.test.js +85 -0
  628. package/dist/types/utils/colors.test.js.map +1 -0
  629. package/dist/types/utils/conditionalFormatting.js +436 -0
  630. package/dist/types/utils/conditionalFormatting.js.map +1 -0
  631. package/dist/types/utils/conditionalFormatting.test.js +105 -0
  632. package/dist/types/utils/conditionalFormatting.test.js.map +1 -0
  633. package/dist/types/utils/convertCustomDimensionsToYaml.js +115 -0
  634. package/dist/types/utils/convertCustomDimensionsToYaml.js.map +1 -0
  635. package/dist/types/utils/convertCustomMetricsToYaml.js +15 -0
  636. package/dist/types/utils/convertCustomMetricsToYaml.js.map +1 -0
  637. package/dist/types/utils/customDimensions.js +27 -0
  638. package/dist/types/utils/customDimensions.js.map +1 -0
  639. package/dist/types/utils/dashboard.js +35 -0
  640. package/dist/types/utils/dashboard.js.map +1 -0
  641. package/dist/types/utils/dashboard.test.js +36 -0
  642. package/dist/types/utils/dashboard.test.js.map +1 -0
  643. package/dist/types/utils/dbt.js +4 -0
  644. package/dist/types/utils/dbt.js.map +1 -0
  645. package/dist/types/utils/dbt.test.js +39 -0
  646. package/dist/types/utils/dbt.test.js.map +1 -0
  647. package/dist/types/utils/dependencyGraph.js +51 -0
  648. package/dist/types/utils/dependencyGraph.js.map +1 -0
  649. package/dist/types/utils/dependencyGraph.test.js +113 -0
  650. package/dist/types/utils/dependencyGraph.test.js.map +1 -0
  651. package/dist/types/utils/email.js +76 -0
  652. package/dist/types/utils/email.js.map +1 -0
  653. package/dist/types/utils/email.test.js +49 -0
  654. package/dist/types/utils/email.test.js.map +1 -0
  655. package/dist/types/utils/fields.js +183 -0
  656. package/dist/types/utils/fields.js.map +1 -0
  657. package/dist/types/utils/fields.mock.js +150 -0
  658. package/dist/types/utils/fields.mock.js.map +1 -0
  659. package/dist/types/utils/fields.test.js +259 -0
  660. package/dist/types/utils/fields.test.js.map +1 -0
  661. package/dist/types/utils/filters.js +763 -0
  662. package/dist/types/utils/filters.js.map +1 -0
  663. package/dist/types/utils/filters.mock.js +450 -0
  664. package/dist/types/utils/filters.mock.js.map +1 -0
  665. package/dist/types/utils/filters.test.js +360 -0
  666. package/dist/types/utils/filters.test.js.map +1 -0
  667. package/dist/types/utils/formatting.js +552 -0
  668. package/dist/types/utils/formatting.js.map +1 -0
  669. package/dist/types/utils/formatting.mock.js +28 -0
  670. package/dist/types/utils/formatting.mock.js.map +1 -0
  671. package/dist/types/utils/formatting.test.js +1047 -0
  672. package/dist/types/utils/formatting.test.js.map +1 -0
  673. package/dist/types/utils/github.js +11 -0
  674. package/dist/types/utils/github.js.map +1 -0
  675. package/dist/types/utils/i18n/abstract.js +3 -0
  676. package/dist/types/utils/i18n/abstract.js.map +1 -0
  677. package/dist/types/utils/i18n/chartAsCode.js +132 -0
  678. package/dist/types/utils/i18n/chartAsCode.js.map +1 -0
  679. package/dist/types/utils/i18n/chartAsCode.test.js +350 -0
  680. package/dist/types/utils/i18n/chartAsCode.test.js.map +1 -0
  681. package/dist/types/utils/i18n/dashboardAsCode.js +58 -0
  682. package/dist/types/utils/i18n/dashboardAsCode.js.map +1 -0
  683. package/dist/types/utils/i18n/index.js +5 -0
  684. package/dist/types/utils/i18n/index.js.map +1 -0
  685. package/dist/types/utils/i18n/merge.js +20 -0
  686. package/dist/types/utils/i18n/merge.js.map +1 -0
  687. package/dist/types/utils/i18n/types.js +2 -0
  688. package/dist/types/utils/i18n/types.js.map +1 -0
  689. package/dist/types/utils/item.js +154 -0
  690. package/dist/types/utils/item.js.map +1 -0
  691. package/dist/types/utils/loadLightdashProjectConfig.js +49 -0
  692. package/dist/types/utils/loadLightdashProjectConfig.js.map +1 -0
  693. package/dist/types/utils/loadLightdashProjectConfig.mock.js +127 -0
  694. package/dist/types/utils/loadLightdashProjectConfig.mock.js.map +1 -0
  695. package/dist/types/utils/loadLightdashProjectConfig.test.js +137 -0
  696. package/dist/types/utils/loadLightdashProjectConfig.test.js.map +1 -0
  697. package/dist/types/utils/metricsExplorer.js +365 -0
  698. package/dist/types/utils/metricsExplorer.js.map +1 -0
  699. package/dist/types/utils/oauth.js +242 -0
  700. package/dist/types/utils/oauth.js.map +1 -0
  701. package/dist/types/utils/organization.js +23 -0
  702. package/dist/types/utils/organization.js.map +1 -0
  703. package/dist/types/utils/projectMemberRole.js +85 -0
  704. package/dist/types/utils/projectMemberRole.js.map +1 -0
  705. package/dist/types/utils/projectMemberRole.test.js +36 -0
  706. package/dist/types/utils/projectMemberRole.test.js.map +1 -0
  707. package/dist/types/utils/promises.js +5 -0
  708. package/dist/types/utils/promises.js.map +1 -0
  709. package/dist/types/utils/sanitizeHtml.js +111 -0
  710. package/dist/types/utils/sanitizeHtml.js.map +1 -0
  711. package/dist/types/utils/sanitizeHtml.test.js +101 -0
  712. package/dist/types/utils/sanitizeHtml.test.js.map +1 -0
  713. package/dist/types/utils/scheduler.js +85 -0
  714. package/dist/types/utils/scheduler.js.map +1 -0
  715. package/dist/types/utils/scheduler.test.js +41 -0
  716. package/dist/types/utils/scheduler.test.js.map +1 -0
  717. package/dist/types/utils/searchParams.js +8 -0
  718. package/dist/types/utils/searchParams.js.map +1 -0
  719. package/dist/types/utils/sleep.js +6 -0
  720. package/dist/types/utils/sleep.js.map +1 -0
  721. package/dist/types/utils/slug.test.js +129 -0
  722. package/dist/types/utils/slug.test.js.map +1 -0
  723. package/dist/types/utils/slugs.js +55 -0
  724. package/dist/types/utils/slugs.js.map +1 -0
  725. package/dist/types/utils/subtotals.js +4 -0
  726. package/dist/types/utils/subtotals.js.map +1 -0
  727. package/dist/types/utils/time.js +25 -0
  728. package/dist/types/utils/time.js.map +1 -0
  729. package/dist/types/utils/timeFrames.js +529 -0
  730. package/dist/types/utils/timeFrames.js.map +1 -0
  731. package/dist/types/utils/timeFrames.test.js +50 -0
  732. package/dist/types/utils/timeFrames.test.js.map +1 -0
  733. package/dist/types/utils/virtualView.js +98 -0
  734. package/dist/types/utils/virtualView.js.map +1 -0
  735. package/dist/types/utils/warehouse.js +57 -0
  736. package/dist/types/utils/warehouse.js.map +1 -0
  737. package/dist/types/visualizations/CartesianChartDataModel.js +515 -0
  738. package/dist/types/visualizations/CartesianChartDataModel.js.map +1 -0
  739. package/dist/types/visualizations/PieChartDataModel.js +258 -0
  740. package/dist/types/visualizations/PieChartDataModel.js.map +1 -0
  741. package/dist/types/visualizations/TableDataModel.js +96 -0
  742. package/dist/types/visualizations/TableDataModel.js.map +1 -0
  743. package/dist/types/visualizations/chartTransformations.js +107 -0
  744. package/dist/types/visualizations/chartTransformations.js.map +1 -0
  745. package/dist/types/visualizations/helpers/getCartesianAxisFormatterConfig.js +142 -0
  746. package/dist/types/visualizations/helpers/getCartesianAxisFormatterConfig.js.map +1 -0
  747. package/dist/types/visualizations/types/IResultsRunner.js +2 -0
  748. package/dist/types/visualizations/types/IResultsRunner.js.map +1 -0
  749. package/dist/types/visualizations/types/index.js +78 -0
  750. package/dist/types/visualizations/types/index.js.map +1 -0
  751. package/package.json +1 -1
  752. package/dist/tsconfig.types.tsbuildinfo +0 -1
@@ -0,0 +1,4879 @@
1
+ {
2
+ "type": "object",
3
+ "required": [
4
+ "metadata",
5
+ "nodes",
6
+ "sources",
7
+ "macros",
8
+ "docs",
9
+ "exposures",
10
+ "metrics",
11
+ "groups",
12
+ "selectors"
13
+ ],
14
+ "properties": {
15
+ "metadata": {
16
+ "$ref": "#/definitions/ManifestMetadata",
17
+ "description": "Metadata about the manifest"
18
+ },
19
+ "nodes": {
20
+ "type": "object",
21
+ "additionalProperties": {
22
+ "oneOf": [
23
+ {
24
+ "$ref": "#/definitions/AnalysisNode"
25
+ },
26
+ {
27
+ "$ref": "#/definitions/SingularTestNode"
28
+ },
29
+ {
30
+ "$ref": "#/definitions/HookNode"
31
+ },
32
+ {
33
+ "$ref": "#/definitions/ModelNode"
34
+ },
35
+ {
36
+ "$ref": "#/definitions/RPCNode"
37
+ },
38
+ {
39
+ "$ref": "#/definitions/SqlNode"
40
+ },
41
+ {
42
+ "$ref": "#/definitions/GenericTestNode"
43
+ },
44
+ {
45
+ "$ref": "#/definitions/SnapshotNode"
46
+ },
47
+ {
48
+ "$ref": "#/definitions/SeedNode"
49
+ }
50
+ ]
51
+ },
52
+ "description": "The nodes defined in the dbt project and its dependencies"
53
+ },
54
+ "sources": {
55
+ "type": "object",
56
+ "additionalProperties": {
57
+ "$ref": "#/definitions/SourceDefinition"
58
+ },
59
+ "description": "The sources defined in the dbt project and its dependencies"
60
+ },
61
+ "macros": {
62
+ "type": "object",
63
+ "additionalProperties": {
64
+ "$ref": "#/definitions/Macro"
65
+ },
66
+ "description": "The macros defined in the dbt project and its dependencies"
67
+ },
68
+ "docs": {
69
+ "type": "object",
70
+ "additionalProperties": {
71
+ "$ref": "#/definitions/Documentation"
72
+ },
73
+ "description": "The docs defined in the dbt project and its dependencies"
74
+ },
75
+ "exposures": {
76
+ "type": "object",
77
+ "additionalProperties": {
78
+ "$ref": "#/definitions/Exposure"
79
+ },
80
+ "description": "The exposures defined in the dbt project and its dependencies"
81
+ },
82
+ "metrics": {
83
+ "type": "object",
84
+ "additionalProperties": {
85
+ "$ref": "#/definitions/Metric"
86
+ },
87
+ "description": "The metrics defined in the dbt project and its dependencies"
88
+ },
89
+ "groups": {
90
+ "type": "object",
91
+ "additionalProperties": {
92
+ "$ref": "#/definitions/Group"
93
+ },
94
+ "description": "The groups defined in the dbt project"
95
+ },
96
+ "selectors": {
97
+ "type": "object",
98
+ "description": "The selectors defined in selectors.yml"
99
+ },
100
+ "disabled": {
101
+ "oneOf": [
102
+ {
103
+ "type": "object",
104
+ "additionalProperties": {
105
+ "type": "array",
106
+ "items": {
107
+ "oneOf": [
108
+ {
109
+ "$ref": "#/definitions/AnalysisNode"
110
+ },
111
+ {
112
+ "$ref": "#/definitions/SingularTestNode"
113
+ },
114
+ {
115
+ "$ref": "#/definitions/HookNode"
116
+ },
117
+ {
118
+ "$ref": "#/definitions/ModelNode"
119
+ },
120
+ {
121
+ "$ref": "#/definitions/RPCNode"
122
+ },
123
+ {
124
+ "$ref": "#/definitions/SqlNode"
125
+ },
126
+ {
127
+ "$ref": "#/definitions/GenericTestNode"
128
+ },
129
+ {
130
+ "$ref": "#/definitions/SnapshotNode"
131
+ },
132
+ {
133
+ "$ref": "#/definitions/SeedNode"
134
+ },
135
+ {
136
+ "$ref": "#/definitions/SourceDefinition"
137
+ },
138
+ {
139
+ "$ref": "#/definitions/Exposure"
140
+ },
141
+ {
142
+ "$ref": "#/definitions/Metric"
143
+ }
144
+ ]
145
+ }
146
+ }
147
+ },
148
+ {
149
+ "type": "null"
150
+ }
151
+ ],
152
+ "description": "A mapping of the disabled nodes in the target"
153
+ },
154
+ "parent_map": {
155
+ "oneOf": [
156
+ {
157
+ "type": "object",
158
+ "additionalProperties": {
159
+ "type": "array",
160
+ "items": {
161
+ "type": "string"
162
+ }
163
+ }
164
+ },
165
+ {
166
+ "type": "null"
167
+ }
168
+ ],
169
+ "description": "A mapping from\u00a0child nodes to their dependencies"
170
+ },
171
+ "child_map": {
172
+ "oneOf": [
173
+ {
174
+ "type": "object",
175
+ "additionalProperties": {
176
+ "type": "array",
177
+ "items": {
178
+ "type": "string"
179
+ }
180
+ }
181
+ },
182
+ {
183
+ "type": "null"
184
+ }
185
+ ],
186
+ "description": "A mapping from parent nodes to their dependents"
187
+ },
188
+ "group_map": {
189
+ "oneOf": [
190
+ {
191
+ "type": "object",
192
+ "additionalProperties": {
193
+ "type": "array",
194
+ "items": {
195
+ "type": "string"
196
+ }
197
+ }
198
+ },
199
+ {
200
+ "type": "null"
201
+ }
202
+ ],
203
+ "description": "A mapping from group names to their nodes"
204
+ }
205
+ },
206
+ "additionalProperties": false,
207
+ "description": "WritableManifest(metadata: dbt.contracts.graph.manifest.ManifestMetadata, nodes: Mapping[str, Union[dbt.contracts.graph.nodes.AnalysisNode, dbt.contracts.graph.nodes.SingularTestNode, dbt.contracts.graph.nodes.HookNode, dbt.contracts.graph.nodes.ModelNode, dbt.contracts.graph.nodes.RPCNode, dbt.contracts.graph.nodes.SqlNode, dbt.contracts.graph.nodes.GenericTestNode, dbt.contracts.graph.nodes.SnapshotNode, dbt.contracts.graph.nodes.SeedNode]], sources: Mapping[str, dbt.contracts.graph.nodes.SourceDefinition], macros: Mapping[str, dbt.contracts.graph.nodes.Macro], docs: Mapping[str, dbt.contracts.graph.nodes.Documentation], exposures: Mapping[str, dbt.contracts.graph.nodes.Exposure], metrics: Mapping[str, dbt.contracts.graph.nodes.Metric], groups: Mapping[str, dbt.contracts.graph.nodes.Group], selectors: Mapping[str, Any], disabled: Optional[Mapping[str, List[Union[dbt.contracts.graph.nodes.AnalysisNode, dbt.contracts.graph.nodes.SingularTestNode, dbt.contracts.graph.nodes.HookNode, dbt.contracts.graph.nodes.ModelNode, dbt.contracts.graph.nodes.RPCNode, dbt.contracts.graph.nodes.SqlNode, dbt.contracts.graph.nodes.GenericTestNode, dbt.contracts.graph.nodes.SnapshotNode, dbt.contracts.graph.nodes.SeedNode, dbt.contracts.graph.nodes.SourceDefinition, dbt.contracts.graph.nodes.Exposure, dbt.contracts.graph.nodes.Metric]]]], parent_map: Optional[Dict[str, List[str]]], child_map: Optional[Dict[str, List[str]]], group_map: Optional[Dict[str, List[str]]])",
208
+ "definitions": {
209
+ "ManifestMetadata": {
210
+ "type": "object",
211
+ "required": [],
212
+ "properties": {
213
+ "dbt_schema_version": {
214
+ "type": "string",
215
+ "default": "https://schemas.getdbt.com/dbt/manifest/v9.json"
216
+ },
217
+ "dbt_version": {
218
+ "type": "string",
219
+ "default": "1.6.0a1"
220
+ },
221
+ "generated_at": {
222
+ "type": "string",
223
+ "format": "date-time",
224
+ "default": "2023-04-21T11:09:06.496436Z"
225
+ },
226
+ "invocation_id": {
227
+ "oneOf": [
228
+ {
229
+ "type": "string"
230
+ },
231
+ {
232
+ "type": "null"
233
+ }
234
+ ],
235
+ "default": "c4b245be-8edb-4ad7-ba54-9337ce594f5d"
236
+ },
237
+ "env": {
238
+ "type": "object",
239
+ "additionalProperties": {
240
+ "type": "string"
241
+ },
242
+ "default": {}
243
+ },
244
+ "project_id": {
245
+ "oneOf": [
246
+ {
247
+ "type": "string"
248
+ },
249
+ {
250
+ "type": "null"
251
+ }
252
+ ],
253
+ "description": "A unique identifier for the project"
254
+ },
255
+ "user_id": {
256
+ "oneOf": [
257
+ {
258
+ "type": "string",
259
+ "pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"
260
+ },
261
+ {
262
+ "type": "null"
263
+ }
264
+ ],
265
+ "description": "A unique identifier for the user"
266
+ },
267
+ "send_anonymous_usage_stats": {
268
+ "oneOf": [
269
+ {
270
+ "type": "boolean"
271
+ },
272
+ {
273
+ "type": "null"
274
+ }
275
+ ],
276
+ "description": "Whether dbt is configured to send anonymous usage statistics"
277
+ },
278
+ "adapter_type": {
279
+ "oneOf": [
280
+ {
281
+ "type": "string"
282
+ },
283
+ {
284
+ "type": "null"
285
+ }
286
+ ],
287
+ "description": "The type name of the adapter"
288
+ }
289
+ },
290
+ "additionalProperties": false,
291
+ "description": "Metadata for the manifest."
292
+ },
293
+ "AnalysisNode": {
294
+ "type": "object",
295
+ "required": [
296
+ "schema",
297
+ "name",
298
+ "resource_type",
299
+ "package_name",
300
+ "path",
301
+ "original_file_path",
302
+ "unique_id",
303
+ "fqn",
304
+ "alias",
305
+ "checksum"
306
+ ],
307
+ "properties": {
308
+ "database": {
309
+ "oneOf": [
310
+ {
311
+ "type": "string"
312
+ },
313
+ {
314
+ "type": "null"
315
+ }
316
+ ]
317
+ },
318
+ "schema": {
319
+ "type": "string"
320
+ },
321
+ "name": {
322
+ "type": "string"
323
+ },
324
+ "resource_type": {
325
+ "type": "string",
326
+ "enum": ["analysis"]
327
+ },
328
+ "package_name": {
329
+ "type": "string"
330
+ },
331
+ "path": {
332
+ "type": "string"
333
+ },
334
+ "original_file_path": {
335
+ "type": "string"
336
+ },
337
+ "unique_id": {
338
+ "type": "string"
339
+ },
340
+ "fqn": {
341
+ "type": "array",
342
+ "items": {
343
+ "type": "string"
344
+ }
345
+ },
346
+ "alias": {
347
+ "type": "string"
348
+ },
349
+ "checksum": {
350
+ "$ref": "#/definitions/FileHash"
351
+ },
352
+ "config": {
353
+ "$ref": "#/definitions/NodeConfig",
354
+ "default": {
355
+ "enabled": true,
356
+ "alias": null,
357
+ "schema": null,
358
+ "database": null,
359
+ "tags": [],
360
+ "meta": {},
361
+ "group": null,
362
+ "materialized": "view",
363
+ "incremental_strategy": null,
364
+ "persist_docs": {},
365
+ "quoting": {},
366
+ "column_types": {},
367
+ "full_refresh": null,
368
+ "unique_key": null,
369
+ "on_schema_change": "ignore",
370
+ "grants": {},
371
+ "packages": [],
372
+ "docs": {
373
+ "show": true,
374
+ "node_color": null
375
+ },
376
+ "contract": {
377
+ "enforced": false
378
+ },
379
+ "post-hook": [],
380
+ "pre-hook": []
381
+ }
382
+ },
383
+ "tags": {
384
+ "type": "array",
385
+ "items": {
386
+ "type": "string"
387
+ },
388
+ "default": []
389
+ },
390
+ "description": {
391
+ "type": "string",
392
+ "default": ""
393
+ },
394
+ "columns": {
395
+ "type": "object",
396
+ "additionalProperties": {
397
+ "$ref": "#/definitions/ColumnInfo"
398
+ },
399
+ "default": {}
400
+ },
401
+ "meta": {
402
+ "type": "object",
403
+ "default": {}
404
+ },
405
+ "group": {
406
+ "oneOf": [
407
+ {
408
+ "type": "string"
409
+ },
410
+ {
411
+ "type": "null"
412
+ }
413
+ ]
414
+ },
415
+ "docs": {
416
+ "$ref": "#/definitions/Docs",
417
+ "default": {
418
+ "show": true,
419
+ "node_color": null
420
+ }
421
+ },
422
+ "patch_path": {
423
+ "oneOf": [
424
+ {
425
+ "type": "string"
426
+ },
427
+ {
428
+ "type": "null"
429
+ }
430
+ ]
431
+ },
432
+ "build_path": {
433
+ "oneOf": [
434
+ {
435
+ "type": "string"
436
+ },
437
+ {
438
+ "type": "null"
439
+ }
440
+ ]
441
+ },
442
+ "deferred": {
443
+ "type": "boolean",
444
+ "default": false
445
+ },
446
+ "unrendered_config": {
447
+ "type": "object",
448
+ "default": {}
449
+ },
450
+ "created_at": {
451
+ "type": "number",
452
+ "default": 1682075346.49809
453
+ },
454
+ "config_call_dict": {
455
+ "type": "object",
456
+ "default": {}
457
+ },
458
+ "relation_name": {
459
+ "oneOf": [
460
+ {
461
+ "type": "string"
462
+ },
463
+ {
464
+ "type": "null"
465
+ }
466
+ ]
467
+ },
468
+ "raw_code": {
469
+ "type": "string",
470
+ "default": ""
471
+ },
472
+ "language": {
473
+ "type": "string",
474
+ "default": "sql"
475
+ },
476
+ "refs": {
477
+ "type": "array",
478
+ "items": {
479
+ "$ref": "#/definitions/RefArgs"
480
+ },
481
+ "default": []
482
+ },
483
+ "sources": {
484
+ "type": "array",
485
+ "items": {
486
+ "type": "array",
487
+ "items": {
488
+ "type": "string"
489
+ }
490
+ },
491
+ "default": []
492
+ },
493
+ "metrics": {
494
+ "type": "array",
495
+ "items": {
496
+ "type": "array",
497
+ "items": {
498
+ "type": "string"
499
+ }
500
+ },
501
+ "default": []
502
+ },
503
+ "depends_on": {
504
+ "$ref": "#/definitions/DependsOn",
505
+ "default": {
506
+ "macros": [],
507
+ "nodes": []
508
+ }
509
+ },
510
+ "compiled_path": {
511
+ "oneOf": [
512
+ {
513
+ "type": "string"
514
+ },
515
+ {
516
+ "type": "null"
517
+ }
518
+ ]
519
+ },
520
+ "compiled": {
521
+ "type": "boolean",
522
+ "default": false
523
+ },
524
+ "compiled_code": {
525
+ "oneOf": [
526
+ {
527
+ "type": "string"
528
+ },
529
+ {
530
+ "type": "null"
531
+ }
532
+ ]
533
+ },
534
+ "extra_ctes_injected": {
535
+ "type": "boolean",
536
+ "default": false
537
+ },
538
+ "extra_ctes": {
539
+ "type": "array",
540
+ "items": {
541
+ "$ref": "#/definitions/InjectedCTE"
542
+ },
543
+ "default": []
544
+ },
545
+ "contract": {
546
+ "$ref": "#/definitions/Contract",
547
+ "default": {
548
+ "enforced": false,
549
+ "checksum": null
550
+ }
551
+ }
552
+ },
553
+ "additionalProperties": false,
554
+ "description": "AnalysisNode(database: Optional[str], schema: str, name: str, resource_type: dbt.node_types.NodeType, package_name: str, path: str, original_file_path: str, unique_id: str, fqn: List[str], alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.model_config.NodeConfig = <factory>, _event_status: Dict[str, Any] = <factory>, tags: List[str] = <factory>, description: str = '', columns: Dict[str, dbt.contracts.graph.nodes.ColumnInfo] = <factory>, meta: Dict[str, Any] = <factory>, group: Optional[str] = None, docs: dbt.contracts.graph.unparsed.Docs = <factory>, patch_path: Optional[str] = None, build_path: Optional[str] = None, deferred: bool = False, unrendered_config: Dict[str, Any] = <factory>, created_at: float = <factory>, config_call_dict: Dict[str, Any] = <factory>, relation_name: Optional[str] = None, raw_code: str = '', language: str = 'sql', refs: List[dbt.contracts.graph.nodes.RefArgs] = <factory>, sources: List[List[str]] = <factory>, metrics: List[List[str]] = <factory>, depends_on: dbt.contracts.graph.nodes.DependsOn = <factory>, compiled_path: Optional[str] = None, compiled: bool = False, compiled_code: Optional[str] = None, extra_ctes_injected: bool = False, extra_ctes: List[dbt.contracts.graph.nodes.InjectedCTE] = <factory>, _pre_injected_sql: Optional[str] = None, contract: dbt.contracts.graph.nodes.Contract = <factory>)"
555
+ },
556
+ "FileHash": {
557
+ "type": "object",
558
+ "required": ["name", "checksum"],
559
+ "properties": {
560
+ "name": {
561
+ "type": "string"
562
+ },
563
+ "checksum": {
564
+ "type": "string"
565
+ }
566
+ },
567
+ "additionalProperties": false,
568
+ "description": "FileHash(name: str, checksum: str)"
569
+ },
570
+ "NodeConfig": {
571
+ "type": "object",
572
+ "required": [],
573
+ "properties": {
574
+ "enabled": {
575
+ "type": "boolean",
576
+ "default": true
577
+ },
578
+ "alias": {
579
+ "oneOf": [
580
+ {
581
+ "type": "string"
582
+ },
583
+ {
584
+ "type": "null"
585
+ }
586
+ ]
587
+ },
588
+ "schema": {
589
+ "oneOf": [
590
+ {
591
+ "type": "string"
592
+ },
593
+ {
594
+ "type": "null"
595
+ }
596
+ ]
597
+ },
598
+ "database": {
599
+ "oneOf": [
600
+ {
601
+ "type": "string"
602
+ },
603
+ {
604
+ "type": "null"
605
+ }
606
+ ]
607
+ },
608
+ "tags": {
609
+ "oneOf": [
610
+ {
611
+ "type": "array",
612
+ "items": {
613
+ "type": "string"
614
+ }
615
+ },
616
+ {
617
+ "type": "string"
618
+ }
619
+ ],
620
+ "default": []
621
+ },
622
+ "meta": {
623
+ "type": "object",
624
+ "default": {}
625
+ },
626
+ "group": {
627
+ "oneOf": [
628
+ {
629
+ "type": "string"
630
+ },
631
+ {
632
+ "type": "null"
633
+ }
634
+ ]
635
+ },
636
+ "materialized": {
637
+ "type": "string",
638
+ "default": "view"
639
+ },
640
+ "incremental_strategy": {
641
+ "oneOf": [
642
+ {
643
+ "type": "string"
644
+ },
645
+ {
646
+ "type": "null"
647
+ }
648
+ ]
649
+ },
650
+ "persist_docs": {
651
+ "type": "object",
652
+ "default": {}
653
+ },
654
+ "post-hook": {
655
+ "type": "array",
656
+ "items": {
657
+ "$ref": "#/definitions/Hook"
658
+ },
659
+ "default": []
660
+ },
661
+ "pre-hook": {
662
+ "type": "array",
663
+ "items": {
664
+ "$ref": "#/definitions/Hook"
665
+ },
666
+ "default": []
667
+ },
668
+ "quoting": {
669
+ "type": "object",
670
+ "default": {}
671
+ },
672
+ "column_types": {
673
+ "type": "object",
674
+ "default": {}
675
+ },
676
+ "full_refresh": {
677
+ "oneOf": [
678
+ {
679
+ "type": "boolean"
680
+ },
681
+ {
682
+ "type": "null"
683
+ }
684
+ ]
685
+ },
686
+ "unique_key": {
687
+ "oneOf": [
688
+ {
689
+ "type": "string"
690
+ },
691
+ {
692
+ "type": "array",
693
+ "items": {
694
+ "type": "string"
695
+ }
696
+ },
697
+ {
698
+ "type": "null"
699
+ }
700
+ ]
701
+ },
702
+ "on_schema_change": {
703
+ "oneOf": [
704
+ {
705
+ "type": "string"
706
+ },
707
+ {
708
+ "type": "null"
709
+ }
710
+ ],
711
+ "default": "ignore"
712
+ },
713
+ "grants": {
714
+ "type": "object",
715
+ "default": {}
716
+ },
717
+ "packages": {
718
+ "type": "array",
719
+ "items": {
720
+ "type": "string"
721
+ },
722
+ "default": []
723
+ },
724
+ "docs": {
725
+ "$ref": "#/definitions/Docs",
726
+ "default": {
727
+ "show": true,
728
+ "node_color": null
729
+ }
730
+ },
731
+ "contract": {
732
+ "$ref": "#/definitions/ContractConfig",
733
+ "default": {
734
+ "enforced": false
735
+ }
736
+ }
737
+ },
738
+ "additionalProperties": true,
739
+ "description": "NodeConfig(_extra: Dict[str, Any] = <factory>, enabled: bool = True, alias: Optional[str] = None, schema: Optional[str] = None, database: Optional[str] = None, tags: Union[List[str], str] = <factory>, meta: Dict[str, Any] = <factory>, group: Optional[str] = None, materialized: str = 'view', incremental_strategy: Optional[str] = None, persist_docs: Dict[str, Any] = <factory>, post_hook: List[dbt.contracts.graph.model_config.Hook] = <factory>, pre_hook: List[dbt.contracts.graph.model_config.Hook] = <factory>, quoting: Dict[str, Any] = <factory>, column_types: Dict[str, Any] = <factory>, full_refresh: Optional[bool] = None, unique_key: Union[str, List[str], NoneType] = None, on_schema_change: Optional[str] = 'ignore', grants: Dict[str, Any] = <factory>, packages: List[str] = <factory>, docs: dbt.contracts.graph.unparsed.Docs = <factory>, contract: dbt.contracts.graph.model_config.ContractConfig = <factory>)"
740
+ },
741
+ "Hook": {
742
+ "type": "object",
743
+ "required": ["sql"],
744
+ "properties": {
745
+ "sql": {
746
+ "type": "string"
747
+ },
748
+ "transaction": {
749
+ "type": "boolean",
750
+ "default": true
751
+ },
752
+ "index": {
753
+ "oneOf": [
754
+ {
755
+ "type": "integer"
756
+ },
757
+ {
758
+ "type": "null"
759
+ }
760
+ ]
761
+ }
762
+ },
763
+ "additionalProperties": false,
764
+ "description": "Hook(sql: str, transaction: bool = True, index: Optional[int] = None)"
765
+ },
766
+ "Docs": {
767
+ "type": "object",
768
+ "required": [],
769
+ "properties": {
770
+ "show": {
771
+ "type": "boolean",
772
+ "default": true
773
+ },
774
+ "node_color": {
775
+ "oneOf": [
776
+ {
777
+ "type": "string"
778
+ },
779
+ {
780
+ "type": "null"
781
+ }
782
+ ]
783
+ }
784
+ },
785
+ "additionalProperties": false,
786
+ "description": "Docs(show: bool = True, node_color: Optional[str] = None)"
787
+ },
788
+ "ContractConfig": {
789
+ "type": "object",
790
+ "required": [],
791
+ "properties": {
792
+ "enforced": {
793
+ "type": "boolean",
794
+ "default": false
795
+ }
796
+ },
797
+ "additionalProperties": false,
798
+ "description": "ContractConfig(enforced: bool = False)"
799
+ },
800
+ "ColumnInfo": {
801
+ "type": "object",
802
+ "required": ["name"],
803
+ "properties": {
804
+ "name": {
805
+ "type": "string"
806
+ },
807
+ "description": {
808
+ "type": "string",
809
+ "default": ""
810
+ },
811
+ "meta": {
812
+ "type": "object",
813
+ "default": {}
814
+ },
815
+ "data_type": {
816
+ "oneOf": [
817
+ {
818
+ "type": "string"
819
+ },
820
+ {
821
+ "type": "null"
822
+ }
823
+ ]
824
+ },
825
+ "constraints": {
826
+ "type": "array",
827
+ "items": {
828
+ "$ref": "#/definitions/ColumnLevelConstraint"
829
+ },
830
+ "default": []
831
+ },
832
+ "quote": {
833
+ "oneOf": [
834
+ {
835
+ "type": "boolean"
836
+ },
837
+ {
838
+ "type": "null"
839
+ }
840
+ ]
841
+ },
842
+ "tags": {
843
+ "type": "array",
844
+ "items": {
845
+ "type": "string"
846
+ },
847
+ "default": []
848
+ }
849
+ },
850
+ "additionalProperties": true,
851
+ "description": "Used in all ManifestNodes and SourceDefinition"
852
+ },
853
+ "ColumnLevelConstraint": {
854
+ "type": "object",
855
+ "required": ["type"],
856
+ "properties": {
857
+ "type": {
858
+ "type": "string",
859
+ "enum": [
860
+ "check",
861
+ "not_null",
862
+ "unique",
863
+ "primary_key",
864
+ "foreign_key",
865
+ "custom"
866
+ ]
867
+ },
868
+ "name": {
869
+ "oneOf": [
870
+ {
871
+ "type": "string"
872
+ },
873
+ {
874
+ "type": "null"
875
+ }
876
+ ]
877
+ },
878
+ "expression": {
879
+ "oneOf": [
880
+ {
881
+ "type": "string"
882
+ },
883
+ {
884
+ "type": "null"
885
+ }
886
+ ]
887
+ },
888
+ "warn_unenforced": {
889
+ "type": "boolean",
890
+ "default": true
891
+ },
892
+ "warn_unsupported": {
893
+ "type": "boolean",
894
+ "default": true
895
+ }
896
+ },
897
+ "additionalProperties": false,
898
+ "description": "ColumnLevelConstraint(type: dbt.contracts.graph.nodes.ConstraintType, name: Optional[str] = None, expression: Optional[str] = None, warn_unenforced: bool = True, warn_unsupported: bool = True)"
899
+ },
900
+ "RefArgs": {
901
+ "type": "object",
902
+ "required": ["name"],
903
+ "properties": {
904
+ "name": {
905
+ "type": "string"
906
+ },
907
+ "package": {
908
+ "oneOf": [
909
+ {
910
+ "type": "string"
911
+ },
912
+ {
913
+ "type": "null"
914
+ }
915
+ ]
916
+ },
917
+ "version": {
918
+ "oneOf": [
919
+ {
920
+ "type": "string"
921
+ },
922
+ {
923
+ "type": "number"
924
+ },
925
+ {
926
+ "type": "null"
927
+ }
928
+ ]
929
+ }
930
+ },
931
+ "additionalProperties": false,
932
+ "description": "RefArgs(name: str, package: Optional[str] = None, version: Union[str, float, NoneType] = None)"
933
+ },
934
+ "DependsOn": {
935
+ "type": "object",
936
+ "required": [],
937
+ "properties": {
938
+ "macros": {
939
+ "type": "array",
940
+ "items": {
941
+ "type": "string"
942
+ },
943
+ "default": []
944
+ },
945
+ "nodes": {
946
+ "type": "array",
947
+ "items": {
948
+ "type": "string"
949
+ },
950
+ "default": []
951
+ }
952
+ },
953
+ "additionalProperties": false,
954
+ "description": "DependsOn(macros: List[str] = <factory>, nodes: List[str] = <factory>)"
955
+ },
956
+ "InjectedCTE": {
957
+ "type": "object",
958
+ "required": ["id", "sql"],
959
+ "properties": {
960
+ "id": {
961
+ "type": "string"
962
+ },
963
+ "sql": {
964
+ "type": "string"
965
+ }
966
+ },
967
+ "additionalProperties": false,
968
+ "description": "Used in CompiledNodes as part of ephemeral model processing"
969
+ },
970
+ "Contract": {
971
+ "type": "object",
972
+ "required": [],
973
+ "properties": {
974
+ "enforced": {
975
+ "type": "boolean",
976
+ "default": false
977
+ },
978
+ "checksum": {
979
+ "oneOf": [
980
+ {
981
+ "type": "string"
982
+ },
983
+ {
984
+ "type": "null"
985
+ }
986
+ ]
987
+ }
988
+ },
989
+ "additionalProperties": false,
990
+ "description": "Contract(enforced: bool = False, checksum: Optional[str] = None)"
991
+ },
992
+ "SingularTestNode": {
993
+ "type": "object",
994
+ "required": [
995
+ "schema",
996
+ "name",
997
+ "resource_type",
998
+ "package_name",
999
+ "path",
1000
+ "original_file_path",
1001
+ "unique_id",
1002
+ "fqn",
1003
+ "alias",
1004
+ "checksum"
1005
+ ],
1006
+ "properties": {
1007
+ "database": {
1008
+ "oneOf": [
1009
+ {
1010
+ "type": "string"
1011
+ },
1012
+ {
1013
+ "type": "null"
1014
+ }
1015
+ ]
1016
+ },
1017
+ "schema": {
1018
+ "type": "string"
1019
+ },
1020
+ "name": {
1021
+ "type": "string"
1022
+ },
1023
+ "resource_type": {
1024
+ "type": "string",
1025
+ "enum": ["test"]
1026
+ },
1027
+ "package_name": {
1028
+ "type": "string"
1029
+ },
1030
+ "path": {
1031
+ "type": "string"
1032
+ },
1033
+ "original_file_path": {
1034
+ "type": "string"
1035
+ },
1036
+ "unique_id": {
1037
+ "type": "string"
1038
+ },
1039
+ "fqn": {
1040
+ "type": "array",
1041
+ "items": {
1042
+ "type": "string"
1043
+ }
1044
+ },
1045
+ "alias": {
1046
+ "type": "string"
1047
+ },
1048
+ "checksum": {
1049
+ "$ref": "#/definitions/FileHash"
1050
+ },
1051
+ "config": {
1052
+ "$ref": "#/definitions/TestConfig",
1053
+ "default": {
1054
+ "enabled": true,
1055
+ "alias": null,
1056
+ "schema": "dbt_test__audit",
1057
+ "database": null,
1058
+ "tags": [],
1059
+ "meta": {},
1060
+ "group": null,
1061
+ "materialized": "test",
1062
+ "severity": "ERROR",
1063
+ "store_failures": null,
1064
+ "where": null,
1065
+ "limit": null,
1066
+ "fail_calc": "count(*)",
1067
+ "warn_if": "!= 0",
1068
+ "error_if": "!= 0"
1069
+ }
1070
+ },
1071
+ "tags": {
1072
+ "type": "array",
1073
+ "items": {
1074
+ "type": "string"
1075
+ },
1076
+ "default": []
1077
+ },
1078
+ "description": {
1079
+ "type": "string",
1080
+ "default": ""
1081
+ },
1082
+ "columns": {
1083
+ "type": "object",
1084
+ "additionalProperties": {
1085
+ "$ref": "#/definitions/ColumnInfo"
1086
+ },
1087
+ "default": {}
1088
+ },
1089
+ "meta": {
1090
+ "type": "object",
1091
+ "default": {}
1092
+ },
1093
+ "group": {
1094
+ "oneOf": [
1095
+ {
1096
+ "type": "string"
1097
+ },
1098
+ {
1099
+ "type": "null"
1100
+ }
1101
+ ]
1102
+ },
1103
+ "docs": {
1104
+ "$ref": "#/definitions/Docs",
1105
+ "default": {
1106
+ "show": true,
1107
+ "node_color": null
1108
+ }
1109
+ },
1110
+ "patch_path": {
1111
+ "oneOf": [
1112
+ {
1113
+ "type": "string"
1114
+ },
1115
+ {
1116
+ "type": "null"
1117
+ }
1118
+ ]
1119
+ },
1120
+ "build_path": {
1121
+ "oneOf": [
1122
+ {
1123
+ "type": "string"
1124
+ },
1125
+ {
1126
+ "type": "null"
1127
+ }
1128
+ ]
1129
+ },
1130
+ "deferred": {
1131
+ "type": "boolean",
1132
+ "default": false
1133
+ },
1134
+ "unrendered_config": {
1135
+ "type": "object",
1136
+ "default": {}
1137
+ },
1138
+ "created_at": {
1139
+ "type": "number",
1140
+ "default": 1682075346.499299
1141
+ },
1142
+ "config_call_dict": {
1143
+ "type": "object",
1144
+ "default": {}
1145
+ },
1146
+ "relation_name": {
1147
+ "oneOf": [
1148
+ {
1149
+ "type": "string"
1150
+ },
1151
+ {
1152
+ "type": "null"
1153
+ }
1154
+ ]
1155
+ },
1156
+ "raw_code": {
1157
+ "type": "string",
1158
+ "default": ""
1159
+ },
1160
+ "language": {
1161
+ "type": "string",
1162
+ "default": "sql"
1163
+ },
1164
+ "refs": {
1165
+ "type": "array",
1166
+ "items": {
1167
+ "$ref": "#/definitions/RefArgs"
1168
+ },
1169
+ "default": []
1170
+ },
1171
+ "sources": {
1172
+ "type": "array",
1173
+ "items": {
1174
+ "type": "array",
1175
+ "items": {
1176
+ "type": "string"
1177
+ }
1178
+ },
1179
+ "default": []
1180
+ },
1181
+ "metrics": {
1182
+ "type": "array",
1183
+ "items": {
1184
+ "type": "array",
1185
+ "items": {
1186
+ "type": "string"
1187
+ }
1188
+ },
1189
+ "default": []
1190
+ },
1191
+ "depends_on": {
1192
+ "$ref": "#/definitions/DependsOn",
1193
+ "default": {
1194
+ "macros": [],
1195
+ "nodes": []
1196
+ }
1197
+ },
1198
+ "compiled_path": {
1199
+ "oneOf": [
1200
+ {
1201
+ "type": "string"
1202
+ },
1203
+ {
1204
+ "type": "null"
1205
+ }
1206
+ ]
1207
+ },
1208
+ "compiled": {
1209
+ "type": "boolean",
1210
+ "default": false
1211
+ },
1212
+ "compiled_code": {
1213
+ "oneOf": [
1214
+ {
1215
+ "type": "string"
1216
+ },
1217
+ {
1218
+ "type": "null"
1219
+ }
1220
+ ]
1221
+ },
1222
+ "extra_ctes_injected": {
1223
+ "type": "boolean",
1224
+ "default": false
1225
+ },
1226
+ "extra_ctes": {
1227
+ "type": "array",
1228
+ "items": {
1229
+ "$ref": "#/definitions/InjectedCTE"
1230
+ },
1231
+ "default": []
1232
+ },
1233
+ "contract": {
1234
+ "$ref": "#/definitions/Contract",
1235
+ "default": {
1236
+ "enforced": false,
1237
+ "checksum": null
1238
+ }
1239
+ }
1240
+ },
1241
+ "additionalProperties": false,
1242
+ "description": "SingularTestNode(database: Optional[str], schema: str, name: str, resource_type: dbt.node_types.NodeType, package_name: str, path: str, original_file_path: str, unique_id: str, fqn: List[str], alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.model_config.TestConfig = <factory>, _event_status: Dict[str, Any] = <factory>, tags: List[str] = <factory>, description: str = '', columns: Dict[str, dbt.contracts.graph.nodes.ColumnInfo] = <factory>, meta: Dict[str, Any] = <factory>, group: Optional[str] = None, docs: dbt.contracts.graph.unparsed.Docs = <factory>, patch_path: Optional[str] = None, build_path: Optional[str] = None, deferred: bool = False, unrendered_config: Dict[str, Any] = <factory>, created_at: float = <factory>, config_call_dict: Dict[str, Any] = <factory>, relation_name: Optional[str] = None, raw_code: str = '', language: str = 'sql', refs: List[dbt.contracts.graph.nodes.RefArgs] = <factory>, sources: List[List[str]] = <factory>, metrics: List[List[str]] = <factory>, depends_on: dbt.contracts.graph.nodes.DependsOn = <factory>, compiled_path: Optional[str] = None, compiled: bool = False, compiled_code: Optional[str] = None, extra_ctes_injected: bool = False, extra_ctes: List[dbt.contracts.graph.nodes.InjectedCTE] = <factory>, _pre_injected_sql: Optional[str] = None, contract: dbt.contracts.graph.nodes.Contract = <factory>)"
1243
+ },
1244
+ "TestConfig": {
1245
+ "type": "object",
1246
+ "required": [],
1247
+ "properties": {
1248
+ "enabled": {
1249
+ "type": "boolean",
1250
+ "default": true
1251
+ },
1252
+ "alias": {
1253
+ "oneOf": [
1254
+ {
1255
+ "type": "string"
1256
+ },
1257
+ {
1258
+ "type": "null"
1259
+ }
1260
+ ]
1261
+ },
1262
+ "schema": {
1263
+ "oneOf": [
1264
+ {
1265
+ "type": "string"
1266
+ },
1267
+ {
1268
+ "type": "null"
1269
+ }
1270
+ ],
1271
+ "default": "dbt_test__audit"
1272
+ },
1273
+ "database": {
1274
+ "oneOf": [
1275
+ {
1276
+ "type": "string"
1277
+ },
1278
+ {
1279
+ "type": "null"
1280
+ }
1281
+ ]
1282
+ },
1283
+ "tags": {
1284
+ "oneOf": [
1285
+ {
1286
+ "type": "array",
1287
+ "items": {
1288
+ "type": "string"
1289
+ }
1290
+ },
1291
+ {
1292
+ "type": "string"
1293
+ }
1294
+ ],
1295
+ "default": []
1296
+ },
1297
+ "meta": {
1298
+ "type": "object",
1299
+ "default": {}
1300
+ },
1301
+ "group": {
1302
+ "oneOf": [
1303
+ {
1304
+ "type": "string"
1305
+ },
1306
+ {
1307
+ "type": "null"
1308
+ }
1309
+ ]
1310
+ },
1311
+ "materialized": {
1312
+ "type": "string",
1313
+ "default": "test"
1314
+ },
1315
+ "severity": {
1316
+ "type": "string",
1317
+ "pattern": "^([Ww][Aa][Rr][Nn]|[Ee][Rr][Rr][Oo][Rr])$",
1318
+ "default": "ERROR"
1319
+ },
1320
+ "store_failures": {
1321
+ "oneOf": [
1322
+ {
1323
+ "type": "boolean"
1324
+ },
1325
+ {
1326
+ "type": "null"
1327
+ }
1328
+ ]
1329
+ },
1330
+ "where": {
1331
+ "oneOf": [
1332
+ {
1333
+ "type": "string"
1334
+ },
1335
+ {
1336
+ "type": "null"
1337
+ }
1338
+ ]
1339
+ },
1340
+ "limit": {
1341
+ "oneOf": [
1342
+ {
1343
+ "type": "integer"
1344
+ },
1345
+ {
1346
+ "type": "null"
1347
+ }
1348
+ ]
1349
+ },
1350
+ "fail_calc": {
1351
+ "type": "string",
1352
+ "default": "count(*)"
1353
+ },
1354
+ "warn_if": {
1355
+ "type": "string",
1356
+ "default": "!= 0"
1357
+ },
1358
+ "error_if": {
1359
+ "type": "string",
1360
+ "default": "!= 0"
1361
+ }
1362
+ },
1363
+ "additionalProperties": true,
1364
+ "description": "TestConfig(_extra: Dict[str, Any] = <factory>, enabled: bool = True, alias: Optional[str] = None, schema: Optional[str] = 'dbt_test__audit', database: Optional[str] = None, tags: Union[List[str], str] = <factory>, meta: Dict[str, Any] = <factory>, group: Optional[str] = None, materialized: str = 'test', severity: dbt.contracts.graph.model_config.Severity = 'ERROR', store_failures: Optional[bool] = None, where: Optional[str] = None, limit: Optional[int] = None, fail_calc: str = 'count(*)', warn_if: str = '!= 0', error_if: str = '!= 0')"
1365
+ },
1366
+ "HookNode": {
1367
+ "type": "object",
1368
+ "required": [
1369
+ "schema",
1370
+ "name",
1371
+ "resource_type",
1372
+ "package_name",
1373
+ "path",
1374
+ "original_file_path",
1375
+ "unique_id",
1376
+ "fqn",
1377
+ "alias",
1378
+ "checksum"
1379
+ ],
1380
+ "properties": {
1381
+ "database": {
1382
+ "oneOf": [
1383
+ {
1384
+ "type": "string"
1385
+ },
1386
+ {
1387
+ "type": "null"
1388
+ }
1389
+ ]
1390
+ },
1391
+ "schema": {
1392
+ "type": "string"
1393
+ },
1394
+ "name": {
1395
+ "type": "string"
1396
+ },
1397
+ "resource_type": {
1398
+ "type": "string",
1399
+ "enum": ["operation"]
1400
+ },
1401
+ "package_name": {
1402
+ "type": "string"
1403
+ },
1404
+ "path": {
1405
+ "type": "string"
1406
+ },
1407
+ "original_file_path": {
1408
+ "type": "string"
1409
+ },
1410
+ "unique_id": {
1411
+ "type": "string"
1412
+ },
1413
+ "fqn": {
1414
+ "type": "array",
1415
+ "items": {
1416
+ "type": "string"
1417
+ }
1418
+ },
1419
+ "alias": {
1420
+ "type": "string"
1421
+ },
1422
+ "checksum": {
1423
+ "$ref": "#/definitions/FileHash"
1424
+ },
1425
+ "config": {
1426
+ "$ref": "#/definitions/NodeConfig",
1427
+ "default": {
1428
+ "enabled": true,
1429
+ "alias": null,
1430
+ "schema": null,
1431
+ "database": null,
1432
+ "tags": [],
1433
+ "meta": {},
1434
+ "group": null,
1435
+ "materialized": "view",
1436
+ "incremental_strategy": null,
1437
+ "persist_docs": {},
1438
+ "quoting": {},
1439
+ "column_types": {},
1440
+ "full_refresh": null,
1441
+ "unique_key": null,
1442
+ "on_schema_change": "ignore",
1443
+ "grants": {},
1444
+ "packages": [],
1445
+ "docs": {
1446
+ "show": true,
1447
+ "node_color": null
1448
+ },
1449
+ "contract": {
1450
+ "enforced": false
1451
+ },
1452
+ "post-hook": [],
1453
+ "pre-hook": []
1454
+ }
1455
+ },
1456
+ "tags": {
1457
+ "type": "array",
1458
+ "items": {
1459
+ "type": "string"
1460
+ },
1461
+ "default": []
1462
+ },
1463
+ "description": {
1464
+ "type": "string",
1465
+ "default": ""
1466
+ },
1467
+ "columns": {
1468
+ "type": "object",
1469
+ "additionalProperties": {
1470
+ "$ref": "#/definitions/ColumnInfo"
1471
+ },
1472
+ "default": {}
1473
+ },
1474
+ "meta": {
1475
+ "type": "object",
1476
+ "default": {}
1477
+ },
1478
+ "group": {
1479
+ "oneOf": [
1480
+ {
1481
+ "type": "string"
1482
+ },
1483
+ {
1484
+ "type": "null"
1485
+ }
1486
+ ]
1487
+ },
1488
+ "docs": {
1489
+ "$ref": "#/definitions/Docs",
1490
+ "default": {
1491
+ "show": true,
1492
+ "node_color": null
1493
+ }
1494
+ },
1495
+ "patch_path": {
1496
+ "oneOf": [
1497
+ {
1498
+ "type": "string"
1499
+ },
1500
+ {
1501
+ "type": "null"
1502
+ }
1503
+ ]
1504
+ },
1505
+ "build_path": {
1506
+ "oneOf": [
1507
+ {
1508
+ "type": "string"
1509
+ },
1510
+ {
1511
+ "type": "null"
1512
+ }
1513
+ ]
1514
+ },
1515
+ "deferred": {
1516
+ "type": "boolean",
1517
+ "default": false
1518
+ },
1519
+ "unrendered_config": {
1520
+ "type": "object",
1521
+ "default": {}
1522
+ },
1523
+ "created_at": {
1524
+ "type": "number",
1525
+ "default": 1682075346.4999008
1526
+ },
1527
+ "config_call_dict": {
1528
+ "type": "object",
1529
+ "default": {}
1530
+ },
1531
+ "relation_name": {
1532
+ "oneOf": [
1533
+ {
1534
+ "type": "string"
1535
+ },
1536
+ {
1537
+ "type": "null"
1538
+ }
1539
+ ]
1540
+ },
1541
+ "raw_code": {
1542
+ "type": "string",
1543
+ "default": ""
1544
+ },
1545
+ "language": {
1546
+ "type": "string",
1547
+ "default": "sql"
1548
+ },
1549
+ "refs": {
1550
+ "type": "array",
1551
+ "items": {
1552
+ "$ref": "#/definitions/RefArgs"
1553
+ },
1554
+ "default": []
1555
+ },
1556
+ "sources": {
1557
+ "type": "array",
1558
+ "items": {
1559
+ "type": "array",
1560
+ "items": {
1561
+ "type": "string"
1562
+ }
1563
+ },
1564
+ "default": []
1565
+ },
1566
+ "metrics": {
1567
+ "type": "array",
1568
+ "items": {
1569
+ "type": "array",
1570
+ "items": {
1571
+ "type": "string"
1572
+ }
1573
+ },
1574
+ "default": []
1575
+ },
1576
+ "depends_on": {
1577
+ "$ref": "#/definitions/DependsOn",
1578
+ "default": {
1579
+ "macros": [],
1580
+ "nodes": []
1581
+ }
1582
+ },
1583
+ "compiled_path": {
1584
+ "oneOf": [
1585
+ {
1586
+ "type": "string"
1587
+ },
1588
+ {
1589
+ "type": "null"
1590
+ }
1591
+ ]
1592
+ },
1593
+ "compiled": {
1594
+ "type": "boolean",
1595
+ "default": false
1596
+ },
1597
+ "compiled_code": {
1598
+ "oneOf": [
1599
+ {
1600
+ "type": "string"
1601
+ },
1602
+ {
1603
+ "type": "null"
1604
+ }
1605
+ ]
1606
+ },
1607
+ "extra_ctes_injected": {
1608
+ "type": "boolean",
1609
+ "default": false
1610
+ },
1611
+ "extra_ctes": {
1612
+ "type": "array",
1613
+ "items": {
1614
+ "$ref": "#/definitions/InjectedCTE"
1615
+ },
1616
+ "default": []
1617
+ },
1618
+ "contract": {
1619
+ "$ref": "#/definitions/Contract",
1620
+ "default": {
1621
+ "enforced": false,
1622
+ "checksum": null
1623
+ }
1624
+ },
1625
+ "index": {
1626
+ "oneOf": [
1627
+ {
1628
+ "type": "integer"
1629
+ },
1630
+ {
1631
+ "type": "null"
1632
+ }
1633
+ ]
1634
+ }
1635
+ },
1636
+ "additionalProperties": false,
1637
+ "description": "HookNode(database: Optional[str], schema: str, name: str, resource_type: dbt.node_types.NodeType, package_name: str, path: str, original_file_path: str, unique_id: str, fqn: List[str], alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.model_config.NodeConfig = <factory>, _event_status: Dict[str, Any] = <factory>, tags: List[str] = <factory>, description: str = '', columns: Dict[str, dbt.contracts.graph.nodes.ColumnInfo] = <factory>, meta: Dict[str, Any] = <factory>, group: Optional[str] = None, docs: dbt.contracts.graph.unparsed.Docs = <factory>, patch_path: Optional[str] = None, build_path: Optional[str] = None, deferred: bool = False, unrendered_config: Dict[str, Any] = <factory>, created_at: float = <factory>, config_call_dict: Dict[str, Any] = <factory>, relation_name: Optional[str] = None, raw_code: str = '', language: str = 'sql', refs: List[dbt.contracts.graph.nodes.RefArgs] = <factory>, sources: List[List[str]] = <factory>, metrics: List[List[str]] = <factory>, depends_on: dbt.contracts.graph.nodes.DependsOn = <factory>, compiled_path: Optional[str] = None, compiled: bool = False, compiled_code: Optional[str] = None, extra_ctes_injected: bool = False, extra_ctes: List[dbt.contracts.graph.nodes.InjectedCTE] = <factory>, _pre_injected_sql: Optional[str] = None, contract: dbt.contracts.graph.nodes.Contract = <factory>, index: Optional[int] = None)"
1638
+ },
1639
+ "ModelNode": {
1640
+ "type": "object",
1641
+ "required": [
1642
+ "schema",
1643
+ "name",
1644
+ "resource_type",
1645
+ "package_name",
1646
+ "path",
1647
+ "original_file_path",
1648
+ "unique_id",
1649
+ "fqn",
1650
+ "alias",
1651
+ "checksum"
1652
+ ],
1653
+ "properties": {
1654
+ "database": {
1655
+ "oneOf": [
1656
+ {
1657
+ "type": "string"
1658
+ },
1659
+ {
1660
+ "type": "null"
1661
+ }
1662
+ ]
1663
+ },
1664
+ "schema": {
1665
+ "type": "string"
1666
+ },
1667
+ "name": {
1668
+ "type": "string"
1669
+ },
1670
+ "resource_type": {
1671
+ "type": "string",
1672
+ "enum": ["model"]
1673
+ },
1674
+ "package_name": {
1675
+ "type": "string"
1676
+ },
1677
+ "path": {
1678
+ "type": "string"
1679
+ },
1680
+ "original_file_path": {
1681
+ "type": "string"
1682
+ },
1683
+ "unique_id": {
1684
+ "type": "string"
1685
+ },
1686
+ "fqn": {
1687
+ "type": "array",
1688
+ "items": {
1689
+ "type": "string"
1690
+ }
1691
+ },
1692
+ "alias": {
1693
+ "type": "string"
1694
+ },
1695
+ "checksum": {
1696
+ "$ref": "#/definitions/FileHash"
1697
+ },
1698
+ "config": {
1699
+ "$ref": "#/definitions/NodeConfig",
1700
+ "default": {
1701
+ "enabled": true,
1702
+ "alias": null,
1703
+ "schema": null,
1704
+ "database": null,
1705
+ "tags": [],
1706
+ "meta": {},
1707
+ "group": null,
1708
+ "materialized": "view",
1709
+ "incremental_strategy": null,
1710
+ "persist_docs": {},
1711
+ "quoting": {},
1712
+ "column_types": {},
1713
+ "full_refresh": null,
1714
+ "unique_key": null,
1715
+ "on_schema_change": "ignore",
1716
+ "grants": {},
1717
+ "packages": [],
1718
+ "docs": {
1719
+ "show": true,
1720
+ "node_color": null
1721
+ },
1722
+ "contract": {
1723
+ "enforced": false
1724
+ },
1725
+ "post-hook": [],
1726
+ "pre-hook": []
1727
+ }
1728
+ },
1729
+ "tags": {
1730
+ "type": "array",
1731
+ "items": {
1732
+ "type": "string"
1733
+ },
1734
+ "default": []
1735
+ },
1736
+ "description": {
1737
+ "type": "string",
1738
+ "default": ""
1739
+ },
1740
+ "columns": {
1741
+ "type": "object",
1742
+ "additionalProperties": {
1743
+ "$ref": "#/definitions/ColumnInfo"
1744
+ },
1745
+ "default": {}
1746
+ },
1747
+ "meta": {
1748
+ "type": "object",
1749
+ "default": {}
1750
+ },
1751
+ "group": {
1752
+ "oneOf": [
1753
+ {
1754
+ "type": "string"
1755
+ },
1756
+ {
1757
+ "type": "null"
1758
+ }
1759
+ ]
1760
+ },
1761
+ "docs": {
1762
+ "$ref": "#/definitions/Docs",
1763
+ "default": {
1764
+ "show": true,
1765
+ "node_color": null
1766
+ }
1767
+ },
1768
+ "patch_path": {
1769
+ "oneOf": [
1770
+ {
1771
+ "type": "string"
1772
+ },
1773
+ {
1774
+ "type": "null"
1775
+ }
1776
+ ]
1777
+ },
1778
+ "build_path": {
1779
+ "oneOf": [
1780
+ {
1781
+ "type": "string"
1782
+ },
1783
+ {
1784
+ "type": "null"
1785
+ }
1786
+ ]
1787
+ },
1788
+ "deferred": {
1789
+ "type": "boolean",
1790
+ "default": false
1791
+ },
1792
+ "unrendered_config": {
1793
+ "type": "object",
1794
+ "default": {}
1795
+ },
1796
+ "created_at": {
1797
+ "type": "number",
1798
+ "default": 1682075346.500488
1799
+ },
1800
+ "config_call_dict": {
1801
+ "type": "object",
1802
+ "default": {}
1803
+ },
1804
+ "relation_name": {
1805
+ "oneOf": [
1806
+ {
1807
+ "type": "string"
1808
+ },
1809
+ {
1810
+ "type": "null"
1811
+ }
1812
+ ]
1813
+ },
1814
+ "raw_code": {
1815
+ "type": "string",
1816
+ "default": ""
1817
+ },
1818
+ "language": {
1819
+ "type": "string",
1820
+ "default": "sql"
1821
+ },
1822
+ "refs": {
1823
+ "type": "array",
1824
+ "items": {
1825
+ "$ref": "#/definitions/RefArgs"
1826
+ },
1827
+ "default": []
1828
+ },
1829
+ "sources": {
1830
+ "type": "array",
1831
+ "items": {
1832
+ "type": "array",
1833
+ "items": {
1834
+ "type": "string"
1835
+ }
1836
+ },
1837
+ "default": []
1838
+ },
1839
+ "metrics": {
1840
+ "type": "array",
1841
+ "items": {
1842
+ "type": "array",
1843
+ "items": {
1844
+ "type": "string"
1845
+ }
1846
+ },
1847
+ "default": []
1848
+ },
1849
+ "depends_on": {
1850
+ "$ref": "#/definitions/DependsOn",
1851
+ "default": {
1852
+ "macros": [],
1853
+ "nodes": []
1854
+ }
1855
+ },
1856
+ "compiled_path": {
1857
+ "oneOf": [
1858
+ {
1859
+ "type": "string"
1860
+ },
1861
+ {
1862
+ "type": "null"
1863
+ }
1864
+ ]
1865
+ },
1866
+ "compiled": {
1867
+ "type": "boolean",
1868
+ "default": false
1869
+ },
1870
+ "compiled_code": {
1871
+ "oneOf": [
1872
+ {
1873
+ "type": "string"
1874
+ },
1875
+ {
1876
+ "type": "null"
1877
+ }
1878
+ ]
1879
+ },
1880
+ "extra_ctes_injected": {
1881
+ "type": "boolean",
1882
+ "default": false
1883
+ },
1884
+ "extra_ctes": {
1885
+ "type": "array",
1886
+ "items": {
1887
+ "$ref": "#/definitions/InjectedCTE"
1888
+ },
1889
+ "default": []
1890
+ },
1891
+ "contract": {
1892
+ "$ref": "#/definitions/Contract",
1893
+ "default": {
1894
+ "enforced": false,
1895
+ "checksum": null
1896
+ }
1897
+ },
1898
+ "access": {
1899
+ "type": "string",
1900
+ "enum": ["protected", "private", "public"],
1901
+ "default": "protected"
1902
+ },
1903
+ "constraints": {
1904
+ "type": "array",
1905
+ "items": {
1906
+ "$ref": "#/definitions/ModelLevelConstraint"
1907
+ },
1908
+ "default": []
1909
+ },
1910
+ "version": {
1911
+ "oneOf": [
1912
+ {
1913
+ "type": "string"
1914
+ },
1915
+ {
1916
+ "type": "number"
1917
+ },
1918
+ {
1919
+ "type": "null"
1920
+ }
1921
+ ]
1922
+ },
1923
+ "latest_version": {
1924
+ "oneOf": [
1925
+ {
1926
+ "type": "string"
1927
+ },
1928
+ {
1929
+ "type": "number"
1930
+ },
1931
+ {
1932
+ "type": "null"
1933
+ }
1934
+ ]
1935
+ }
1936
+ },
1937
+ "additionalProperties": false,
1938
+ "description": "ModelNode(database: Optional[str], schema: str, name: str, resource_type: dbt.node_types.NodeType, package_name: str, path: str, original_file_path: str, unique_id: str, fqn: List[str], alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.model_config.NodeConfig = <factory>, _event_status: Dict[str, Any] = <factory>, tags: List[str] = <factory>, description: str = '', columns: Dict[str, dbt.contracts.graph.nodes.ColumnInfo] = <factory>, meta: Dict[str, Any] = <factory>, group: Optional[str] = None, docs: dbt.contracts.graph.unparsed.Docs = <factory>, patch_path: Optional[str] = None, build_path: Optional[str] = None, deferred: bool = False, unrendered_config: Dict[str, Any] = <factory>, created_at: float = <factory>, config_call_dict: Dict[str, Any] = <factory>, relation_name: Optional[str] = None, raw_code: str = '', language: str = 'sql', refs: List[dbt.contracts.graph.nodes.RefArgs] = <factory>, sources: List[List[str]] = <factory>, metrics: List[List[str]] = <factory>, depends_on: dbt.contracts.graph.nodes.DependsOn = <factory>, compiled_path: Optional[str] = None, compiled: bool = False, compiled_code: Optional[str] = None, extra_ctes_injected: bool = False, extra_ctes: List[dbt.contracts.graph.nodes.InjectedCTE] = <factory>, _pre_injected_sql: Optional[str] = None, contract: dbt.contracts.graph.nodes.Contract = <factory>, access: dbt.node_types.AccessType = <AccessType.Protected: 'protected'>, constraints: List[dbt.contracts.graph.nodes.ModelLevelConstraint] = <factory>, version: Union[str, float, NoneType] = None, latest_version: Union[str, float, NoneType] = None)"
1939
+ },
1940
+ "ModelLevelConstraint": {
1941
+ "type": "object",
1942
+ "required": ["type"],
1943
+ "properties": {
1944
+ "type": {
1945
+ "type": "string",
1946
+ "enum": [
1947
+ "check",
1948
+ "not_null",
1949
+ "unique",
1950
+ "primary_key",
1951
+ "foreign_key",
1952
+ "custom"
1953
+ ]
1954
+ },
1955
+ "name": {
1956
+ "oneOf": [
1957
+ {
1958
+ "type": "string"
1959
+ },
1960
+ {
1961
+ "type": "null"
1962
+ }
1963
+ ]
1964
+ },
1965
+ "expression": {
1966
+ "oneOf": [
1967
+ {
1968
+ "type": "string"
1969
+ },
1970
+ {
1971
+ "type": "null"
1972
+ }
1973
+ ]
1974
+ },
1975
+ "warn_unenforced": {
1976
+ "type": "boolean",
1977
+ "default": true
1978
+ },
1979
+ "warn_unsupported": {
1980
+ "type": "boolean",
1981
+ "default": true
1982
+ },
1983
+ "columns": {
1984
+ "type": "array",
1985
+ "items": {
1986
+ "type": "string"
1987
+ },
1988
+ "default": []
1989
+ }
1990
+ },
1991
+ "additionalProperties": false,
1992
+ "description": "ModelLevelConstraint(type: dbt.contracts.graph.nodes.ConstraintType, name: Optional[str] = None, expression: Optional[str] = None, warn_unenforced: bool = True, warn_unsupported: bool = True, columns: List[str] = <factory>)"
1993
+ },
1994
+ "RPCNode": {
1995
+ "type": "object",
1996
+ "required": [
1997
+ "schema",
1998
+ "name",
1999
+ "resource_type",
2000
+ "package_name",
2001
+ "path",
2002
+ "original_file_path",
2003
+ "unique_id",
2004
+ "fqn",
2005
+ "alias",
2006
+ "checksum"
2007
+ ],
2008
+ "properties": {
2009
+ "database": {
2010
+ "oneOf": [
2011
+ {
2012
+ "type": "string"
2013
+ },
2014
+ {
2015
+ "type": "null"
2016
+ }
2017
+ ]
2018
+ },
2019
+ "schema": {
2020
+ "type": "string"
2021
+ },
2022
+ "name": {
2023
+ "type": "string"
2024
+ },
2025
+ "resource_type": {
2026
+ "type": "string",
2027
+ "enum": ["rpc"]
2028
+ },
2029
+ "package_name": {
2030
+ "type": "string"
2031
+ },
2032
+ "path": {
2033
+ "type": "string"
2034
+ },
2035
+ "original_file_path": {
2036
+ "type": "string"
2037
+ },
2038
+ "unique_id": {
2039
+ "type": "string"
2040
+ },
2041
+ "fqn": {
2042
+ "type": "array",
2043
+ "items": {
2044
+ "type": "string"
2045
+ }
2046
+ },
2047
+ "alias": {
2048
+ "type": "string"
2049
+ },
2050
+ "checksum": {
2051
+ "$ref": "#/definitions/FileHash"
2052
+ },
2053
+ "config": {
2054
+ "$ref": "#/definitions/NodeConfig",
2055
+ "default": {
2056
+ "enabled": true,
2057
+ "alias": null,
2058
+ "schema": null,
2059
+ "database": null,
2060
+ "tags": [],
2061
+ "meta": {},
2062
+ "group": null,
2063
+ "materialized": "view",
2064
+ "incremental_strategy": null,
2065
+ "persist_docs": {},
2066
+ "quoting": {},
2067
+ "column_types": {},
2068
+ "full_refresh": null,
2069
+ "unique_key": null,
2070
+ "on_schema_change": "ignore",
2071
+ "grants": {},
2072
+ "packages": [],
2073
+ "docs": {
2074
+ "show": true,
2075
+ "node_color": null
2076
+ },
2077
+ "contract": {
2078
+ "enforced": false
2079
+ },
2080
+ "post-hook": [],
2081
+ "pre-hook": []
2082
+ }
2083
+ },
2084
+ "tags": {
2085
+ "type": "array",
2086
+ "items": {
2087
+ "type": "string"
2088
+ },
2089
+ "default": []
2090
+ },
2091
+ "description": {
2092
+ "type": "string",
2093
+ "default": ""
2094
+ },
2095
+ "columns": {
2096
+ "type": "object",
2097
+ "additionalProperties": {
2098
+ "$ref": "#/definitions/ColumnInfo"
2099
+ },
2100
+ "default": {}
2101
+ },
2102
+ "meta": {
2103
+ "type": "object",
2104
+ "default": {}
2105
+ },
2106
+ "group": {
2107
+ "oneOf": [
2108
+ {
2109
+ "type": "string"
2110
+ },
2111
+ {
2112
+ "type": "null"
2113
+ }
2114
+ ]
2115
+ },
2116
+ "docs": {
2117
+ "$ref": "#/definitions/Docs",
2118
+ "default": {
2119
+ "show": true,
2120
+ "node_color": null
2121
+ }
2122
+ },
2123
+ "patch_path": {
2124
+ "oneOf": [
2125
+ {
2126
+ "type": "string"
2127
+ },
2128
+ {
2129
+ "type": "null"
2130
+ }
2131
+ ]
2132
+ },
2133
+ "build_path": {
2134
+ "oneOf": [
2135
+ {
2136
+ "type": "string"
2137
+ },
2138
+ {
2139
+ "type": "null"
2140
+ }
2141
+ ]
2142
+ },
2143
+ "deferred": {
2144
+ "type": "boolean",
2145
+ "default": false
2146
+ },
2147
+ "unrendered_config": {
2148
+ "type": "object",
2149
+ "default": {}
2150
+ },
2151
+ "created_at": {
2152
+ "type": "number",
2153
+ "default": 1682075346.50125
2154
+ },
2155
+ "config_call_dict": {
2156
+ "type": "object",
2157
+ "default": {}
2158
+ },
2159
+ "relation_name": {
2160
+ "oneOf": [
2161
+ {
2162
+ "type": "string"
2163
+ },
2164
+ {
2165
+ "type": "null"
2166
+ }
2167
+ ]
2168
+ },
2169
+ "raw_code": {
2170
+ "type": "string",
2171
+ "default": ""
2172
+ },
2173
+ "language": {
2174
+ "type": "string",
2175
+ "default": "sql"
2176
+ },
2177
+ "refs": {
2178
+ "type": "array",
2179
+ "items": {
2180
+ "$ref": "#/definitions/RefArgs"
2181
+ },
2182
+ "default": []
2183
+ },
2184
+ "sources": {
2185
+ "type": "array",
2186
+ "items": {
2187
+ "type": "array",
2188
+ "items": {
2189
+ "type": "string"
2190
+ }
2191
+ },
2192
+ "default": []
2193
+ },
2194
+ "metrics": {
2195
+ "type": "array",
2196
+ "items": {
2197
+ "type": "array",
2198
+ "items": {
2199
+ "type": "string"
2200
+ }
2201
+ },
2202
+ "default": []
2203
+ },
2204
+ "depends_on": {
2205
+ "$ref": "#/definitions/DependsOn",
2206
+ "default": {
2207
+ "macros": [],
2208
+ "nodes": []
2209
+ }
2210
+ },
2211
+ "compiled_path": {
2212
+ "oneOf": [
2213
+ {
2214
+ "type": "string"
2215
+ },
2216
+ {
2217
+ "type": "null"
2218
+ }
2219
+ ]
2220
+ },
2221
+ "compiled": {
2222
+ "type": "boolean",
2223
+ "default": false
2224
+ },
2225
+ "compiled_code": {
2226
+ "oneOf": [
2227
+ {
2228
+ "type": "string"
2229
+ },
2230
+ {
2231
+ "type": "null"
2232
+ }
2233
+ ]
2234
+ },
2235
+ "extra_ctes_injected": {
2236
+ "type": "boolean",
2237
+ "default": false
2238
+ },
2239
+ "extra_ctes": {
2240
+ "type": "array",
2241
+ "items": {
2242
+ "$ref": "#/definitions/InjectedCTE"
2243
+ },
2244
+ "default": []
2245
+ },
2246
+ "contract": {
2247
+ "$ref": "#/definitions/Contract",
2248
+ "default": {
2249
+ "enforced": false,
2250
+ "checksum": null
2251
+ }
2252
+ }
2253
+ },
2254
+ "additionalProperties": false,
2255
+ "description": "RPCNode(database: Optional[str], schema: str, name: str, resource_type: dbt.node_types.NodeType, package_name: str, path: str, original_file_path: str, unique_id: str, fqn: List[str], alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.model_config.NodeConfig = <factory>, _event_status: Dict[str, Any] = <factory>, tags: List[str] = <factory>, description: str = '', columns: Dict[str, dbt.contracts.graph.nodes.ColumnInfo] = <factory>, meta: Dict[str, Any] = <factory>, group: Optional[str] = None, docs: dbt.contracts.graph.unparsed.Docs = <factory>, patch_path: Optional[str] = None, build_path: Optional[str] = None, deferred: bool = False, unrendered_config: Dict[str, Any] = <factory>, created_at: float = <factory>, config_call_dict: Dict[str, Any] = <factory>, relation_name: Optional[str] = None, raw_code: str = '', language: str = 'sql', refs: List[dbt.contracts.graph.nodes.RefArgs] = <factory>, sources: List[List[str]] = <factory>, metrics: List[List[str]] = <factory>, depends_on: dbt.contracts.graph.nodes.DependsOn = <factory>, compiled_path: Optional[str] = None, compiled: bool = False, compiled_code: Optional[str] = None, extra_ctes_injected: bool = False, extra_ctes: List[dbt.contracts.graph.nodes.InjectedCTE] = <factory>, _pre_injected_sql: Optional[str] = None, contract: dbt.contracts.graph.nodes.Contract = <factory>)"
2256
+ },
2257
+ "SqlNode": {
2258
+ "type": "object",
2259
+ "required": [
2260
+ "schema",
2261
+ "name",
2262
+ "resource_type",
2263
+ "package_name",
2264
+ "path",
2265
+ "original_file_path",
2266
+ "unique_id",
2267
+ "fqn",
2268
+ "alias",
2269
+ "checksum"
2270
+ ],
2271
+ "properties": {
2272
+ "database": {
2273
+ "oneOf": [
2274
+ {
2275
+ "type": "string"
2276
+ },
2277
+ {
2278
+ "type": "null"
2279
+ }
2280
+ ]
2281
+ },
2282
+ "schema": {
2283
+ "type": "string"
2284
+ },
2285
+ "name": {
2286
+ "type": "string"
2287
+ },
2288
+ "resource_type": {
2289
+ "type": "string",
2290
+ "enum": ["sql operation"]
2291
+ },
2292
+ "package_name": {
2293
+ "type": "string"
2294
+ },
2295
+ "path": {
2296
+ "type": "string"
2297
+ },
2298
+ "original_file_path": {
2299
+ "type": "string"
2300
+ },
2301
+ "unique_id": {
2302
+ "type": "string"
2303
+ },
2304
+ "fqn": {
2305
+ "type": "array",
2306
+ "items": {
2307
+ "type": "string"
2308
+ }
2309
+ },
2310
+ "alias": {
2311
+ "type": "string"
2312
+ },
2313
+ "checksum": {
2314
+ "$ref": "#/definitions/FileHash"
2315
+ },
2316
+ "config": {
2317
+ "$ref": "#/definitions/NodeConfig",
2318
+ "default": {
2319
+ "enabled": true,
2320
+ "alias": null,
2321
+ "schema": null,
2322
+ "database": null,
2323
+ "tags": [],
2324
+ "meta": {},
2325
+ "group": null,
2326
+ "materialized": "view",
2327
+ "incremental_strategy": null,
2328
+ "persist_docs": {},
2329
+ "quoting": {},
2330
+ "column_types": {},
2331
+ "full_refresh": null,
2332
+ "unique_key": null,
2333
+ "on_schema_change": "ignore",
2334
+ "grants": {},
2335
+ "packages": [],
2336
+ "docs": {
2337
+ "show": true,
2338
+ "node_color": null
2339
+ },
2340
+ "contract": {
2341
+ "enforced": false
2342
+ },
2343
+ "post-hook": [],
2344
+ "pre-hook": []
2345
+ }
2346
+ },
2347
+ "tags": {
2348
+ "type": "array",
2349
+ "items": {
2350
+ "type": "string"
2351
+ },
2352
+ "default": []
2353
+ },
2354
+ "description": {
2355
+ "type": "string",
2356
+ "default": ""
2357
+ },
2358
+ "columns": {
2359
+ "type": "object",
2360
+ "additionalProperties": {
2361
+ "$ref": "#/definitions/ColumnInfo"
2362
+ },
2363
+ "default": {}
2364
+ },
2365
+ "meta": {
2366
+ "type": "object",
2367
+ "default": {}
2368
+ },
2369
+ "group": {
2370
+ "oneOf": [
2371
+ {
2372
+ "type": "string"
2373
+ },
2374
+ {
2375
+ "type": "null"
2376
+ }
2377
+ ]
2378
+ },
2379
+ "docs": {
2380
+ "$ref": "#/definitions/Docs",
2381
+ "default": {
2382
+ "show": true,
2383
+ "node_color": null
2384
+ }
2385
+ },
2386
+ "patch_path": {
2387
+ "oneOf": [
2388
+ {
2389
+ "type": "string"
2390
+ },
2391
+ {
2392
+ "type": "null"
2393
+ }
2394
+ ]
2395
+ },
2396
+ "build_path": {
2397
+ "oneOf": [
2398
+ {
2399
+ "type": "string"
2400
+ },
2401
+ {
2402
+ "type": "null"
2403
+ }
2404
+ ]
2405
+ },
2406
+ "deferred": {
2407
+ "type": "boolean",
2408
+ "default": false
2409
+ },
2410
+ "unrendered_config": {
2411
+ "type": "object",
2412
+ "default": {}
2413
+ },
2414
+ "created_at": {
2415
+ "type": "number",
2416
+ "default": 1682075346.501826
2417
+ },
2418
+ "config_call_dict": {
2419
+ "type": "object",
2420
+ "default": {}
2421
+ },
2422
+ "relation_name": {
2423
+ "oneOf": [
2424
+ {
2425
+ "type": "string"
2426
+ },
2427
+ {
2428
+ "type": "null"
2429
+ }
2430
+ ]
2431
+ },
2432
+ "raw_code": {
2433
+ "type": "string",
2434
+ "default": ""
2435
+ },
2436
+ "language": {
2437
+ "type": "string",
2438
+ "default": "sql"
2439
+ },
2440
+ "refs": {
2441
+ "type": "array",
2442
+ "items": {
2443
+ "$ref": "#/definitions/RefArgs"
2444
+ },
2445
+ "default": []
2446
+ },
2447
+ "sources": {
2448
+ "type": "array",
2449
+ "items": {
2450
+ "type": "array",
2451
+ "items": {
2452
+ "type": "string"
2453
+ }
2454
+ },
2455
+ "default": []
2456
+ },
2457
+ "metrics": {
2458
+ "type": "array",
2459
+ "items": {
2460
+ "type": "array",
2461
+ "items": {
2462
+ "type": "string"
2463
+ }
2464
+ },
2465
+ "default": []
2466
+ },
2467
+ "depends_on": {
2468
+ "$ref": "#/definitions/DependsOn",
2469
+ "default": {
2470
+ "macros": [],
2471
+ "nodes": []
2472
+ }
2473
+ },
2474
+ "compiled_path": {
2475
+ "oneOf": [
2476
+ {
2477
+ "type": "string"
2478
+ },
2479
+ {
2480
+ "type": "null"
2481
+ }
2482
+ ]
2483
+ },
2484
+ "compiled": {
2485
+ "type": "boolean",
2486
+ "default": false
2487
+ },
2488
+ "compiled_code": {
2489
+ "oneOf": [
2490
+ {
2491
+ "type": "string"
2492
+ },
2493
+ {
2494
+ "type": "null"
2495
+ }
2496
+ ]
2497
+ },
2498
+ "extra_ctes_injected": {
2499
+ "type": "boolean",
2500
+ "default": false
2501
+ },
2502
+ "extra_ctes": {
2503
+ "type": "array",
2504
+ "items": {
2505
+ "$ref": "#/definitions/InjectedCTE"
2506
+ },
2507
+ "default": []
2508
+ },
2509
+ "contract": {
2510
+ "$ref": "#/definitions/Contract",
2511
+ "default": {
2512
+ "enforced": false,
2513
+ "checksum": null
2514
+ }
2515
+ }
2516
+ },
2517
+ "additionalProperties": false,
2518
+ "description": "SqlNode(database: Optional[str], schema: str, name: str, resource_type: dbt.node_types.NodeType, package_name: str, path: str, original_file_path: str, unique_id: str, fqn: List[str], alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.model_config.NodeConfig = <factory>, _event_status: Dict[str, Any] = <factory>, tags: List[str] = <factory>, description: str = '', columns: Dict[str, dbt.contracts.graph.nodes.ColumnInfo] = <factory>, meta: Dict[str, Any] = <factory>, group: Optional[str] = None, docs: dbt.contracts.graph.unparsed.Docs = <factory>, patch_path: Optional[str] = None, build_path: Optional[str] = None, deferred: bool = False, unrendered_config: Dict[str, Any] = <factory>, created_at: float = <factory>, config_call_dict: Dict[str, Any] = <factory>, relation_name: Optional[str] = None, raw_code: str = '', language: str = 'sql', refs: List[dbt.contracts.graph.nodes.RefArgs] = <factory>, sources: List[List[str]] = <factory>, metrics: List[List[str]] = <factory>, depends_on: dbt.contracts.graph.nodes.DependsOn = <factory>, compiled_path: Optional[str] = None, compiled: bool = False, compiled_code: Optional[str] = None, extra_ctes_injected: bool = False, extra_ctes: List[dbt.contracts.graph.nodes.InjectedCTE] = <factory>, _pre_injected_sql: Optional[str] = None, contract: dbt.contracts.graph.nodes.Contract = <factory>)"
2519
+ },
2520
+ "GenericTestNode": {
2521
+ "type": "object",
2522
+ "required": [
2523
+ "test_metadata",
2524
+ "schema",
2525
+ "name",
2526
+ "resource_type",
2527
+ "package_name",
2528
+ "path",
2529
+ "original_file_path",
2530
+ "unique_id",
2531
+ "fqn",
2532
+ "alias",
2533
+ "checksum"
2534
+ ],
2535
+ "properties": {
2536
+ "test_metadata": {
2537
+ "$ref": "#/definitions/TestMetadata"
2538
+ },
2539
+ "database": {
2540
+ "oneOf": [
2541
+ {
2542
+ "type": "string"
2543
+ },
2544
+ {
2545
+ "type": "null"
2546
+ }
2547
+ ]
2548
+ },
2549
+ "schema": {
2550
+ "type": "string"
2551
+ },
2552
+ "name": {
2553
+ "type": "string"
2554
+ },
2555
+ "resource_type": {
2556
+ "type": "string",
2557
+ "enum": ["test"]
2558
+ },
2559
+ "package_name": {
2560
+ "type": "string"
2561
+ },
2562
+ "path": {
2563
+ "type": "string"
2564
+ },
2565
+ "original_file_path": {
2566
+ "type": "string"
2567
+ },
2568
+ "unique_id": {
2569
+ "type": "string"
2570
+ },
2571
+ "fqn": {
2572
+ "type": "array",
2573
+ "items": {
2574
+ "type": "string"
2575
+ }
2576
+ },
2577
+ "alias": {
2578
+ "type": "string"
2579
+ },
2580
+ "checksum": {
2581
+ "$ref": "#/definitions/FileHash"
2582
+ },
2583
+ "config": {
2584
+ "$ref": "#/definitions/TestConfig",
2585
+ "default": {
2586
+ "enabled": true,
2587
+ "alias": null,
2588
+ "schema": "dbt_test__audit",
2589
+ "database": null,
2590
+ "tags": [],
2591
+ "meta": {},
2592
+ "group": null,
2593
+ "materialized": "test",
2594
+ "severity": "ERROR",
2595
+ "store_failures": null,
2596
+ "where": null,
2597
+ "limit": null,
2598
+ "fail_calc": "count(*)",
2599
+ "warn_if": "!= 0",
2600
+ "error_if": "!= 0"
2601
+ }
2602
+ },
2603
+ "tags": {
2604
+ "type": "array",
2605
+ "items": {
2606
+ "type": "string"
2607
+ },
2608
+ "default": []
2609
+ },
2610
+ "description": {
2611
+ "type": "string",
2612
+ "default": ""
2613
+ },
2614
+ "columns": {
2615
+ "type": "object",
2616
+ "additionalProperties": {
2617
+ "$ref": "#/definitions/ColumnInfo"
2618
+ },
2619
+ "default": {}
2620
+ },
2621
+ "meta": {
2622
+ "type": "object",
2623
+ "default": {}
2624
+ },
2625
+ "group": {
2626
+ "oneOf": [
2627
+ {
2628
+ "type": "string"
2629
+ },
2630
+ {
2631
+ "type": "null"
2632
+ }
2633
+ ]
2634
+ },
2635
+ "docs": {
2636
+ "$ref": "#/definitions/Docs",
2637
+ "default": {
2638
+ "show": true,
2639
+ "node_color": null
2640
+ }
2641
+ },
2642
+ "patch_path": {
2643
+ "oneOf": [
2644
+ {
2645
+ "type": "string"
2646
+ },
2647
+ {
2648
+ "type": "null"
2649
+ }
2650
+ ]
2651
+ },
2652
+ "build_path": {
2653
+ "oneOf": [
2654
+ {
2655
+ "type": "string"
2656
+ },
2657
+ {
2658
+ "type": "null"
2659
+ }
2660
+ ]
2661
+ },
2662
+ "deferred": {
2663
+ "type": "boolean",
2664
+ "default": false
2665
+ },
2666
+ "unrendered_config": {
2667
+ "type": "object",
2668
+ "default": {}
2669
+ },
2670
+ "created_at": {
2671
+ "type": "number",
2672
+ "default": 1682075346.502492
2673
+ },
2674
+ "config_call_dict": {
2675
+ "type": "object",
2676
+ "default": {}
2677
+ },
2678
+ "relation_name": {
2679
+ "oneOf": [
2680
+ {
2681
+ "type": "string"
2682
+ },
2683
+ {
2684
+ "type": "null"
2685
+ }
2686
+ ]
2687
+ },
2688
+ "raw_code": {
2689
+ "type": "string",
2690
+ "default": ""
2691
+ },
2692
+ "language": {
2693
+ "type": "string",
2694
+ "default": "sql"
2695
+ },
2696
+ "refs": {
2697
+ "type": "array",
2698
+ "items": {
2699
+ "$ref": "#/definitions/RefArgs"
2700
+ },
2701
+ "default": []
2702
+ },
2703
+ "sources": {
2704
+ "type": "array",
2705
+ "items": {
2706
+ "type": "array",
2707
+ "items": {
2708
+ "type": "string"
2709
+ }
2710
+ },
2711
+ "default": []
2712
+ },
2713
+ "metrics": {
2714
+ "type": "array",
2715
+ "items": {
2716
+ "type": "array",
2717
+ "items": {
2718
+ "type": "string"
2719
+ }
2720
+ },
2721
+ "default": []
2722
+ },
2723
+ "depends_on": {
2724
+ "$ref": "#/definitions/DependsOn",
2725
+ "default": {
2726
+ "macros": [],
2727
+ "nodes": []
2728
+ }
2729
+ },
2730
+ "compiled_path": {
2731
+ "oneOf": [
2732
+ {
2733
+ "type": "string"
2734
+ },
2735
+ {
2736
+ "type": "null"
2737
+ }
2738
+ ]
2739
+ },
2740
+ "compiled": {
2741
+ "type": "boolean",
2742
+ "default": false
2743
+ },
2744
+ "compiled_code": {
2745
+ "oneOf": [
2746
+ {
2747
+ "type": "string"
2748
+ },
2749
+ {
2750
+ "type": "null"
2751
+ }
2752
+ ]
2753
+ },
2754
+ "extra_ctes_injected": {
2755
+ "type": "boolean",
2756
+ "default": false
2757
+ },
2758
+ "extra_ctes": {
2759
+ "type": "array",
2760
+ "items": {
2761
+ "$ref": "#/definitions/InjectedCTE"
2762
+ },
2763
+ "default": []
2764
+ },
2765
+ "contract": {
2766
+ "$ref": "#/definitions/Contract",
2767
+ "default": {
2768
+ "enforced": false,
2769
+ "checksum": null
2770
+ }
2771
+ },
2772
+ "column_name": {
2773
+ "oneOf": [
2774
+ {
2775
+ "type": "string"
2776
+ },
2777
+ {
2778
+ "type": "null"
2779
+ }
2780
+ ]
2781
+ },
2782
+ "file_key_name": {
2783
+ "oneOf": [
2784
+ {
2785
+ "type": "string"
2786
+ },
2787
+ {
2788
+ "type": "null"
2789
+ }
2790
+ ]
2791
+ },
2792
+ "attached_node": {
2793
+ "oneOf": [
2794
+ {
2795
+ "type": "string"
2796
+ },
2797
+ {
2798
+ "type": "null"
2799
+ }
2800
+ ]
2801
+ }
2802
+ },
2803
+ "additionalProperties": false,
2804
+ "description": "GenericTestNode(test_metadata: dbt.contracts.graph.nodes.TestMetadata, database: Optional[str], schema: str, name: str, resource_type: dbt.node_types.NodeType, package_name: str, path: str, original_file_path: str, unique_id: str, fqn: List[str], alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.model_config.TestConfig = <factory>, _event_status: Dict[str, Any] = <factory>, tags: List[str] = <factory>, description: str = '', columns: Dict[str, dbt.contracts.graph.nodes.ColumnInfo] = <factory>, meta: Dict[str, Any] = <factory>, group: Optional[str] = None, docs: dbt.contracts.graph.unparsed.Docs = <factory>, patch_path: Optional[str] = None, build_path: Optional[str] = None, deferred: bool = False, unrendered_config: Dict[str, Any] = <factory>, created_at: float = <factory>, config_call_dict: Dict[str, Any] = <factory>, relation_name: Optional[str] = None, raw_code: str = '', language: str = 'sql', refs: List[dbt.contracts.graph.nodes.RefArgs] = <factory>, sources: List[List[str]] = <factory>, metrics: List[List[str]] = <factory>, depends_on: dbt.contracts.graph.nodes.DependsOn = <factory>, compiled_path: Optional[str] = None, compiled: bool = False, compiled_code: Optional[str] = None, extra_ctes_injected: bool = False, extra_ctes: List[dbt.contracts.graph.nodes.InjectedCTE] = <factory>, _pre_injected_sql: Optional[str] = None, contract: dbt.contracts.graph.nodes.Contract = <factory>, column_name: Optional[str] = None, file_key_name: Optional[str] = None, attached_node: Optional[str] = None)"
2805
+ },
2806
+ "TestMetadata": {
2807
+ "type": "object",
2808
+ "required": ["name"],
2809
+ "properties": {
2810
+ "name": {
2811
+ "type": "string"
2812
+ },
2813
+ "kwargs": {
2814
+ "type": "object",
2815
+ "default": {}
2816
+ },
2817
+ "namespace": {
2818
+ "oneOf": [
2819
+ {
2820
+ "type": "string"
2821
+ },
2822
+ {
2823
+ "type": "null"
2824
+ }
2825
+ ]
2826
+ }
2827
+ },
2828
+ "additionalProperties": false,
2829
+ "description": "TestMetadata(name: str, kwargs: Dict[str, Any] = <factory>, namespace: Optional[str] = None)"
2830
+ },
2831
+ "SnapshotNode": {
2832
+ "type": "object",
2833
+ "required": [
2834
+ "schema",
2835
+ "name",
2836
+ "resource_type",
2837
+ "package_name",
2838
+ "path",
2839
+ "original_file_path",
2840
+ "unique_id",
2841
+ "fqn",
2842
+ "alias",
2843
+ "checksum",
2844
+ "config"
2845
+ ],
2846
+ "properties": {
2847
+ "database": {
2848
+ "oneOf": [
2849
+ {
2850
+ "type": "string"
2851
+ },
2852
+ {
2853
+ "type": "null"
2854
+ }
2855
+ ]
2856
+ },
2857
+ "schema": {
2858
+ "type": "string"
2859
+ },
2860
+ "name": {
2861
+ "type": "string"
2862
+ },
2863
+ "resource_type": {
2864
+ "type": "string",
2865
+ "enum": ["snapshot"]
2866
+ },
2867
+ "package_name": {
2868
+ "type": "string"
2869
+ },
2870
+ "path": {
2871
+ "type": "string"
2872
+ },
2873
+ "original_file_path": {
2874
+ "type": "string"
2875
+ },
2876
+ "unique_id": {
2877
+ "type": "string"
2878
+ },
2879
+ "fqn": {
2880
+ "type": "array",
2881
+ "items": {
2882
+ "type": "string"
2883
+ }
2884
+ },
2885
+ "alias": {
2886
+ "type": "string"
2887
+ },
2888
+ "checksum": {
2889
+ "$ref": "#/definitions/FileHash"
2890
+ },
2891
+ "config": {
2892
+ "$ref": "#/definitions/SnapshotConfig"
2893
+ },
2894
+ "tags": {
2895
+ "type": "array",
2896
+ "items": {
2897
+ "type": "string"
2898
+ },
2899
+ "default": []
2900
+ },
2901
+ "description": {
2902
+ "type": "string",
2903
+ "default": ""
2904
+ },
2905
+ "columns": {
2906
+ "type": "object",
2907
+ "additionalProperties": {
2908
+ "$ref": "#/definitions/ColumnInfo"
2909
+ },
2910
+ "default": {}
2911
+ },
2912
+ "meta": {
2913
+ "type": "object",
2914
+ "default": {}
2915
+ },
2916
+ "group": {
2917
+ "oneOf": [
2918
+ {
2919
+ "type": "string"
2920
+ },
2921
+ {
2922
+ "type": "null"
2923
+ }
2924
+ ]
2925
+ },
2926
+ "docs": {
2927
+ "$ref": "#/definitions/Docs",
2928
+ "default": {
2929
+ "show": true,
2930
+ "node_color": null
2931
+ }
2932
+ },
2933
+ "patch_path": {
2934
+ "oneOf": [
2935
+ {
2936
+ "type": "string"
2937
+ },
2938
+ {
2939
+ "type": "null"
2940
+ }
2941
+ ]
2942
+ },
2943
+ "build_path": {
2944
+ "oneOf": [
2945
+ {
2946
+ "type": "string"
2947
+ },
2948
+ {
2949
+ "type": "null"
2950
+ }
2951
+ ]
2952
+ },
2953
+ "deferred": {
2954
+ "type": "boolean",
2955
+ "default": false
2956
+ },
2957
+ "unrendered_config": {
2958
+ "type": "object",
2959
+ "default": {}
2960
+ },
2961
+ "created_at": {
2962
+ "type": "number",
2963
+ "default": 1682075346.503581
2964
+ },
2965
+ "config_call_dict": {
2966
+ "type": "object",
2967
+ "default": {}
2968
+ },
2969
+ "relation_name": {
2970
+ "oneOf": [
2971
+ {
2972
+ "type": "string"
2973
+ },
2974
+ {
2975
+ "type": "null"
2976
+ }
2977
+ ]
2978
+ },
2979
+ "raw_code": {
2980
+ "type": "string",
2981
+ "default": ""
2982
+ },
2983
+ "language": {
2984
+ "type": "string",
2985
+ "default": "sql"
2986
+ },
2987
+ "refs": {
2988
+ "type": "array",
2989
+ "items": {
2990
+ "$ref": "#/definitions/RefArgs"
2991
+ },
2992
+ "default": []
2993
+ },
2994
+ "sources": {
2995
+ "type": "array",
2996
+ "items": {
2997
+ "type": "array",
2998
+ "items": {
2999
+ "type": "string"
3000
+ }
3001
+ },
3002
+ "default": []
3003
+ },
3004
+ "metrics": {
3005
+ "type": "array",
3006
+ "items": {
3007
+ "type": "array",
3008
+ "items": {
3009
+ "type": "string"
3010
+ }
3011
+ },
3012
+ "default": []
3013
+ },
3014
+ "depends_on": {
3015
+ "$ref": "#/definitions/DependsOn",
3016
+ "default": {
3017
+ "macros": [],
3018
+ "nodes": []
3019
+ }
3020
+ },
3021
+ "compiled_path": {
3022
+ "oneOf": [
3023
+ {
3024
+ "type": "string"
3025
+ },
3026
+ {
3027
+ "type": "null"
3028
+ }
3029
+ ]
3030
+ },
3031
+ "compiled": {
3032
+ "type": "boolean",
3033
+ "default": false
3034
+ },
3035
+ "compiled_code": {
3036
+ "oneOf": [
3037
+ {
3038
+ "type": "string"
3039
+ },
3040
+ {
3041
+ "type": "null"
3042
+ }
3043
+ ]
3044
+ },
3045
+ "extra_ctes_injected": {
3046
+ "type": "boolean",
3047
+ "default": false
3048
+ },
3049
+ "extra_ctes": {
3050
+ "type": "array",
3051
+ "items": {
3052
+ "$ref": "#/definitions/InjectedCTE"
3053
+ },
3054
+ "default": []
3055
+ },
3056
+ "contract": {
3057
+ "$ref": "#/definitions/Contract",
3058
+ "default": {
3059
+ "enforced": false,
3060
+ "checksum": null
3061
+ }
3062
+ }
3063
+ },
3064
+ "additionalProperties": false,
3065
+ "description": "SnapshotNode(database: Optional[str], schema: str, name: str, resource_type: dbt.node_types.NodeType, package_name: str, path: str, original_file_path: str, unique_id: str, fqn: List[str], alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.model_config.SnapshotConfig, _event_status: Dict[str, Any] = <factory>, tags: List[str] = <factory>, description: str = '', columns: Dict[str, dbt.contracts.graph.nodes.ColumnInfo] = <factory>, meta: Dict[str, Any] = <factory>, group: Optional[str] = None, docs: dbt.contracts.graph.unparsed.Docs = <factory>, patch_path: Optional[str] = None, build_path: Optional[str] = None, deferred: bool = False, unrendered_config: Dict[str, Any] = <factory>, created_at: float = <factory>, config_call_dict: Dict[str, Any] = <factory>, relation_name: Optional[str] = None, raw_code: str = '', language: str = 'sql', refs: List[dbt.contracts.graph.nodes.RefArgs] = <factory>, sources: List[List[str]] = <factory>, metrics: List[List[str]] = <factory>, depends_on: dbt.contracts.graph.nodes.DependsOn = <factory>, compiled_path: Optional[str] = None, compiled: bool = False, compiled_code: Optional[str] = None, extra_ctes_injected: bool = False, extra_ctes: List[dbt.contracts.graph.nodes.InjectedCTE] = <factory>, _pre_injected_sql: Optional[str] = None, contract: dbt.contracts.graph.nodes.Contract = <factory>)"
3066
+ },
3067
+ "SnapshotConfig": {
3068
+ "type": "object",
3069
+ "required": [],
3070
+ "properties": {
3071
+ "enabled": {
3072
+ "type": "boolean",
3073
+ "default": true
3074
+ },
3075
+ "alias": {
3076
+ "oneOf": [
3077
+ {
3078
+ "type": "string"
3079
+ },
3080
+ {
3081
+ "type": "null"
3082
+ }
3083
+ ]
3084
+ },
3085
+ "schema": {
3086
+ "oneOf": [
3087
+ {
3088
+ "type": "string"
3089
+ },
3090
+ {
3091
+ "type": "null"
3092
+ }
3093
+ ]
3094
+ },
3095
+ "database": {
3096
+ "oneOf": [
3097
+ {
3098
+ "type": "string"
3099
+ },
3100
+ {
3101
+ "type": "null"
3102
+ }
3103
+ ]
3104
+ },
3105
+ "tags": {
3106
+ "oneOf": [
3107
+ {
3108
+ "type": "array",
3109
+ "items": {
3110
+ "type": "string"
3111
+ }
3112
+ },
3113
+ {
3114
+ "type": "string"
3115
+ }
3116
+ ],
3117
+ "default": []
3118
+ },
3119
+ "meta": {
3120
+ "type": "object",
3121
+ "default": {}
3122
+ },
3123
+ "group": {
3124
+ "oneOf": [
3125
+ {
3126
+ "type": "string"
3127
+ },
3128
+ {
3129
+ "type": "null"
3130
+ }
3131
+ ]
3132
+ },
3133
+ "materialized": {
3134
+ "type": "string",
3135
+ "default": "snapshot"
3136
+ },
3137
+ "incremental_strategy": {
3138
+ "oneOf": [
3139
+ {
3140
+ "type": "string"
3141
+ },
3142
+ {
3143
+ "type": "null"
3144
+ }
3145
+ ]
3146
+ },
3147
+ "persist_docs": {
3148
+ "type": "object",
3149
+ "default": {}
3150
+ },
3151
+ "post-hook": {
3152
+ "type": "array",
3153
+ "items": {
3154
+ "$ref": "#/definitions/Hook"
3155
+ },
3156
+ "default": []
3157
+ },
3158
+ "pre-hook": {
3159
+ "type": "array",
3160
+ "items": {
3161
+ "$ref": "#/definitions/Hook"
3162
+ },
3163
+ "default": []
3164
+ },
3165
+ "quoting": {
3166
+ "type": "object",
3167
+ "default": {}
3168
+ },
3169
+ "column_types": {
3170
+ "type": "object",
3171
+ "default": {}
3172
+ },
3173
+ "full_refresh": {
3174
+ "oneOf": [
3175
+ {
3176
+ "type": "boolean"
3177
+ },
3178
+ {
3179
+ "type": "null"
3180
+ }
3181
+ ]
3182
+ },
3183
+ "unique_key": {
3184
+ "oneOf": [
3185
+ {
3186
+ "type": "string"
3187
+ },
3188
+ {
3189
+ "type": "null"
3190
+ }
3191
+ ]
3192
+ },
3193
+ "on_schema_change": {
3194
+ "oneOf": [
3195
+ {
3196
+ "type": "string"
3197
+ },
3198
+ {
3199
+ "type": "null"
3200
+ }
3201
+ ],
3202
+ "default": "ignore"
3203
+ },
3204
+ "grants": {
3205
+ "type": "object",
3206
+ "default": {}
3207
+ },
3208
+ "packages": {
3209
+ "type": "array",
3210
+ "items": {
3211
+ "type": "string"
3212
+ },
3213
+ "default": []
3214
+ },
3215
+ "docs": {
3216
+ "$ref": "#/definitions/Docs",
3217
+ "default": {
3218
+ "show": true,
3219
+ "node_color": null
3220
+ }
3221
+ },
3222
+ "contract": {
3223
+ "$ref": "#/definitions/ContractConfig",
3224
+ "default": {
3225
+ "enforced": false
3226
+ }
3227
+ },
3228
+ "strategy": {
3229
+ "oneOf": [
3230
+ {
3231
+ "type": "string"
3232
+ },
3233
+ {
3234
+ "type": "null"
3235
+ }
3236
+ ]
3237
+ },
3238
+ "target_schema": {
3239
+ "oneOf": [
3240
+ {
3241
+ "type": "string"
3242
+ },
3243
+ {
3244
+ "type": "null"
3245
+ }
3246
+ ]
3247
+ },
3248
+ "target_database": {
3249
+ "oneOf": [
3250
+ {
3251
+ "type": "string"
3252
+ },
3253
+ {
3254
+ "type": "null"
3255
+ }
3256
+ ]
3257
+ },
3258
+ "updated_at": {
3259
+ "oneOf": [
3260
+ {
3261
+ "type": "string"
3262
+ },
3263
+ {
3264
+ "type": "null"
3265
+ }
3266
+ ]
3267
+ },
3268
+ "check_cols": {
3269
+ "oneOf": [
3270
+ {
3271
+ "type": "string"
3272
+ },
3273
+ {
3274
+ "type": "array",
3275
+ "items": {
3276
+ "type": "string"
3277
+ }
3278
+ },
3279
+ {
3280
+ "type": "null"
3281
+ }
3282
+ ]
3283
+ }
3284
+ },
3285
+ "additionalProperties": true,
3286
+ "description": "SnapshotConfig(_extra: Dict[str, Any] = <factory>, enabled: bool = True, alias: Optional[str] = None, schema: Optional[str] = None, database: Optional[str] = None, tags: Union[List[str], str] = <factory>, meta: Dict[str, Any] = <factory>, group: Optional[str] = None, materialized: str = 'snapshot', incremental_strategy: Optional[str] = None, persist_docs: Dict[str, Any] = <factory>, post_hook: List[dbt.contracts.graph.model_config.Hook] = <factory>, pre_hook: List[dbt.contracts.graph.model_config.Hook] = <factory>, quoting: Dict[str, Any] = <factory>, column_types: Dict[str, Any] = <factory>, full_refresh: Optional[bool] = None, unique_key: Optional[str] = None, on_schema_change: Optional[str] = 'ignore', grants: Dict[str, Any] = <factory>, packages: List[str] = <factory>, docs: dbt.contracts.graph.unparsed.Docs = <factory>, contract: dbt.contracts.graph.model_config.ContractConfig = <factory>, strategy: Optional[str] = None, target_schema: Optional[str] = None, target_database: Optional[str] = None, updated_at: Optional[str] = None, check_cols: Union[str, List[str], NoneType] = None)"
3287
+ },
3288
+ "SeedNode": {
3289
+ "type": "object",
3290
+ "required": [
3291
+ "schema",
3292
+ "name",
3293
+ "resource_type",
3294
+ "package_name",
3295
+ "path",
3296
+ "original_file_path",
3297
+ "unique_id",
3298
+ "fqn",
3299
+ "alias",
3300
+ "checksum"
3301
+ ],
3302
+ "properties": {
3303
+ "database": {
3304
+ "oneOf": [
3305
+ {
3306
+ "type": "string"
3307
+ },
3308
+ {
3309
+ "type": "null"
3310
+ }
3311
+ ]
3312
+ },
3313
+ "schema": {
3314
+ "type": "string"
3315
+ },
3316
+ "name": {
3317
+ "type": "string"
3318
+ },
3319
+ "resource_type": {
3320
+ "type": "string",
3321
+ "enum": ["seed"]
3322
+ },
3323
+ "package_name": {
3324
+ "type": "string"
3325
+ },
3326
+ "path": {
3327
+ "type": "string"
3328
+ },
3329
+ "original_file_path": {
3330
+ "type": "string"
3331
+ },
3332
+ "unique_id": {
3333
+ "type": "string"
3334
+ },
3335
+ "fqn": {
3336
+ "type": "array",
3337
+ "items": {
3338
+ "type": "string"
3339
+ }
3340
+ },
3341
+ "alias": {
3342
+ "type": "string"
3343
+ },
3344
+ "checksum": {
3345
+ "$ref": "#/definitions/FileHash"
3346
+ },
3347
+ "config": {
3348
+ "$ref": "#/definitions/SeedConfig",
3349
+ "default": {
3350
+ "enabled": true,
3351
+ "alias": null,
3352
+ "schema": null,
3353
+ "database": null,
3354
+ "tags": [],
3355
+ "meta": {},
3356
+ "group": null,
3357
+ "materialized": "seed",
3358
+ "incremental_strategy": null,
3359
+ "persist_docs": {},
3360
+ "quoting": {},
3361
+ "column_types": {},
3362
+ "full_refresh": null,
3363
+ "unique_key": null,
3364
+ "on_schema_change": "ignore",
3365
+ "grants": {},
3366
+ "packages": [],
3367
+ "docs": {
3368
+ "show": true,
3369
+ "node_color": null
3370
+ },
3371
+ "contract": {
3372
+ "enforced": false
3373
+ },
3374
+ "quote_columns": null,
3375
+ "post-hook": [],
3376
+ "pre-hook": []
3377
+ }
3378
+ },
3379
+ "tags": {
3380
+ "type": "array",
3381
+ "items": {
3382
+ "type": "string"
3383
+ },
3384
+ "default": []
3385
+ },
3386
+ "description": {
3387
+ "type": "string",
3388
+ "default": ""
3389
+ },
3390
+ "columns": {
3391
+ "type": "object",
3392
+ "additionalProperties": {
3393
+ "$ref": "#/definitions/ColumnInfo"
3394
+ },
3395
+ "default": {}
3396
+ },
3397
+ "meta": {
3398
+ "type": "object",
3399
+ "default": {}
3400
+ },
3401
+ "group": {
3402
+ "oneOf": [
3403
+ {
3404
+ "type": "string"
3405
+ },
3406
+ {
3407
+ "type": "null"
3408
+ }
3409
+ ]
3410
+ },
3411
+ "docs": {
3412
+ "$ref": "#/definitions/Docs",
3413
+ "default": {
3414
+ "show": true,
3415
+ "node_color": null
3416
+ }
3417
+ },
3418
+ "patch_path": {
3419
+ "oneOf": [
3420
+ {
3421
+ "type": "string"
3422
+ },
3423
+ {
3424
+ "type": "null"
3425
+ }
3426
+ ]
3427
+ },
3428
+ "build_path": {
3429
+ "oneOf": [
3430
+ {
3431
+ "type": "string"
3432
+ },
3433
+ {
3434
+ "type": "null"
3435
+ }
3436
+ ]
3437
+ },
3438
+ "deferred": {
3439
+ "type": "boolean",
3440
+ "default": false
3441
+ },
3442
+ "unrendered_config": {
3443
+ "type": "object",
3444
+ "default": {}
3445
+ },
3446
+ "created_at": {
3447
+ "type": "number",
3448
+ "default": 1682075346.504591
3449
+ },
3450
+ "config_call_dict": {
3451
+ "type": "object",
3452
+ "default": {}
3453
+ },
3454
+ "relation_name": {
3455
+ "oneOf": [
3456
+ {
3457
+ "type": "string"
3458
+ },
3459
+ {
3460
+ "type": "null"
3461
+ }
3462
+ ]
3463
+ },
3464
+ "raw_code": {
3465
+ "type": "string",
3466
+ "default": ""
3467
+ },
3468
+ "root_path": {
3469
+ "oneOf": [
3470
+ {
3471
+ "type": "string"
3472
+ },
3473
+ {
3474
+ "type": "null"
3475
+ }
3476
+ ]
3477
+ },
3478
+ "depends_on": {
3479
+ "$ref": "#/definitions/MacroDependsOn",
3480
+ "default": {
3481
+ "macros": []
3482
+ }
3483
+ }
3484
+ },
3485
+ "additionalProperties": false,
3486
+ "description": "SeedNode(database: Optional[str], schema: str, name: str, resource_type: dbt.node_types.NodeType, package_name: str, path: str, original_file_path: str, unique_id: str, fqn: List[str], alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.model_config.SeedConfig = <factory>, _event_status: Dict[str, Any] = <factory>, tags: List[str] = <factory>, description: str = '', columns: Dict[str, dbt.contracts.graph.nodes.ColumnInfo] = <factory>, meta: Dict[str, Any] = <factory>, group: Optional[str] = None, docs: dbt.contracts.graph.unparsed.Docs = <factory>, patch_path: Optional[str] = None, build_path: Optional[str] = None, deferred: bool = False, unrendered_config: Dict[str, Any] = <factory>, created_at: float = <factory>, config_call_dict: Dict[str, Any] = <factory>, relation_name: Optional[str] = None, raw_code: str = '', root_path: Optional[str] = None, depends_on: dbt.contracts.graph.nodes.MacroDependsOn = <factory>)"
3487
+ },
3488
+ "SeedConfig": {
3489
+ "type": "object",
3490
+ "required": [],
3491
+ "properties": {
3492
+ "enabled": {
3493
+ "type": "boolean",
3494
+ "default": true
3495
+ },
3496
+ "alias": {
3497
+ "oneOf": [
3498
+ {
3499
+ "type": "string"
3500
+ },
3501
+ {
3502
+ "type": "null"
3503
+ }
3504
+ ]
3505
+ },
3506
+ "schema": {
3507
+ "oneOf": [
3508
+ {
3509
+ "type": "string"
3510
+ },
3511
+ {
3512
+ "type": "null"
3513
+ }
3514
+ ]
3515
+ },
3516
+ "database": {
3517
+ "oneOf": [
3518
+ {
3519
+ "type": "string"
3520
+ },
3521
+ {
3522
+ "type": "null"
3523
+ }
3524
+ ]
3525
+ },
3526
+ "tags": {
3527
+ "oneOf": [
3528
+ {
3529
+ "type": "array",
3530
+ "items": {
3531
+ "type": "string"
3532
+ }
3533
+ },
3534
+ {
3535
+ "type": "string"
3536
+ }
3537
+ ],
3538
+ "default": []
3539
+ },
3540
+ "meta": {
3541
+ "type": "object",
3542
+ "default": {}
3543
+ },
3544
+ "group": {
3545
+ "oneOf": [
3546
+ {
3547
+ "type": "string"
3548
+ },
3549
+ {
3550
+ "type": "null"
3551
+ }
3552
+ ]
3553
+ },
3554
+ "materialized": {
3555
+ "type": "string",
3556
+ "default": "seed"
3557
+ },
3558
+ "incremental_strategy": {
3559
+ "oneOf": [
3560
+ {
3561
+ "type": "string"
3562
+ },
3563
+ {
3564
+ "type": "null"
3565
+ }
3566
+ ]
3567
+ },
3568
+ "persist_docs": {
3569
+ "type": "object",
3570
+ "default": {}
3571
+ },
3572
+ "post-hook": {
3573
+ "type": "array",
3574
+ "items": {
3575
+ "$ref": "#/definitions/Hook"
3576
+ },
3577
+ "default": []
3578
+ },
3579
+ "pre-hook": {
3580
+ "type": "array",
3581
+ "items": {
3582
+ "$ref": "#/definitions/Hook"
3583
+ },
3584
+ "default": []
3585
+ },
3586
+ "quoting": {
3587
+ "type": "object",
3588
+ "default": {}
3589
+ },
3590
+ "column_types": {
3591
+ "type": "object",
3592
+ "default": {}
3593
+ },
3594
+ "full_refresh": {
3595
+ "oneOf": [
3596
+ {
3597
+ "type": "boolean"
3598
+ },
3599
+ {
3600
+ "type": "null"
3601
+ }
3602
+ ]
3603
+ },
3604
+ "unique_key": {
3605
+ "oneOf": [
3606
+ {
3607
+ "type": "string"
3608
+ },
3609
+ {
3610
+ "type": "array",
3611
+ "items": {
3612
+ "type": "string"
3613
+ }
3614
+ },
3615
+ {
3616
+ "type": "null"
3617
+ }
3618
+ ]
3619
+ },
3620
+ "on_schema_change": {
3621
+ "oneOf": [
3622
+ {
3623
+ "type": "string"
3624
+ },
3625
+ {
3626
+ "type": "null"
3627
+ }
3628
+ ],
3629
+ "default": "ignore"
3630
+ },
3631
+ "grants": {
3632
+ "type": "object",
3633
+ "default": {}
3634
+ },
3635
+ "packages": {
3636
+ "type": "array",
3637
+ "items": {
3638
+ "type": "string"
3639
+ },
3640
+ "default": []
3641
+ },
3642
+ "docs": {
3643
+ "$ref": "#/definitions/Docs",
3644
+ "default": {
3645
+ "show": true,
3646
+ "node_color": null
3647
+ }
3648
+ },
3649
+ "contract": {
3650
+ "$ref": "#/definitions/ContractConfig",
3651
+ "default": {
3652
+ "enforced": false
3653
+ }
3654
+ },
3655
+ "quote_columns": {
3656
+ "oneOf": [
3657
+ {
3658
+ "type": "boolean"
3659
+ },
3660
+ {
3661
+ "type": "null"
3662
+ }
3663
+ ]
3664
+ }
3665
+ },
3666
+ "additionalProperties": true,
3667
+ "description": "SeedConfig(_extra: Dict[str, Any] = <factory>, enabled: bool = True, alias: Optional[str] = None, schema: Optional[str] = None, database: Optional[str] = None, tags: Union[List[str], str] = <factory>, meta: Dict[str, Any] = <factory>, group: Optional[str] = None, materialized: str = 'seed', incremental_strategy: Optional[str] = None, persist_docs: Dict[str, Any] = <factory>, post_hook: List[dbt.contracts.graph.model_config.Hook] = <factory>, pre_hook: List[dbt.contracts.graph.model_config.Hook] = <factory>, quoting: Dict[str, Any] = <factory>, column_types: Dict[str, Any] = <factory>, full_refresh: Optional[bool] = None, unique_key: Union[str, List[str], NoneType] = None, on_schema_change: Optional[str] = 'ignore', grants: Dict[str, Any] = <factory>, packages: List[str] = <factory>, docs: dbt.contracts.graph.unparsed.Docs = <factory>, contract: dbt.contracts.graph.model_config.ContractConfig = <factory>, quote_columns: Optional[bool] = None)"
3668
+ },
3669
+ "MacroDependsOn": {
3670
+ "type": "object",
3671
+ "required": [],
3672
+ "properties": {
3673
+ "macros": {
3674
+ "type": "array",
3675
+ "items": {
3676
+ "type": "string"
3677
+ },
3678
+ "default": []
3679
+ }
3680
+ },
3681
+ "additionalProperties": false,
3682
+ "description": "Used only in the Macro class"
3683
+ },
3684
+ "SourceDefinition": {
3685
+ "type": "object",
3686
+ "required": [
3687
+ "schema",
3688
+ "name",
3689
+ "resource_type",
3690
+ "package_name",
3691
+ "path",
3692
+ "original_file_path",
3693
+ "unique_id",
3694
+ "fqn",
3695
+ "source_name",
3696
+ "source_description",
3697
+ "loader",
3698
+ "identifier"
3699
+ ],
3700
+ "properties": {
3701
+ "database": {
3702
+ "oneOf": [
3703
+ {
3704
+ "type": "string"
3705
+ },
3706
+ {
3707
+ "type": "null"
3708
+ }
3709
+ ]
3710
+ },
3711
+ "schema": {
3712
+ "type": "string"
3713
+ },
3714
+ "name": {
3715
+ "type": "string"
3716
+ },
3717
+ "resource_type": {
3718
+ "type": "string",
3719
+ "enum": ["source"]
3720
+ },
3721
+ "package_name": {
3722
+ "type": "string"
3723
+ },
3724
+ "path": {
3725
+ "type": "string"
3726
+ },
3727
+ "original_file_path": {
3728
+ "type": "string"
3729
+ },
3730
+ "unique_id": {
3731
+ "type": "string"
3732
+ },
3733
+ "fqn": {
3734
+ "type": "array",
3735
+ "items": {
3736
+ "type": "string"
3737
+ }
3738
+ },
3739
+ "source_name": {
3740
+ "type": "string"
3741
+ },
3742
+ "source_description": {
3743
+ "type": "string"
3744
+ },
3745
+ "loader": {
3746
+ "type": "string"
3747
+ },
3748
+ "identifier": {
3749
+ "type": "string"
3750
+ },
3751
+ "quoting": {
3752
+ "$ref": "#/definitions/Quoting",
3753
+ "default": {
3754
+ "database": null,
3755
+ "schema": null,
3756
+ "identifier": null,
3757
+ "column": null
3758
+ }
3759
+ },
3760
+ "loaded_at_field": {
3761
+ "oneOf": [
3762
+ {
3763
+ "type": "string"
3764
+ },
3765
+ {
3766
+ "type": "null"
3767
+ }
3768
+ ]
3769
+ },
3770
+ "freshness": {
3771
+ "oneOf": [
3772
+ {
3773
+ "$ref": "#/definitions/FreshnessThreshold"
3774
+ },
3775
+ {
3776
+ "type": "null"
3777
+ }
3778
+ ]
3779
+ },
3780
+ "external": {
3781
+ "oneOf": [
3782
+ {
3783
+ "$ref": "#/definitions/ExternalTable"
3784
+ },
3785
+ {
3786
+ "type": "null"
3787
+ }
3788
+ ]
3789
+ },
3790
+ "description": {
3791
+ "type": "string",
3792
+ "default": ""
3793
+ },
3794
+ "columns": {
3795
+ "type": "object",
3796
+ "additionalProperties": {
3797
+ "$ref": "#/definitions/ColumnInfo"
3798
+ },
3799
+ "default": {}
3800
+ },
3801
+ "meta": {
3802
+ "type": "object",
3803
+ "default": {}
3804
+ },
3805
+ "source_meta": {
3806
+ "type": "object",
3807
+ "default": {}
3808
+ },
3809
+ "tags": {
3810
+ "type": "array",
3811
+ "items": {
3812
+ "type": "string"
3813
+ },
3814
+ "default": []
3815
+ },
3816
+ "config": {
3817
+ "$ref": "#/definitions/SourceConfig",
3818
+ "default": {
3819
+ "enabled": true
3820
+ }
3821
+ },
3822
+ "patch_path": {
3823
+ "oneOf": [
3824
+ {
3825
+ "type": "string"
3826
+ },
3827
+ {
3828
+ "type": "null"
3829
+ }
3830
+ ]
3831
+ },
3832
+ "unrendered_config": {
3833
+ "type": "object",
3834
+ "default": {}
3835
+ },
3836
+ "relation_name": {
3837
+ "oneOf": [
3838
+ {
3839
+ "type": "string"
3840
+ },
3841
+ {
3842
+ "type": "null"
3843
+ }
3844
+ ]
3845
+ },
3846
+ "created_at": {
3847
+ "type": "number",
3848
+ "default": 1682075346.505582
3849
+ }
3850
+ },
3851
+ "additionalProperties": false,
3852
+ "description": "SourceDefinition(database: Optional[str], schema: str, name: str, resource_type: dbt.node_types.NodeType, package_name: str, path: str, original_file_path: str, unique_id: str, fqn: List[str], source_name: str, source_description: str, loader: str, identifier: str, _event_status: Dict[str, Any] = <factory>, quoting: dbt.contracts.graph.unparsed.Quoting = <factory>, loaded_at_field: Optional[str] = None, freshness: Optional[dbt.contracts.graph.unparsed.FreshnessThreshold] = None, external: Optional[dbt.contracts.graph.unparsed.ExternalTable] = None, description: str = '', columns: Dict[str, dbt.contracts.graph.nodes.ColumnInfo] = <factory>, meta: Dict[str, Any] = <factory>, source_meta: Dict[str, Any] = <factory>, tags: List[str] = <factory>, config: dbt.contracts.graph.model_config.SourceConfig = <factory>, patch_path: Optional[str] = None, unrendered_config: Dict[str, Any] = <factory>, relation_name: Optional[str] = None, created_at: float = <factory>)"
3853
+ },
3854
+ "Quoting": {
3855
+ "type": "object",
3856
+ "required": [],
3857
+ "properties": {
3858
+ "database": {
3859
+ "oneOf": [
3860
+ {
3861
+ "type": "boolean"
3862
+ },
3863
+ {
3864
+ "type": "null"
3865
+ }
3866
+ ]
3867
+ },
3868
+ "schema": {
3869
+ "oneOf": [
3870
+ {
3871
+ "type": "boolean"
3872
+ },
3873
+ {
3874
+ "type": "null"
3875
+ }
3876
+ ]
3877
+ },
3878
+ "identifier": {
3879
+ "oneOf": [
3880
+ {
3881
+ "type": "boolean"
3882
+ },
3883
+ {
3884
+ "type": "null"
3885
+ }
3886
+ ]
3887
+ },
3888
+ "column": {
3889
+ "oneOf": [
3890
+ {
3891
+ "type": "boolean"
3892
+ },
3893
+ {
3894
+ "type": "null"
3895
+ }
3896
+ ]
3897
+ }
3898
+ },
3899
+ "additionalProperties": false,
3900
+ "description": "Quoting(database: Optional[bool] = None, schema: Optional[bool] = None, identifier: Optional[bool] = None, column: Optional[bool] = None)"
3901
+ },
3902
+ "FreshnessThreshold": {
3903
+ "type": "object",
3904
+ "required": [],
3905
+ "properties": {
3906
+ "warn_after": {
3907
+ "oneOf": [
3908
+ {
3909
+ "$ref": "#/definitions/Time"
3910
+ },
3911
+ {
3912
+ "type": "null"
3913
+ }
3914
+ ],
3915
+ "default": {
3916
+ "count": null,
3917
+ "period": null
3918
+ }
3919
+ },
3920
+ "error_after": {
3921
+ "oneOf": [
3922
+ {
3923
+ "$ref": "#/definitions/Time"
3924
+ },
3925
+ {
3926
+ "type": "null"
3927
+ }
3928
+ ],
3929
+ "default": {
3930
+ "count": null,
3931
+ "period": null
3932
+ }
3933
+ },
3934
+ "filter": {
3935
+ "oneOf": [
3936
+ {
3937
+ "type": "string"
3938
+ },
3939
+ {
3940
+ "type": "null"
3941
+ }
3942
+ ]
3943
+ }
3944
+ },
3945
+ "additionalProperties": false,
3946
+ "description": "FreshnessThreshold(warn_after: Optional[dbt.contracts.graph.unparsed.Time] = <factory>, error_after: Optional[dbt.contracts.graph.unparsed.Time] = <factory>, filter: Optional[str] = None)"
3947
+ },
3948
+ "FreshnessMetadata": {
3949
+ "type": "object",
3950
+ "required": [],
3951
+ "properties": {
3952
+ "dbt_schema_version": {
3953
+ "type": "string",
3954
+ "default": "https://schemas.getdbt.com/dbt/sources/v3.json"
3955
+ },
3956
+ "dbt_version": {
3957
+ "type": "string",
3958
+ "default": "1.6.0a1"
3959
+ },
3960
+ "generated_at": {
3961
+ "type": "string",
3962
+ "format": "date-time",
3963
+ "default": "2023-04-21T11:09:06.494387Z"
3964
+ },
3965
+ "invocation_id": {
3966
+ "oneOf": [
3967
+ {
3968
+ "type": "string"
3969
+ },
3970
+ {
3971
+ "type": "null"
3972
+ }
3973
+ ],
3974
+ "default": "c4b245be-8edb-4ad7-ba54-9337ce594f5d"
3975
+ },
3976
+ "env": {
3977
+ "type": "object",
3978
+ "additionalProperties": {
3979
+ "type": "string"
3980
+ },
3981
+ "default": {}
3982
+ }
3983
+ },
3984
+ "additionalProperties": false,
3985
+ "description": "FreshnessMetadata(dbt_schema_version: str = <factory>, dbt_version: str = '1.6.0a1', generated_at: datetime.datetime = <factory>, invocation_id: Optional[str] = <factory>, env: Dict[str, str] = <factory>)"
3986
+ },
3987
+ "SourceFreshnessRuntimeError": {
3988
+ "type": "object",
3989
+ "required": ["unique_id", "status"],
3990
+ "properties": {
3991
+ "unique_id": {
3992
+ "type": "string"
3993
+ },
3994
+ "error": {
3995
+ "oneOf": [
3996
+ {
3997
+ "type": "string"
3998
+ },
3999
+ {
4000
+ "type": "integer"
4001
+ },
4002
+ {
4003
+ "type": "null"
4004
+ }
4005
+ ]
4006
+ },
4007
+ "status": {
4008
+ "type": "string",
4009
+ "enum": ["runtime error"]
4010
+ }
4011
+ },
4012
+ "additionalProperties": false,
4013
+ "description": "SourceFreshnessRuntimeError(unique_id: str, error: Union[str, int, NoneType], status: dbt.contracts.results.FreshnessErrorEnum)"
4014
+ },
4015
+ "SourceFreshnessOutput": {
4016
+ "type": "object",
4017
+ "required": [
4018
+ "unique_id",
4019
+ "max_loaded_at",
4020
+ "snapshotted_at",
4021
+ "max_loaded_at_time_ago_in_s",
4022
+ "status",
4023
+ "criteria",
4024
+ "adapter_response",
4025
+ "timing",
4026
+ "thread_id",
4027
+ "execution_time"
4028
+ ],
4029
+ "properties": {
4030
+ "unique_id": {
4031
+ "type": "string"
4032
+ },
4033
+ "max_loaded_at": {
4034
+ "type": "string",
4035
+ "format": "date-time"
4036
+ },
4037
+ "snapshotted_at": {
4038
+ "type": "string",
4039
+ "format": "date-time"
4040
+ },
4041
+ "max_loaded_at_time_ago_in_s": {
4042
+ "type": "number"
4043
+ },
4044
+ "status": {
4045
+ "type": "string",
4046
+ "enum": ["pass", "warn", "error", "runtime error"]
4047
+ },
4048
+ "criteria": {
4049
+ "$ref": "#/definitions/FreshnessThreshold"
4050
+ },
4051
+ "adapter_response": {
4052
+ "type": "object"
4053
+ },
4054
+ "timing": {
4055
+ "type": "array",
4056
+ "items": {
4057
+ "$ref": "#/definitions/TimingInfo"
4058
+ }
4059
+ },
4060
+ "thread_id": {
4061
+ "type": "string"
4062
+ },
4063
+ "execution_time": {
4064
+ "type": "number"
4065
+ }
4066
+ },
4067
+ "additionalProperties": false,
4068
+ "description": "SourceFreshnessOutput(unique_id: str, max_loaded_at: datetime.datetime, snapshotted_at: datetime.datetime, max_loaded_at_time_ago_in_s: float, status: dbt.contracts.results.FreshnessStatus, criteria: dbt.contracts.graph.unparsed.FreshnessThreshold, adapter_response: Dict[str, Any], timing: List[dbt.contracts.results.TimingInfo], thread_id: str, execution_time: float)"
4069
+ },
4070
+ "Time": {
4071
+ "type": "object",
4072
+ "required": [],
4073
+ "properties": {
4074
+ "count": {
4075
+ "oneOf": [
4076
+ {
4077
+ "type": "integer"
4078
+ },
4079
+ {
4080
+ "type": "null"
4081
+ }
4082
+ ]
4083
+ },
4084
+ "period": {
4085
+ "oneOf": [
4086
+ {
4087
+ "type": "string",
4088
+ "enum": ["minute", "hour", "day"]
4089
+ },
4090
+ {
4091
+ "type": "null"
4092
+ }
4093
+ ]
4094
+ }
4095
+ },
4096
+ "additionalProperties": false,
4097
+ "description": "Time(count: Optional[int] = None, period: Optional[dbt.contracts.graph.unparsed.TimePeriod] = None)"
4098
+ },
4099
+ "TimingInfo": {
4100
+ "type": "object",
4101
+ "required": ["name"],
4102
+ "properties": {
4103
+ "name": {
4104
+ "type": "string"
4105
+ },
4106
+ "started_at": {
4107
+ "oneOf": [
4108
+ {
4109
+ "type": "string",
4110
+ "format": "date-time"
4111
+ },
4112
+ {
4113
+ "type": "null"
4114
+ }
4115
+ ]
4116
+ },
4117
+ "completed_at": {
4118
+ "oneOf": [
4119
+ {
4120
+ "type": "string",
4121
+ "format": "date-time"
4122
+ },
4123
+ {
4124
+ "type": "null"
4125
+ }
4126
+ ]
4127
+ }
4128
+ },
4129
+ "additionalProperties": false,
4130
+ "description": "TimingInfo(name: str, started_at: Optional[datetime.datetime] = None, completed_at: Optional[datetime.datetime] = None)"
4131
+ },
4132
+ "ExternalTable": {
4133
+ "type": "object",
4134
+ "required": [],
4135
+ "properties": {
4136
+ "location": {
4137
+ "oneOf": [
4138
+ {
4139
+ "type": "string"
4140
+ },
4141
+ {
4142
+ "type": "null"
4143
+ }
4144
+ ]
4145
+ },
4146
+ "file_format": {
4147
+ "oneOf": [
4148
+ {
4149
+ "type": "string"
4150
+ },
4151
+ {
4152
+ "type": "null"
4153
+ }
4154
+ ]
4155
+ },
4156
+ "row_format": {
4157
+ "oneOf": [
4158
+ {
4159
+ "type": "string"
4160
+ },
4161
+ {
4162
+ "type": "null"
4163
+ }
4164
+ ]
4165
+ },
4166
+ "tbl_properties": {
4167
+ "oneOf": [
4168
+ {
4169
+ "type": "string"
4170
+ },
4171
+ {
4172
+ "type": "null"
4173
+ }
4174
+ ]
4175
+ },
4176
+ "partitions": {
4177
+ "oneOf": [
4178
+ {
4179
+ "type": "array",
4180
+ "items": {
4181
+ "type": "string"
4182
+ }
4183
+ },
4184
+ {
4185
+ "type": "array",
4186
+ "items": {
4187
+ "$ref": "#/definitions/ExternalPartition"
4188
+ }
4189
+ },
4190
+ {
4191
+ "type": "null"
4192
+ }
4193
+ ]
4194
+ }
4195
+ },
4196
+ "additionalProperties": true,
4197
+ "description": "ExternalTable(_extra: Dict[str, Any] = <factory>, location: Optional[str] = None, file_format: Optional[str] = None, row_format: Optional[str] = None, tbl_properties: Optional[str] = None, partitions: Union[List[str], List[dbt.contracts.graph.unparsed.ExternalPartition], NoneType] = None)"
4198
+ },
4199
+ "ExternalPartition": {
4200
+ "type": "object",
4201
+ "required": [],
4202
+ "properties": {
4203
+ "name": {
4204
+ "type": "string",
4205
+ "default": ""
4206
+ },
4207
+ "description": {
4208
+ "type": "string",
4209
+ "default": ""
4210
+ },
4211
+ "data_type": {
4212
+ "type": "string",
4213
+ "default": ""
4214
+ },
4215
+ "meta": {
4216
+ "type": "object",
4217
+ "default": {}
4218
+ }
4219
+ },
4220
+ "additionalProperties": true,
4221
+ "description": "ExternalPartition(_extra: Dict[str, Any] = <factory>, name: str = '', description: str = '', data_type: str = '', meta: Dict[str, Any] = <factory>)"
4222
+ },
4223
+ "SourceConfig": {
4224
+ "type": "object",
4225
+ "required": [],
4226
+ "properties": {
4227
+ "enabled": {
4228
+ "type": "boolean",
4229
+ "default": true
4230
+ }
4231
+ },
4232
+ "additionalProperties": true,
4233
+ "description": "SourceConfig(_extra: Dict[str, Any] = <factory>, enabled: bool = True)"
4234
+ },
4235
+ "Macro": {
4236
+ "type": "object",
4237
+ "required": [
4238
+ "name",
4239
+ "resource_type",
4240
+ "package_name",
4241
+ "path",
4242
+ "original_file_path",
4243
+ "unique_id",
4244
+ "macro_sql"
4245
+ ],
4246
+ "properties": {
4247
+ "name": {
4248
+ "type": "string"
4249
+ },
4250
+ "resource_type": {
4251
+ "type": "string",
4252
+ "enum": ["macro"]
4253
+ },
4254
+ "package_name": {
4255
+ "type": "string"
4256
+ },
4257
+ "path": {
4258
+ "type": "string"
4259
+ },
4260
+ "original_file_path": {
4261
+ "type": "string"
4262
+ },
4263
+ "unique_id": {
4264
+ "type": "string"
4265
+ },
4266
+ "macro_sql": {
4267
+ "type": "string"
4268
+ },
4269
+ "depends_on": {
4270
+ "$ref": "#/definitions/MacroDependsOn",
4271
+ "default": {
4272
+ "macros": []
4273
+ }
4274
+ },
4275
+ "description": {
4276
+ "type": "string",
4277
+ "default": ""
4278
+ },
4279
+ "meta": {
4280
+ "type": "object",
4281
+ "default": {}
4282
+ },
4283
+ "docs": {
4284
+ "$ref": "#/definitions/Docs",
4285
+ "default": {
4286
+ "show": true,
4287
+ "node_color": null
4288
+ }
4289
+ },
4290
+ "patch_path": {
4291
+ "oneOf": [
4292
+ {
4293
+ "type": "string"
4294
+ },
4295
+ {
4296
+ "type": "null"
4297
+ }
4298
+ ]
4299
+ },
4300
+ "arguments": {
4301
+ "type": "array",
4302
+ "items": {
4303
+ "$ref": "#/definitions/MacroArgument"
4304
+ },
4305
+ "default": []
4306
+ },
4307
+ "created_at": {
4308
+ "type": "number",
4309
+ "default": 1682075346.505871
4310
+ },
4311
+ "supported_languages": {
4312
+ "oneOf": [
4313
+ {
4314
+ "type": "array",
4315
+ "items": {
4316
+ "type": "string",
4317
+ "enum": ["python", "sql"]
4318
+ }
4319
+ },
4320
+ {
4321
+ "type": "null"
4322
+ }
4323
+ ]
4324
+ }
4325
+ },
4326
+ "additionalProperties": false,
4327
+ "description": "Macro(name: str, resource_type: dbt.node_types.NodeType, package_name: str, path: str, original_file_path: str, unique_id: str, macro_sql: str, depends_on: dbt.contracts.graph.nodes.MacroDependsOn = <factory>, description: str = '', meta: Dict[str, Any] = <factory>, docs: dbt.contracts.graph.unparsed.Docs = <factory>, patch_path: Optional[str] = None, arguments: List[dbt.contracts.graph.unparsed.MacroArgument] = <factory>, created_at: float = <factory>, supported_languages: Optional[List[dbt.node_types.ModelLanguage]] = None)"
4328
+ },
4329
+ "MacroArgument": {
4330
+ "type": "object",
4331
+ "required": ["name"],
4332
+ "properties": {
4333
+ "name": {
4334
+ "type": "string"
4335
+ },
4336
+ "type": {
4337
+ "oneOf": [
4338
+ {
4339
+ "type": "string"
4340
+ },
4341
+ {
4342
+ "type": "null"
4343
+ }
4344
+ ]
4345
+ },
4346
+ "description": {
4347
+ "type": "string",
4348
+ "default": ""
4349
+ }
4350
+ },
4351
+ "additionalProperties": false,
4352
+ "description": "MacroArgument(name: str, type: Optional[str] = None, description: str = '')"
4353
+ },
4354
+ "Documentation": {
4355
+ "type": "object",
4356
+ "required": [
4357
+ "name",
4358
+ "resource_type",
4359
+ "package_name",
4360
+ "path",
4361
+ "original_file_path",
4362
+ "unique_id",
4363
+ "block_contents"
4364
+ ],
4365
+ "properties": {
4366
+ "name": {
4367
+ "type": "string"
4368
+ },
4369
+ "resource_type": {
4370
+ "type": "string",
4371
+ "enum": ["doc"]
4372
+ },
4373
+ "package_name": {
4374
+ "type": "string"
4375
+ },
4376
+ "path": {
4377
+ "type": "string"
4378
+ },
4379
+ "original_file_path": {
4380
+ "type": "string"
4381
+ },
4382
+ "unique_id": {
4383
+ "type": "string"
4384
+ },
4385
+ "block_contents": {
4386
+ "type": "string"
4387
+ }
4388
+ },
4389
+ "additionalProperties": false,
4390
+ "description": "Documentation(name: str, resource_type: dbt.node_types.NodeType, package_name: str, path: str, original_file_path: str, unique_id: str, block_contents: str)"
4391
+ },
4392
+ "Exposure": {
4393
+ "type": "object",
4394
+ "required": [
4395
+ "name",
4396
+ "resource_type",
4397
+ "package_name",
4398
+ "path",
4399
+ "original_file_path",
4400
+ "unique_id",
4401
+ "fqn",
4402
+ "type",
4403
+ "owner"
4404
+ ],
4405
+ "properties": {
4406
+ "name": {
4407
+ "type": "string"
4408
+ },
4409
+ "resource_type": {
4410
+ "type": "string",
4411
+ "enum": ["exposure"]
4412
+ },
4413
+ "package_name": {
4414
+ "type": "string"
4415
+ },
4416
+ "path": {
4417
+ "type": "string"
4418
+ },
4419
+ "original_file_path": {
4420
+ "type": "string"
4421
+ },
4422
+ "unique_id": {
4423
+ "type": "string"
4424
+ },
4425
+ "fqn": {
4426
+ "type": "array",
4427
+ "items": {
4428
+ "type": "string"
4429
+ }
4430
+ },
4431
+ "type": {
4432
+ "type": "string",
4433
+ "enum": [
4434
+ "dashboard",
4435
+ "notebook",
4436
+ "analysis",
4437
+ "ml",
4438
+ "application"
4439
+ ]
4440
+ },
4441
+ "owner": {
4442
+ "$ref": "#/definitions/Owner"
4443
+ },
4444
+ "description": {
4445
+ "type": "string",
4446
+ "default": ""
4447
+ },
4448
+ "label": {
4449
+ "oneOf": [
4450
+ {
4451
+ "type": "string"
4452
+ },
4453
+ {
4454
+ "type": "null"
4455
+ }
4456
+ ]
4457
+ },
4458
+ "maturity": {
4459
+ "oneOf": [
4460
+ {
4461
+ "type": "string",
4462
+ "enum": ["low", "medium", "high"]
4463
+ },
4464
+ {
4465
+ "type": "null"
4466
+ }
4467
+ ]
4468
+ },
4469
+ "meta": {
4470
+ "type": "object",
4471
+ "default": {}
4472
+ },
4473
+ "tags": {
4474
+ "type": "array",
4475
+ "items": {
4476
+ "type": "string"
4477
+ },
4478
+ "default": []
4479
+ },
4480
+ "config": {
4481
+ "$ref": "#/definitions/ExposureConfig",
4482
+ "default": {
4483
+ "enabled": true
4484
+ }
4485
+ },
4486
+ "unrendered_config": {
4487
+ "type": "object",
4488
+ "default": {}
4489
+ },
4490
+ "url": {
4491
+ "oneOf": [
4492
+ {
4493
+ "type": "string"
4494
+ },
4495
+ {
4496
+ "type": "null"
4497
+ }
4498
+ ]
4499
+ },
4500
+ "depends_on": {
4501
+ "$ref": "#/definitions/DependsOn",
4502
+ "default": {
4503
+ "macros": [],
4504
+ "nodes": []
4505
+ }
4506
+ },
4507
+ "refs": {
4508
+ "type": "array",
4509
+ "items": {
4510
+ "$ref": "#/definitions/RefArgs"
4511
+ },
4512
+ "default": []
4513
+ },
4514
+ "sources": {
4515
+ "type": "array",
4516
+ "items": {
4517
+ "type": "array",
4518
+ "items": {
4519
+ "type": "string"
4520
+ }
4521
+ },
4522
+ "default": []
4523
+ },
4524
+ "metrics": {
4525
+ "type": "array",
4526
+ "items": {
4527
+ "type": "array",
4528
+ "items": {
4529
+ "type": "string"
4530
+ }
4531
+ },
4532
+ "default": []
4533
+ },
4534
+ "created_at": {
4535
+ "type": "number",
4536
+ "default": 1682075346.50651
4537
+ }
4538
+ },
4539
+ "additionalProperties": false,
4540
+ "description": "Exposure(name: str, resource_type: dbt.node_types.NodeType, package_name: str, path: str, original_file_path: str, unique_id: str, fqn: List[str], type: dbt.contracts.graph.unparsed.ExposureType, owner: dbt.contracts.graph.unparsed.Owner, description: str = '', label: Optional[str] = None, maturity: Optional[dbt.contracts.graph.unparsed.MaturityType] = None, meta: Dict[str, Any] = <factory>, tags: List[str] = <factory>, config: dbt.contracts.graph.model_config.ExposureConfig = <factory>, unrendered_config: Dict[str, Any] = <factory>, url: Optional[str] = None, depends_on: dbt.contracts.graph.nodes.DependsOn = <factory>, refs: List[dbt.contracts.graph.nodes.RefArgs] = <factory>, sources: List[List[str]] = <factory>, metrics: List[List[str]] = <factory>, created_at: float = <factory>)"
4541
+ },
4542
+ "Owner": {
4543
+ "type": "object",
4544
+ "required": [],
4545
+ "properties": {
4546
+ "email": {
4547
+ "oneOf": [
4548
+ {
4549
+ "type": "string"
4550
+ },
4551
+ {
4552
+ "type": "null"
4553
+ }
4554
+ ]
4555
+ },
4556
+ "name": {
4557
+ "oneOf": [
4558
+ {
4559
+ "type": "string"
4560
+ },
4561
+ {
4562
+ "type": "null"
4563
+ }
4564
+ ]
4565
+ }
4566
+ },
4567
+ "additionalProperties": true,
4568
+ "description": "Owner(_extra: Dict[str, Any] = <factory>, email: Optional[str] = None, name: Optional[str] = None)"
4569
+ },
4570
+ "ExposureConfig": {
4571
+ "type": "object",
4572
+ "required": [],
4573
+ "properties": {
4574
+ "enabled": {
4575
+ "type": "boolean",
4576
+ "default": true
4577
+ }
4578
+ },
4579
+ "additionalProperties": true,
4580
+ "description": "ExposureConfig(_extra: Dict[str, Any] = <factory>, enabled: bool = True)"
4581
+ },
4582
+ "Metric": {
4583
+ "type": "object",
4584
+ "required": [
4585
+ "name",
4586
+ "resource_type",
4587
+ "package_name",
4588
+ "path",
4589
+ "original_file_path",
4590
+ "unique_id",
4591
+ "fqn",
4592
+ "description",
4593
+ "label",
4594
+ "calculation_method",
4595
+ "expression",
4596
+ "filters",
4597
+ "time_grains",
4598
+ "dimensions"
4599
+ ],
4600
+ "properties": {
4601
+ "name": {
4602
+ "type": "string"
4603
+ },
4604
+ "resource_type": {
4605
+ "type": "string",
4606
+ "enum": ["metric"]
4607
+ },
4608
+ "package_name": {
4609
+ "type": "string"
4610
+ },
4611
+ "path": {
4612
+ "type": "string"
4613
+ },
4614
+ "original_file_path": {
4615
+ "type": "string"
4616
+ },
4617
+ "unique_id": {
4618
+ "type": "string"
4619
+ },
4620
+ "fqn": {
4621
+ "type": "array",
4622
+ "items": {
4623
+ "type": "string"
4624
+ }
4625
+ },
4626
+ "description": {
4627
+ "type": "string"
4628
+ },
4629
+ "label": {
4630
+ "type": "string"
4631
+ },
4632
+ "calculation_method": {
4633
+ "type": "string"
4634
+ },
4635
+ "expression": {
4636
+ "type": "string"
4637
+ },
4638
+ "filters": {
4639
+ "type": "array",
4640
+ "items": {
4641
+ "$ref": "#/definitions/MetricFilter"
4642
+ }
4643
+ },
4644
+ "time_grains": {
4645
+ "type": "array",
4646
+ "items": {
4647
+ "type": "string"
4648
+ }
4649
+ },
4650
+ "dimensions": {
4651
+ "type": "array",
4652
+ "items": {
4653
+ "type": "string"
4654
+ }
4655
+ },
4656
+ "timestamp": {
4657
+ "oneOf": [
4658
+ {
4659
+ "type": "string"
4660
+ },
4661
+ {
4662
+ "type": "null"
4663
+ }
4664
+ ]
4665
+ },
4666
+ "window": {
4667
+ "oneOf": [
4668
+ {
4669
+ "$ref": "#/definitions/MetricTime"
4670
+ },
4671
+ {
4672
+ "type": "null"
4673
+ }
4674
+ ]
4675
+ },
4676
+ "model": {
4677
+ "oneOf": [
4678
+ {
4679
+ "type": "string"
4680
+ },
4681
+ {
4682
+ "type": "null"
4683
+ }
4684
+ ]
4685
+ },
4686
+ "model_unique_id": {
4687
+ "oneOf": [
4688
+ {
4689
+ "type": "string"
4690
+ },
4691
+ {
4692
+ "type": "null"
4693
+ }
4694
+ ]
4695
+ },
4696
+ "meta": {
4697
+ "type": "object",
4698
+ "default": {}
4699
+ },
4700
+ "tags": {
4701
+ "type": "array",
4702
+ "items": {
4703
+ "type": "string"
4704
+ },
4705
+ "default": []
4706
+ },
4707
+ "config": {
4708
+ "$ref": "#/definitions/MetricConfig",
4709
+ "default": {
4710
+ "enabled": true,
4711
+ "group": null
4712
+ }
4713
+ },
4714
+ "unrendered_config": {
4715
+ "type": "object",
4716
+ "default": {}
4717
+ },
4718
+ "sources": {
4719
+ "type": "array",
4720
+ "items": {
4721
+ "type": "array",
4722
+ "items": {
4723
+ "type": "string"
4724
+ }
4725
+ },
4726
+ "default": []
4727
+ },
4728
+ "depends_on": {
4729
+ "$ref": "#/definitions/DependsOn",
4730
+ "default": {
4731
+ "macros": [],
4732
+ "nodes": []
4733
+ }
4734
+ },
4735
+ "refs": {
4736
+ "type": "array",
4737
+ "items": {
4738
+ "$ref": "#/definitions/RefArgs"
4739
+ },
4740
+ "default": []
4741
+ },
4742
+ "metrics": {
4743
+ "type": "array",
4744
+ "items": {
4745
+ "type": "array",
4746
+ "items": {
4747
+ "type": "string"
4748
+ }
4749
+ },
4750
+ "default": []
4751
+ },
4752
+ "created_at": {
4753
+ "type": "number",
4754
+ "default": 1682075346.507186
4755
+ },
4756
+ "group": {
4757
+ "oneOf": [
4758
+ {
4759
+ "type": "string"
4760
+ },
4761
+ {
4762
+ "type": "null"
4763
+ }
4764
+ ]
4765
+ }
4766
+ },
4767
+ "additionalProperties": false,
4768
+ "description": "Metric(name: str, resource_type: dbt.node_types.NodeType, package_name: str, path: str, original_file_path: str, unique_id: str, fqn: List[str], description: str, label: str, calculation_method: str, expression: str, filters: List[dbt.contracts.graph.unparsed.MetricFilter], time_grains: List[str], dimensions: List[str], timestamp: Optional[str] = None, window: Optional[dbt.contracts.graph.unparsed.MetricTime] = None, model: Optional[str] = None, model_unique_id: Optional[str] = None, meta: Dict[str, Any] = <factory>, tags: List[str] = <factory>, config: dbt.contracts.graph.model_config.MetricConfig = <factory>, unrendered_config: Dict[str, Any] = <factory>, sources: List[List[str]] = <factory>, depends_on: dbt.contracts.graph.nodes.DependsOn = <factory>, refs: List[dbt.contracts.graph.nodes.RefArgs] = <factory>, metrics: List[List[str]] = <factory>, created_at: float = <factory>, group: Optional[str] = None)"
4769
+ },
4770
+ "MetricFilter": {
4771
+ "type": "object",
4772
+ "required": ["field", "operator", "value"],
4773
+ "properties": {
4774
+ "field": {
4775
+ "type": "string"
4776
+ },
4777
+ "operator": {
4778
+ "type": "string"
4779
+ },
4780
+ "value": {
4781
+ "type": "string"
4782
+ }
4783
+ },
4784
+ "additionalProperties": false,
4785
+ "description": "MetricFilter(field: str, operator: str, value: str)"
4786
+ },
4787
+ "MetricTime": {
4788
+ "type": "object",
4789
+ "required": [],
4790
+ "properties": {
4791
+ "count": {
4792
+ "oneOf": [
4793
+ {
4794
+ "type": "integer"
4795
+ },
4796
+ {
4797
+ "type": "null"
4798
+ }
4799
+ ]
4800
+ },
4801
+ "period": {
4802
+ "oneOf": [
4803
+ {
4804
+ "type": "string",
4805
+ "enum": ["day", "week", "month", "year"]
4806
+ },
4807
+ {
4808
+ "type": "null"
4809
+ }
4810
+ ]
4811
+ }
4812
+ },
4813
+ "additionalProperties": false,
4814
+ "description": "MetricTime(count: Optional[int] = None, period: Optional[dbt.contracts.graph.unparsed.MetricTimePeriod] = None)"
4815
+ },
4816
+ "MetricConfig": {
4817
+ "type": "object",
4818
+ "required": [],
4819
+ "properties": {
4820
+ "enabled": {
4821
+ "type": "boolean",
4822
+ "default": true
4823
+ },
4824
+ "group": {
4825
+ "oneOf": [
4826
+ {
4827
+ "type": "string"
4828
+ },
4829
+ {
4830
+ "type": "null"
4831
+ }
4832
+ ]
4833
+ }
4834
+ },
4835
+ "additionalProperties": true,
4836
+ "description": "MetricConfig(_extra: Dict[str, Any] = <factory>, enabled: bool = True, group: Optional[str] = None)"
4837
+ },
4838
+ "Group": {
4839
+ "type": "object",
4840
+ "required": [
4841
+ "name",
4842
+ "resource_type",
4843
+ "package_name",
4844
+ "path",
4845
+ "original_file_path",
4846
+ "unique_id",
4847
+ "owner"
4848
+ ],
4849
+ "properties": {
4850
+ "name": {
4851
+ "type": "string"
4852
+ },
4853
+ "resource_type": {
4854
+ "type": "string",
4855
+ "enum": ["group"]
4856
+ },
4857
+ "package_name": {
4858
+ "type": "string"
4859
+ },
4860
+ "path": {
4861
+ "type": "string"
4862
+ },
4863
+ "original_file_path": {
4864
+ "type": "string"
4865
+ },
4866
+ "unique_id": {
4867
+ "type": "string"
4868
+ },
4869
+ "owner": {
4870
+ "$ref": "#/definitions/Owner"
4871
+ }
4872
+ },
4873
+ "additionalProperties": false,
4874
+ "description": "Group(name: str, resource_type: dbt.node_types.NodeType, package_name: str, path: str, original_file_path: str, unique_id: str, owner: dbt.contracts.graph.unparsed.Owner)"
4875
+ }
4876
+ },
4877
+ "$schema": "http://json-schema.org/draft-07/schema#",
4878
+ "$id": "https://schemas.getdbt.com/dbt/manifest/v9.json"
4879
+ }