Skip to content

Commit

Permalink
Remove docs and meta handled in update_node_config
Browse files Browse the repository at this point in the history
  • Loading branch information
gshank committed Dec 5, 2024
1 parent e32fef5 commit 576a559
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion core/dbt/parser/partial.py
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,6 @@ def delete_schema_macro_patch(self, schema_file, macro):
self.add_to_pp_files(self.saved_files[macro_file_id])

def delete_schema_data_test_patch(self, schema_file, data_test):
print(f"--- in delete_schema_data_test_patch")
data_test_unique_id = None
for unique_id in schema_file.node_patches:
if not unique_id.startswith("test"):
Expand Down
2 changes: 0 additions & 2 deletions core/dbt/parser/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -1199,8 +1199,6 @@ def parse_patch(self, block: TargetBlock[UnparsedSingularTestUpdate], refs: Pars
node.patch_path = patch.file_id
node.description = patch.description
node.created_at = time.time()
node.meta = patch.meta
node.docs = patch.docs


class MacroPatchParser(PatchParser[UnparsedMacroUpdate, ParsedMacroPatch]):
Expand Down

0 comments on commit 576a559

Please sign in to comment.