Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyholcomb committed Jun 20, 2024
1 parent 0b5d2ab commit b529b11
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def parse_manifest_from_dbt_generated_manifest(manifest_json_string: str) -> Pyd
# The serialized object in the dbt project does not have all transformations applied to it at
# this time, which causes failures with input measure resolution.
# TODO: remove this transform call once the upstream changes are integrated into our dependency tree
# TODO: align rules between DSI, here, and MFS (if possible!)
rules = (
# Primary
(LowerCaseNamesRule(),),
Expand Down

0 comments on commit b529b11

Please sign in to comment.