Skip to content

Commit

Permalink
chore(tableau): adjust visibility of info message (#12235)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgomezvillamor authored Dec 27, 2024
1 parent d7de7eb commit ac8e539
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}'")
# 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 ac8e539

Please sign in to comment.