Skip to content
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

Open
vbbastian opened this issue Feb 2, 2023 · 8 comments
Open

Assets not displayed in Purview #154

vbbastian opened this issue Feb 2, 2023 · 8 comments
Assignees
Labels
bug Something isn't working

Comments

@vbbastian
Copy link

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

  1. Confirmed that configuration of Az Functions has green ticks next to Key Vault rreference
  2. 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']

screenshot

@vbbastian vbbastian added the bug Something isn't working label Feb 2, 2023
@vbbastian
Copy link
Author

If it helps troubleshooting faster, I am within Microsoft Tenant and can share the artifacts with team.

@wjohnson
Copy link
Collaborator

wjohnson commented Feb 5, 2023

#TakenOffline

@wjohnson wjohnson self-assigned this Feb 5, 2023
@danielfilhocoelho
Copy link

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.
image
image

@victoradmc
Copy link

Same thing happening to me as @danielfilhocoelho described

@fhmessas
Copy link

Same thing happening here, as @danielfilhocoelho

@jg079963
Copy link

jg079963 commented Mar 24, 2023

Seeing the same issue. @wjohnson is this being treated as a bug? Was there anything discovered in offline conversations?

@alvintai78
Copy link

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.

@wjohnson
Copy link
Collaborator

Adding additional logs to help with debugging this (as in #225)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants