Skip to content

Commit

Permalink
chore(tableau): adjust visibility of info message
Browse files Browse the repository at this point in the history
  • Loading branch information
sgomezvillamor authored Dec 27, 2024
1 parent d7de7eb commit 13fb274
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -920,10 +920,7 @@ def dataset_browse_prefix(self) -> str:
return f"/{self.config.env.lower()}{self.no_env_browse_prefix}"

def _re_authenticate(self) -> None:
self.report.info(
message="Re-authenticating to Tableau",
context=f"site='{self.site_content_url}'",
)
logger.info(f"Re-authenticating to Tableau site '{self.site_content_url}'")

Check warning on line 923 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#L923

Added line #L923 was not covered by tests
# Sign-in again may not be enough because Tableau sometimes caches invalid sessions
# so we need to recreate the Tableau Server object
self.server = self.config.make_tableau_client(self.site_content_url)
Expand Down

0 comments on commit 13fb274

Please sign in to comment.