Skip to content

Commit 0947b78

Browse files
Update metadata-ingestion/src/datahub/ingestion/source/tableau/tableau.py
Co-authored-by: Harshal Sheth <[email protected]>
1 parent 932cd30 commit 0947b78

File tree

1 file changed

+1
-1
lines changed
  • metadata-ingestion/src/datahub/ingestion/source/tableau

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ def dataset_browse_prefix(self) -> str:
897897

898898
def _re_authenticate(self):
899899
# Sign-in again may not be enough because Tableau sometimes caches invalid sessions
900-
# so we need to restart the Tableau Server object
900+
# so we need to recreate the Tableau Server object
901901
self.server = self.config.make_tableau_client(self.site_id)
902902

903903
@property

0 commit comments

Comments
 (0)