Skip to content

Commit

Permalink
fix(ingest/sagemaker): resolve incorrect variable assignment for Sage…
Browse files Browse the repository at this point in the history
…Maker API call (datahub-project#10965)
  • Loading branch information
TristanHeisler authored and aviv-julienjehannet committed Jul 25, 2024
1 parent 88ef1c3 commit bff99b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ def get_model_wu(

model_image_groups: Set[str] = set()
if model_image is not None:
model_uri_groups = self.lineage.model_image_to_groups.get(
model_image_groups = self.lineage.model_image_to_groups.get(
model_image, set()
)

Expand Down

0 comments on commit bff99b1

Please sign in to comment.