Hey, with v0.8.42 it seems like a small Python mis...
# troubleshoot
w
Hey, with v0.8.42 it seems like a small Python mistake sneaked into the Azure AD connector:
UnboundLocalError: local variable 'datahub_corp_group_snapshot' referenced before assignment
The variable is accessed outside this for loop: https://github.com/datahub-project/datahub/blob/master/metadata-ingestion/src/datahub/ingestion/source/identity/azure_ad.py#L280 This happens on line #297 and #305
e
Hey @wooden-arm-26381 thanks for reporting this, it is indeed a bug
I’ll submit a fix shortly
Hey @wooden-arm-26381 this issue has been fixed in the latest Python release!