Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sgomezvillamor committed Jan 21, 2025
1 parent c2f8c2a commit 69e07e8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1154,9 +1154,9 @@ def fetch_projects():
project.parent_name = all_project_map[project.parent_id].name
else:
self.report.warning(

Check warning on line 1156 in metadata-ingestion/src/datahub/ingestion/source/tableau/tableau.py

View check run for this annotation

Codecov / codecov/patch

metadata-ingestion/src/datahub/ingestion/source/tableau/tableau.py#L1156

Added line #L1156 was not covered by tests
title = "Incomplete project hierarchy",
message = "Project details missing. Child projects will be ingested without reference to parent project. We need Site Administrator Explorer permissions to extract complete project hierarchy.",
context = project.parent_id
title="Incomplete project hierarchy",
message="Project details missing. Child projects will be ingested without reference to parent project. We need Site Administrator Explorer permissions to extract complete project hierarchy.",
context=project.parent_id,
)
project.parent_id = None

Check warning on line 1161 in metadata-ingestion/src/datahub/ingestion/source/tableau/tableau.py

View check run for this annotation

Codecov / codecov/patch

metadata-ingestion/src/datahub/ingestion/source/tableau/tableau.py#L1161

Added line #L1161 was not covered by tests

Expand Down

0 comments on commit 69e07e8

Please sign in to comment.