We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a0928d commit 5888ccbCopy full SHA for 5888ccb
src/vendor/dbt_artifacts_parser/parsers/manifest/manifest_v12.py
@@ -3305,6 +3305,7 @@ class Disabled7(BaseParserModel):
3305
refs: Optional[list[Ref]] = None
3306
sources: Optional[list[list[str]]] = None
3307
metrics: Optional[list[list[str]]] = None
3308
+ functions: Optional[list[str]] = None
3309
depends_on: Optional[DependsOn12] = Field(None, title="DependsOn")
3310
compiled_path: Optional[str] = None
3311
compiled: Optional[bool] = False
0 commit comments