Skip to content

Commit

Permalink
Update metadata-ingestion/src/datahub/ingestion/source/ge_data_profil…
Browse files Browse the repository at this point in the history
…er.py

Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
  • Loading branch information
jjoyce0510 and hsheth2 authored Jul 9, 2024
1 parent 31f5788 commit 116d315
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,7 @@ def _generate_single_profile(
error_message = str(e).lower()
if "permission denied" in error_message:
self.report.warning(
title="Unauthorized to extract statistics",
title="Unauthorized to extract data profile statistics",
message="We were denied access while attempting to generate profiling statistics for some assets. Please ensure the provided user has permission to query these tables and views.",
context=f"Asset: {pretty_name}",
exc=e,
Expand Down

0 comments on commit 116d315

Please sign in to comment.