Skip to content

Commit 4692800

Browse files
fix call
1 parent e005868 commit 4692800

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
@@ -898,7 +898,7 @@ def dataset_browse_prefix(self) -> str:
898898
def _re_authenticate(self):
899899
# Sign-in again may not be enough because Tableau sometimes caches invalid sessions
900900
# so we need to restart the Tableau Server object
901-
self.server = make_tableau_client(self.site_id)
901+
self.server = self.config.make_tableau_client(self.site_id)
902902

903903
@property
904904
def site_content_url(self) -> Optional[str]:

0 commit comments

Comments
 (0)