Skip to content

Commit

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

Co-authored-by: Harshal Sheth <[email protected]>
  • Loading branch information
mayurinehate and hsheth2 authored Jan 23, 2025
1 parent d4dca96 commit 22f201d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ def fetch_secure_view_definition(
else:
error_msg = "Failed to get secure views definitions."

Check warning on line 507 in metadata-ingestion/src/datahub/ingestion/source/snowflake/snowflake_schema_gen.py

View check run for this annotation

Codecov / codecov/patch

metadata-ingestion/src/datahub/ingestion/source/snowflake/snowflake_schema_gen.py#L507

Added line #L507 was not covered by tests
self.structured_reporter.warning(
error_msg + " Lineage will be missing for the view.",
f"{error_msg} Lineage will be missing for the view.",
context=f"{db_name}.{schema_name}.{table_name}",
exc=e,
)
Expand Down

0 comments on commit 22f201d

Please sign in to comment.