-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(ingestion/okta): okta stateful ingestion #7736
feat(ingestion/okta): okta stateful ingestion #7736
Conversation
siddiquebagwan
commented
Mar 31, 2023
•
edited
Loading
edited
- stateful ingestion support in okta connector
- Update doc annotation of Azure AD connector
def get_workunits(self) -> Iterable[MetadataWorkUnit]: | ||
return auto_stale_entity_removal( | ||
self.stale_entity_removal_handler, | ||
auto_workunit_reporter( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The auto_workunit_reporter is not appropriate here, but the other two helpers are correct
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one minor change
metadata-ingestion/src/datahub/ingestion/source/identity/okta.py
Outdated
Show resolved
Hide resolved
@mohdsiddique looks like lint is failing |