Skip to content

Commit

Permalink
fix ingestion of owner in dbt, via email (#17613)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicor88 authored and OnkarVO7 committed Aug 28, 2024
1 parent 13fd18d commit 092ce3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def get_dbt_owner(
return owner

# If owner is not found, try to find the owner in OMD using email
owner = self.metadata.get_reference_by_email(name=dbt_owner)
owner = self.metadata.get_reference_by_email(email=dbt_owner)

if not owner:
logger.warning(
Expand Down

0 comments on commit 092ce3d

Please sign in to comment.