We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e005868 commit 4692800Copy full SHA for 4692800
metadata-ingestion/src/datahub/ingestion/source/tableau/tableau.py
@@ -898,7 +898,7 @@ def dataset_browse_prefix(self) -> str:
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
901
- self.server = make_tableau_client(self.site_id)
+ self.server = self.config.make_tableau_client(self.site_id)
902
903
@property
904
def site_content_url(self) -> Optional[str]:
0 commit comments