some-cricket-23089
09/30/2021, 7:13 AMsudo docker build -t updated_datahub_frontend_react -f ./docker/datahub-frontend
But this end with the error below
---> Running in 55db64e7685d
/bin/sh: ./gradlew: not found
The command '/bin/sh -c cd datahub-src && ./gradlew :datahub-frontend:dist -PenableEmber=${ENABLE_EMBER} -x test -x yarnTest -x yarnLint && cp datahub-frontend/build/distributions/datahub-frontend.zip ../datahub-frontend.zip && cd .. && rm -rf datahub-src && unzip datahub-frontend.zip' returned a non-zero code: 127
Could anyone please help me resolve this issue.quiet-kilobyte-82304
09/30/2021, 8:11 PMExperiment
entity. I’m able to successfully interact with the entity, wanted to check before I proceed to the next obvious steps. To start with I’m not able to find gms.graphql
and browse.graphql
sparse-planet-56664
10/11/2021, 11:37 AMpolite-flower-25924
10/11/2021, 12:42 PMkind-dawn-17532
10/12/2021, 9:11 PMearly-crayon-23965
10/13/2021, 3:32 AMdry-monitor-56298
10/13/2021, 6:20 PMhandsome-art-20377
10/13/2021, 10:12 PM@uiw/react-md-editor
as Rich Text Editor lib over other popular ones like draftjs
. any specific requirements that lead you to that choice?better-orange-49102
10/14/2021, 2:15 AMcurved-jordan-15657
10/15/2021, 9:47 AMbumpy-activity-74405
10/18/2021, 1:40 PMML Models
) from the front page? Perhaps there are some env vars that I can set or something equally simple?witty-keyboard-20400
10/18/2021, 3:50 PMmelodic-helmet-78607
10/21/2021, 6:13 AMmelodic-spoon-99300
10/21/2021, 7:02 AMbetter-orange-49102
10/21/2021, 8:39 AMhandsome-football-66174
10/21/2021, 3:43 PMgorgeous-diamond-82312
10/21/2021, 7:15 PMgorgeous-diamond-82312
10/22/2021, 3:59 PMpolite-flower-25924
10/24/2021, 11:42 PMmelodic-helmet-78607
10/26/2021, 7:03 AMancient-hair-10877
10/27/2021, 5:03 AMbetter-afternoon-19270
10/27/2021, 2:19 PMtitle
?ambitious-intern-17316
10/28/2021, 10:11 PMrenderPreview = (_: PreviewType, data: DataFlow) => {
const platformName = data.orchestrator.charAt(0).toUpperCase() + data.orchestrator.slice(1);
return (
<Preview
urn={data.urn}
name={data.info?.name || ''}
description={data.editableProperties?.description || data.info?.description}
platformName={platformName}
platformLogo={getLogoFromPlatform(data.orchestrator)}
owners={data.ownership?.owners}
globalTags={data.globalTags}
/>
);
};
it appears orchestrator
is undefined.rhythmic-sundown-12093
11/02/2021, 1:42 AMEdit Description
or Add Description
and it showed up like this, which looked very strangeboundless-student-48844
11/04/2021, 10:21 AMbetter-afternoon-19270
11/05/2021, 10:16 AMhandsome-football-66174
11/09/2021, 3:43 PMplain-farmer-27314
11/09/2021, 4:26 PMplain-farmer-27314
11/09/2021, 4:36 PM