forked from datahub-project/datahub
-
Notifications
You must be signed in to change notification settings - Fork 12
/
data-platforms.yaml
750 lines (749 loc) · 20 KB
/
data-platforms.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
# Instructions to add additional entry
# 1. Add new entry to this list
# 2. Increment version in bootstrap_mcps.yaml for the entry referring to this file
- entityUrn: urn:li:dataPlatform:adlsGen1
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "/"
name: adlsGen1
displayName: Azure Data Lake (Gen 1)
type: FILE_SYSTEM
logoUrl: "/assets/platforms/adlslogo.png"
- entityUrn: urn:li:dataPlatform:adlsGen2
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "/"
name: adlsGen2
displayName: Azure Data Lake (Gen 2)
type: FILE_SYSTEM
logoUrl: "/assets/platforms/adlslogo.png"
- entityUrn: urn:li:dataPlatform:airflow
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: airflow
displayName: Airflow
type: OTHERS
logoUrl: "/assets/platforms/airflowlogo.png"
- entityUrn: urn:li:dataPlatform:ambry
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: ambry
displayName: Ambry
type: OBJECT_STORE
- entityUrn: urn:li:dataPlatform:clickhouse
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: clickhouse
displayName: ClickHouse
type: RELATIONAL_DB
logoUrl: "/assets/platforms/clickhouselogo.png"
- entityUrn: urn:li:dataPlatform:cockroachdb
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: cockroachdb
displayName: CockroachDb
type: RELATIONAL_DB
logoUrl: "/assets/platforms/cockroachdblogo.png"
- entityUrn: urn:li:dataPlatform:couchbase
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: couchbase
displayName: Couchbase
type: KEY_VALUE_STORE
logoUrl: "/assets/platforms/couchbaselogo.png"
- entityUrn: urn:li:dataPlatform:dagster
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "/"
name: dagster
displayName: Dagster
type: OTHERS
logoUrl: "/assets/platforms/dagsterlogo.svg"
- entityUrn: urn:li:dataPlatform:external
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: external
displayName: External Source
type: OTHERS
- entityUrn: urn:li:dataPlatform:hdfs
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "/"
name: hdfs
displayName: HDFS
type: FILE_SYSTEM
logoUrl: "/assets/platforms/hadooplogo.png"
- entityUrn: urn:li:dataPlatform:hana
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: hana
displayName: SAP HANA
type: RELATIONAL_DB
logoUrl: "/assets/platforms/hanalogo.png"
- entityUrn: urn:li:dataPlatform:hive
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: hive
displayName: Hive
type: FILE_SYSTEM
logoUrl: "/assets/platforms/hivelogo.png"
- entityUrn: urn:li:dataPlatform:hudi
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: hudi
displayName: Hudi
type: FILE_SYSTEM
logoUrl: "/assets/platforms/hudilogo.png"
- entityUrn: urn:li:dataPlatform:iceberg
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: iceberg
displayName: Iceberg
type: FILE_SYSTEM
logoUrl: "/assets/platforms/iceberglogo.png"
- entityUrn: urn:li:dataPlatform:s3
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "/"
name: s3
displayName: AWS S3
type: FILE_SYSTEM
logoUrl: "/assets/platforms/s3.png"
- entityUrn: urn:li:dataPlatform:kafka
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: kafka
displayName: Kafka
type: MESSAGE_BROKER
logoUrl: "/assets/platforms/kafkalogo.png"
- entityUrn: urn:li:dataPlatform:kafka-connect
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: kafka-connect
displayName: Kafka Connect
type: OTHERS
logoUrl: "/assets/platforms/kafkalogo.png"
- entityUrn: urn:li:dataPlatform:kusto
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: kusto
displayName: Kusto
type: OLAP_DATASTORE
logoUrl: "/assets/platforms/kustologo.png"
- entityUrn: urn:li:dataPlatform:mode
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: mode
displayName: Mode
type: KEY_VALUE_STORE
logoUrl: "/assets/platforms/modelogo.png"
- entityUrn: urn:li:dataPlatform:mongodb
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: mongodb
displayName: MongoDB
type: KEY_VALUE_STORE
logoUrl: "/assets/platforms/mongodblogo.png"
- entityUrn: urn:li:dataPlatform:mysql
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: mysql
displayName: MySQL
type: RELATIONAL_DB
logoUrl: "/assets/platforms/mysqllogo.png"
- entityUrn: urn:li:dataPlatform:db2
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: db2
displayName: DB2
type: RELATIONAL_DB
logoUrl: "/assets/platforms/db2logo.png"
- entityUrn: urn:li:dataPlatform:mariadb
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: mariadb
displayName: MariaDB
type: RELATIONAL_DB
logoUrl: "/assets/platforms/mariadblogo.png"
- entityUrn: urn:li:dataPlatform:OpenApi
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: openapi
displayName: OpenAPI
type: OTHERS
logoUrl: "/assets/platforms/openapilogo.png"
- entityUrn: urn:li:dataPlatform:oracle
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: oracle
displayName: Oracle
type: RELATIONAL_DB
logoUrl: "/assets/platforms/oraclelogo.png"
- entityUrn: urn:li:dataPlatform:pinot
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: pinot
displayName: Pinot
type: OLAP_DATASTORE
logoUrl: "/assets/platforms/pinotlogo.png"
- entityUrn: urn:li:dataPlatform:postgres
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: postgres
displayName: PostgreSQL
type: RELATIONAL_DB
logoUrl: "/assets/platforms/postgreslogo.png"
- entityUrn: urn:li:dataPlatform:prefect
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: prefect
displayName: Prefect
type: OTHERS
logoUrl: "/assets/platforms/prefectlogo.png"
- entityUrn: urn:li:dataPlatform:presto
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: prefect
displayName: Prefect
type: OTHERS
logoUrl: "/assets/platforms/prefectlogo.png"
- entityUrn: urn:li:dataPlatform:presto
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: presto
displayName: Presto
type: QUERY_ENGINE
logoUrl: "/assets/platforms/prestologo.png"
- entityUrn: urn:li:dataPlatform:tableau
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: tableau
displayName: Tableau
type: OTHERS
logoUrl: "/assets/platforms/tableaulogo.svg"
- entityUrn: urn:li:dataPlatform:teradata
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: teradata
displayName: Teradata
type: RELATIONAL_DB
logoUrl: "/assets/platforms/teradatalogo.png"
- entityUrn: urn:li:dataPlatform:voldemort
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: voldemort
displayName: Voldemort
type: KEY_VALUE_STORE
- entityUrn: urn:li:dataPlatform:snowflake
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: snowflake
displayName: Snowflake
type: RELATIONAL_DB
logoUrl: "/assets/platforms/snowflakelogo.png"
- entityUrn: urn:li:dataPlatform:redshift
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: redshift
displayName: Redshift
type: RELATIONAL_DB
logoUrl: "/assets/platforms/redshiftlogo.png"
- entityUrn: urn:li:dataPlatform:mssql
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: mssql
displayName: SQL Server
type: RELATIONAL_DB
logoUrl: "/assets/platforms/mssqllogo.png"
- entityUrn: urn:li:dataPlatform:bigquery
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: bigquery
displayName: BigQuery
type: RELATIONAL_DB
logoUrl: "/assets/platforms/bigquerylogo.png"
- entityUrn: urn:li:dataPlatform:druid
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: druid
displayName: Druid
type: OLAP_DATASTORE
logoUrl: "/assets/platforms/druidlogo.png"
- entityUrn: urn:li:dataPlatform:looker
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: looker
displayName: Looker
type: OTHERS
logoUrl: "/assets/platforms/lookerlogo.svg"
- entityUrn: urn:li:dataPlatform:feast
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: feast
displayName: Feast
type: OTHERS
logoUrl: "/assets/platforms/feastlogo.png"
- entityUrn: urn:li:dataPlatform:sagemaker
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: sagemaker
displayName: SageMaker
type: OTHERS
logoUrl: "/assets/platforms/sagemakerlogo.png"
- entityUrn: urn:li:dataPlatform:mlflow
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: mlflow
displayName: MLflow
type: OTHERS
logoUrl: "/assets/platforms/mlflowlogo.png"
- entityUrn: urn:li:dataPlatform:glue
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: glue
displayName: Glue
type: OTHERS
logoUrl: "/assets/platforms/gluelogo.png"
- entityUrn: urn:li:dataPlatform:redash
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: redash
displayName: Redash
type: OTHERS
logoUrl: "/assets/platforms/redashlogo.png"
- entityUrn: urn:li:dataPlatform:athena
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: athena
displayName: AWS Athena
type: RELATIONAL_DB
logoUrl: "/assets/platforms/awsathenalogo.png"
- entityUrn: urn:li:dataPlatform:spark
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: spark
displayName: Spark
type: OTHERS
logoUrl: "/assets/platforms/sparklogo.png"
- entityUrn: urn:li:dataPlatform:dbt
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: dbt
displayName: dbt
type: OTHERS
logoUrl: "/assets/platforms/dbtlogo.png"
- entityUrn: urn:li:dataPlatform:elasticsearch
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: elasticsearch
displayName: Elasticsearch
type: OTHERS
logoUrl: "/assets/platforms/elasticsearchlogo.png"
- entityUrn: urn:li:dataPlatform:great-expectations
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
name: Great Expectations
displayName: Great Expectations
type: OTHERS
logoUrl: "/assets/platforms/greatexpectationslogo.png"
datasetNameDelimiter: "."
- entityUrn: urn:li:dataPlatform:powerbi
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: powerbi
displayName: Power BI
type: OTHERS
logoUrl: "/assets/platforms/powerbilogo.png"
- entityUrn: urn:li:dataPlatform:presto-on-hive
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: presto-on-hive
displayName: Presto on Hive
type: FILE_SYSTEM
logoUrl: "/assets/platforms/prestoonhivelogo.png"
- entityUrn: urn:li:dataPlatform:metabase
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: metabase
displayName: Metabase
type: OTHERS
logoUrl: "/assets/platforms/metabaselogo.svg"
- entityUrn: urn:li:dataPlatform:nifi
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: nifi
displayName: NiFi
type: OTHERS
logoUrl: "/assets/platforms/nifilogo.svg"
- entityUrn: urn:li:dataPlatform:superset
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: superset
displayName: Superset
type: OTHERS
logoUrl: "/assets/platforms/supersetlogo.png"
- entityUrn: urn:li:dataPlatform:trino
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: trino
displayName: Trino
type: QUERY_ENGINE
logoUrl: "/assets/platforms/trinologo.png"
- entityUrn: urn:li:dataPlatform:pulsar
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: pulsar
displayName: Pulsar
type: MESSAGE_BROKER
logoUrl: "/assets/platforms/pulsarlogo.png"
- entityUrn: urn:li:dataPlatform:salesforce
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: salesforce
displayName: Salesforce
type: OTHERS
logoUrl: "/assets/platforms/logo-salesforce.svg"
- entityUrn: urn:li:dataPlatform:unknown
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: Unknown Platform
displayName: N/A
type: OTHERS
- entityUrn: urn:li:dataPlatform:delta-lake
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: delta-lake
displayName: Delta Lake
type: OTHERS
logoUrl: "/assets/platforms/deltalakelogo.png"
- entityUrn: urn:li:dataPlatform:databricks
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: databricks
displayName: Databricks
type: OTHERS
logoUrl: "/assets/platforms/databrickslogo.png"
- entityUrn: urn:li:dataPlatform:vertica
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: vertica
displayName: Vertica
type: OLAP_DATASTORE
logoUrl: "/assets/platforms/verticalogo.png"
- entityUrn: urn:li:dataPlatform:gcs
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "/"
name: gcs
displayName: Google Cloud Storage
type: FILE_SYSTEM
logoUrl: "/assets/platforms/gcslogo.svg"
- entityUrn: urn:li:dataPlatform:slack
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: Slack
displayName: Slack
type: OTHERS
logoUrl: "/assets/platforms/slacklogo.png"
- entityUrn: urn:li:dataPlatform:microsoft-teams
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: Microsoft Teams
displayName: Microsoft Teams
type: OTHERS
logoUrl: "/assets/platforms/teamslogo.png"
- entityUrn: urn:li:dataPlatform:dynamodb
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: dynamodb
displayName: DynamoDB
type: KEY_VALUE_STORE
logoUrl: "/assets/platforms/dynamodblogo.png"
- entityUrn: urn:li:dataPlatform:fivetran
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: fivetran
displayName: Fivetran
type: OTHERS
logoUrl: "/assets/platforms/fivetranlogo.png"
- entityUrn: urn:li:dataPlatform:csv
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: csv
displayName: CSV
type: OTHERS
logoUrl: "/assets/platforms/csv-logo.png"
- entityUrn: urn:li:dataPlatform:qlik-sense
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: qlik-sense
displayName: Qlik Sense
type: OTHERS
logoUrl: "/assets/platforms/qliklogo.png"
- entityUrn: urn:li:dataPlatform:file
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: file
displayName: File
type: OTHERS
logoUrl: "/assets/platforms/file-logo.svg"
- entityUrn: urn:li:dataPlatform:excel
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
name: excel
displayName: Excel
type: OTHERS
datasetNameDelimiter: "/"
logoUrl: "/assets/platforms/excel-logo.svg"
- entityUrn: urn:li:dataPlatform:sigma
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: sigma
displayName: Sigma
type: OTHERS
logoUrl: "/assets/platforms/sigmalogo.png"
- entityUrn: urn:li:dataPlatform:sac
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: sac
displayName: SAP Analytics Cloud
type: OTHERS
logoUrl: "/assets/platforms/saclogo.svg"
- entityUrn: urn:li:dataPlatform:dremio
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: dremio
displayName: Dremio
type: QUERY_ENGINE
logoUrl: "/assets/platforms/dremiologo.png"
- entityUrn: urn:li:dataPlatform:cassandra
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: cassandra
displayName: Cassandra
type: KEY_VALUE_STORE
logoUrl: "/assets/platforms/cassandralogo.png"
- entityUrn: urn:li:dataPlatform:neo4j
entityType: dataPlatform
aspectName: dataPlatformInfo
changeType: UPSERT
aspect:
datasetNameDelimiter: "."
name: neo4j
displayName: Neo4j
type: OTHERS
logoUrl: "/assets/platforms/neo4j.png"