Purview-ADB-Lineage-Solution-Accelerator
Purview-ADB-Lineage-Solution-Accelerator copied to clipboard
Assets not displayed in Purview
Describe the bug I installed the demo version of ADB Solution accelerator, after running notebook, I can see successful invocation happening for the PurviewOut Function with valid openai lineage json. But for some reason i am not getting the assets in Purview. I got the assets once for the very first run after installation. I deleted them to do some testing and tried rerunning notebook multiple times, but the assets are not showing up again
.Steps Taken
- Confirmed that configuration of Az Functions has green ticks next to Key Vault rreference
- Tried installing custom types on Purview using PS and got message. that the types are already installed
Function App Log
union traces | union exceptions | where timestamp > ago(30d) | where operation_Id == 'cedb60b36ff487b012d019b07fdfc6d0' | where customDimensions['InvocationId'] == '56dc42ff-be09-4353-a0c3-f4113bc496d8' | order by timestamp asc | project timestamp, message = iff(message != '', message, iff(innermostMessage != '', innermostMessage, customDimensions.['prop__{OriginalFormat}'])), logLevel = customDimensions.['LogLevel']
If it helps troubleshooting faster, I am within Microsoft Tenant and can share the artifacts with team.
#TakenOffline
Any updates here? I have a similar problem - I can also see the data go the EH, but it doesn't reach purview. It seems that it always falls on the enrichedEvent == null conditional.
Same thing happening to me as @danielfilhocoelho described
Same thing happening here, as @danielfilhocoelho
Seeing the same issue. @wjohnson is this being treated as a bug? Was there anything discovered in offline conversations?
Yeah i am having the same issue, not sure has this been fix ? All my deployment is successful without any error message. But i cannot see databricks as an asset inside purview.
Adding additional logs to help with debugging this (as in #225)