Pasha Shaik
Pasha Shaik
You can find the screenshot attached comparing the profile result: ### **Profile WITHOUT NODELABEL Query** Query: `PROFILE MATCH (src {urn: "urn:li:schemaField:(%s),warp_file_name)"})-[r:DownstreamOf]->(dest) RETURN type(r), dest, 1`  ### **Profile WITH NODELABEL...
@RyanHolstien @david-leifker Could you please approve it as I had fixed the changes. It was a formatting issue and hence the build was failing and so are the unit-tests. I...
> Could you please approve it as I had fixed the changes. It was a formatting issue and hence the build was failing and so are the unit-tests. I fixed...
> @pashashaik-mms , as mentions [here](https://github.com/datahub-project/datahub/actions/runs/9198346655/job/25300909269?pr=10415#step:6:3427) > > the below error is occurring because in testcases [here](https://github.com/datahub-project/datahub/blob/master/metadata-io/src/test/java/com/linkedin/metadata/graph/GraphServiceTestBase.java#L1108), "sourceEntityFilter" is passed as null and because of that the variable "srcNodeLabel" in...
@deepgarg-visa fixed now. Could you please check and approve it. Its been waiting a while now.
@deepgarg-visa I handled your scenario as well. Now the tests are running fine. Could you please check the same. removeEdgesFromNode() might be in balance.
> @pashashaik-mms are all metadata-io testcase passed ? I guess this fix will not the solve the problem, as defualt value of variable "srcNodeLabel" is blank. Because of that the...