Skip to content

Commit

Permalink
fix(ingest): okta undefined variable error (datahub-project#6882)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal authored and cccs-Dustin committed Feb 1, 2023
1 parent 627ff46 commit 84c3d57
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ def get_workunits(self) -> Iterable[MetadataWorkUnit]:
asyncio.set_event_loop(event_loop)

# Step 1: Produce MetadataWorkUnits for CorpGroups.
okta_groups: Optional[Iterable[Group]] = None
if self.config.ingest_groups:
okta_groups = list(self._get_okta_groups(event_loop))
datahub_corp_group_snapshots = self._map_okta_groups(okta_groups)
Expand Down

0 comments on commit 84c3d57

Please sign in to comment.