Skip to content

Commit

Permalink
Added DBT tests with versionless and fixed v7 parsing (#18028)
Browse files Browse the repository at this point in the history
  • Loading branch information
SumanMaharana authored Sep 27, 2024
1 parent c9d37f6 commit bc6f482
Show file tree
Hide file tree
Showing 3 changed files with 19,868 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ def remove_manifest_non_required_keys(self, manifest_dict: dict):
"compiled_sql",
"raw_code",
"raw_sql",
"language",
}

for node, value in manifest_dict.get( # pylint: disable=unused-variable
Expand Down
Loading

0 comments on commit bc6f482

Please sign in to comment.