fix ingestion of owner in dbt, via email (#17613)

This commit is contained in:
nicor88 2024-08-28 14:54:50 +02:00 committed by GitHub
parent c5b93124ba
commit 5eae1e371c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -162,7 +162,7 @@ class DbtSource(DbtServiceSource):
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(