Skip to content

Commit e005868

Browse files
fix lint
1 parent f239189 commit e005868

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -896,8 +896,8 @@ def dataset_browse_prefix(self) -> str:
896896
return f"/{self.config.env.lower()}{self.no_env_browse_prefix}"
897897

898898
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
899+
# Sign-in again may not be enough because Tableau sometimes caches invalid sessions
900+
# so we need to restart the Tableau Server object
901901
self.server = make_tableau_client(self.site_id)
902902

903903
@property

0 commit comments

Comments
 (0)