We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 932cd30 commit 0947b78Copy full SHA for 0947b78
metadata-ingestion/src/datahub/ingestion/source/tableau/tableau.py
@@ -897,7 +897,7 @@ def dataset_browse_prefix(self) -> str:
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
+ # so we need to recreate the Tableau Server object
901
self.server = self.config.make_tableau_client(self.site_id)
902
903
@property
0 commit comments