We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f239189 commit e005868Copy full SHA for e005868
metadata-ingestion/src/datahub/ingestion/source/tableau/tableau.py
@@ -896,8 +896,8 @@ def dataset_browse_prefix(self) -> str:
896
return f"/{self.config.env.lower()}{self.no_env_browse_prefix}"
897
898
def _re_authenticate(self):
899
- # Sign-in again may not be enough because Tableau sometimes caches invalid sessions
900
- # so we need to restart the Tableau Server object
+ # Sign-in again may not be enough because Tableau sometimes caches invalid sessions
+ # so we need to restart the Tableau Server object
901
self.server = make_tableau_client(self.site_id)
902
903
@property
0 commit comments