late-bear-87552
01/04/2023, 10:32 AM8.1.1microscopic-machine-90437
01/06/2023, 5:34 AMbored-dentist-25467
01/06/2023, 10:18 AMadamant-van-21355
01/06/2023, 1:49 PMpowerful-cat-68806
01/09/2023, 8:31 AMsalmon-jackal-36326
01/10/2023, 10:15 PMmelodic-dress-7431
01/11/2023, 11:25 AMmicroscopic-honey-35198
01/17/2023, 3:55 PMValueError: source produced an invalid metadata work unit: MetadataChangeProposalWrapper(entityType='chart', changeType='UPSERT',β¦
but only when the warning about NODE_LIMIT_EXCEEDED appears. If the same recipe is run adjusting the page_size option, the warning stops appearing and the error also. Any clue about this? Thanks!powerful-cat-68806
01/18/2023, 9:21 AMproud-policeman-19830
01/19/2023, 9:47 AMmysql-setup and elasticsearch-setup include the following
ENV DOCKERIZE_VERSION v0.6.1
RUN apk add --no-cache curl jq tar bash coreutils \
&& curl -L <https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-linux-amd64-$DOCKERIZE_VERSION.tar.gz> | tar -C
Note that the arch of dockerize is set to amd64, could this be the cause of issues on arm64 that I'm seeing (not sure how it musters through on my M1 however.)proud-policeman-19830
01/19/2023, 1:35 PMDockerfiles for mysql-setup and elasticsearch-setup to build dockerize inline using an extra stage (tagged and stored the docker images locally), modified to compose file to use these images and it now works.bland-balloon-48379
01/20/2023, 8:45 PMsearchAcrossLineage graphql query which is responding with a generic "Error 503 Service Unavailable" HTML page. Looking in the gms logs I don't see anything unusual, just a few REST calls with 200 codes and 2 calls to neo4j to load assertions.
I will say the lineage visualization works fine though. However, I noticed it uses the getEntityLineage graphql query instead.cool-fireman-87485
01/23/2023, 6:25 PMastonishing-answer-96712
01/24/2023, 10:40 PMbest-umbrella-88325
02/07/2023, 11:57 AMglamorous-elephant-17130
02/09/2023, 7:58 PMpowerful-cat-68806
02/20/2023, 5:51 PMglamorous-elephant-17130
02/21/2023, 10:21 AMacceptable-nest-20465
02/21/2023, 7:18 PMacceptable-nest-20465
02/21/2023, 7:41 PMbitter-lawyer-49179
02/22/2023, 2:20 PMpolite-actor-701
02/24/2023, 12:59 AMpolite-actor-701
02/27/2023, 2:31 AMrich-pager-68736
02/27/2023, 7:00 AMpolite-actor-701
03/02/2023, 12:48 AMpolite-actor-701
03/03/2023, 4:08 AM{ tag (urn: "urn:li:tag:AUMμΆμΆ") { urn } }
Test Case 2: Sometimes Error occurs
{
search(input: {
type: CORP_USER, query: "TESTER"
}) {
searchResults {
entity {
... on Tag { urn }
}
}
}
}
Test Case 3: Sometimes Error occurs
{
search(input: {
type: DATASET, query: "TEST"
}) {
searchResults {
entity {
... on Dataset { urn }
}
}
}
}cuddly-butcher-39945
03/03/2023, 3:55 PMtype: CORP_GROUP ? I did not see this in the returned types when I ran this {
__schema {
types {
name
description
specifiedByUrl
}
}
} .
I saw
{
"name": "CorpGroup",
"description": "A DataHub Group entity, which represents a Person on the Metadata Entity Graph",
"specifiedByUrl": null
},
Thanks again!witty-motorcycle-52108
03/08/2023, 4:18 PMv0.10.0. i saw a PR has been opened about adjusting stop words and wasnt sure if it was related to this, but i see that PR is closed now.steep-waitress-15973
03/10/2023, 4:29 AMkind-lifeguard-14131
03/10/2023, 10:36 AM