-
Notifications
You must be signed in to change notification settings - Fork 57
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
Assets not displayed in Purview #154
Comments
If it helps troubleshooting faster, I am within Microsoft Tenant and can share the artifacts with team. |
#TakenOffline |
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) |
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
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']
The text was updated successfully, but these errors were encountered: