Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 committed Jul 13, 2023
1 parent 01c44ce commit 0cb8dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata-ingestion/src/datahub/ingestion/source/tableau.py
Original file line number Diff line number Diff line change
Expand Up @@ -1682,7 +1682,7 @@ def emit_datasource(
)

def _get_datasource_container_key(self, datasource, workbook, is_embedded_ds):
container_key: Optional[PlatformKey] = None
container_key: Optional[ContainerKey] = None
if is_embedded_ds: # It is embedded then parent is container is workbook
if workbook is not None:
container_key = self.gen_workbook_key(workbook)
Expand Down

0 comments on commit 0cb8dbd

Please sign in to comment.