gorgeous-diamond-82312
01/26/2022, 5:58 PMbreezy-controller-54597
01/27/2022, 8:35 AMalert-beach-77662
01/27/2022, 2:14 PMcolossal-easter-99672
01/28/2022, 12:21 PMbreezy-controller-54597
01/31/2022, 7:13 AMacoustic-wolf-70583
01/31/2022, 6:03 PMplain-farmer-27314
02/01/2022, 2:45 PMbetter-orange-49102
02/02/2022, 7:20 AMsalmon-rose-54694
02/07/2022, 10:15 AMExplore your Metadata
, however in https://demo.datahubproject.io/ i find there are others such as Platforms
.
My question is how can i enable Platforms
on my local ui?
I build everything with latest source code.better-orange-49102
02/07/2022, 11:01 PMbetter-orange-49102
02/08/2022, 4:18 AMbreezy-controller-54597
02/08/2022, 4:25 AMbetter-orange-49102
02/08/2022, 6:11 AMbreezy-controller-54597
02/08/2022, 7:57 AMdelightful-sugar-63810
02/08/2022, 3:26 PMambitious-guitar-89068
02/10/2022, 5:40 AMbrave-insurance-80044
02/10/2022, 7:24 AMblue-boots-43993
02/10/2022, 1:08 PMcool-gpu-73611
02/10/2022, 3:10 PMmysterious-portugal-30527
02/10/2022, 7:05 PMfew-air-56117
02/11/2022, 1:53 PMwhite-animal-39458
02/15/2022, 2:55 AMfast-needle-9962
02/15/2022, 12:37 PMhigh-family-71209
02/15/2022, 5:24 PMalert-teacher-6920
02/17/2022, 4:09 PMdatahub docker quickstart
and the UI specifically: I can’t scroll through the various fields in the SchemaMetadata section on an entity. If I Inspect in Chrome, there’s a div for that section I can add overflow: scroll
to that makes scrolling work again, but without that, I just can’t scroll through the fields. I’m wondering if there’s something else I can do or if anyone else is having this problem.few-air-56117
02/18/2022, 9:36 AMRuns at 02:20 am (America/New_York)
now, after 2 hours, in ui its look like its still running so i check the logs and its says that its donebillions-receptionist-60247
02/18/2022, 11:43 AMhigh-family-71209
02/21/2022, 9:30 AMbland-orange-13353
02/21/2022, 4:21 PMdamp-queen-61493
02/21/2022, 6:13 PMdatahub-web-react/src/app/lineage/utils/useGetEntityQuery.ts
and the yarnBuild
process gave me the following error:
TypeScript error in /home/hveiga@acesso.digital/Documents/dev/datahub/datahub-web-react/src/app/lineage/utils/useGetEntityQuery.ts(146,28):
Conversion of type '{ entity: any; type: EntityType.Report; }' to type 'EntityAndType' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Type '{ entity: any; type: EntityType.Report; }' is not comparable to type '{ type: EntityType.MlprimaryKey; entity: MlPrimaryKey; }'.
Types of property 'type' are incompatible.
Type 'EntityType.Report' is not comparable to type 'EntityType.MlprimaryKey'. TS2352
144 | returnData = allResults[EntityType.Report]?.data?.report;
145 | if (returnData) {
> 146 | return {
| ^
147 | entity: returnData,
148 | type: EntityType.Report,
149 | } as EntityAndType;
error Command failed with exit code 1.