Skip to content

Commit 188bc48

Browse files
update ids
1 parent 78c945a commit 188bc48

5 files changed

Lines changed: 107 additions & 24 deletions

File tree

-2.61 KB
Binary file not shown.

metadata-ingestion/docs/sources/integrations_catalog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@
686686
"img_path": "img/logos/platforms/singlestore.svg"
687687
},
688688
"starrocks": {
689-
"api_connector": true,
689+
"api_connector": false,
690690
"platform_type": "Database",
691691
"title": "StarRocks",
692692
"description": "High-performance analytical database for real-time, multi-dimensional analytics at scale.",

metadata-ingestion/src/datahub/ingestion/autogenerated/connector_registry/datahub.json

Lines changed: 104 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@
567567
"classname": "datahub.ingestion.source.datahub.datahub_source.DataHubSource",
568568
"platform_id": "datahub",
569569
"platform_name": "DataHub",
570-
"support_status": "TESTING"
570+
"support_status": "CERTIFIED"
571571
},
572572
"datahub-apply": {
573573
"capabilities": [],
@@ -639,12 +639,24 @@
639639
"subtype_modifier": null,
640640
"supported": true
641641
},
642+
{
643+
"capability": "DESCRIPTIONS",
644+
"description": "Enabled by default",
645+
"subtype_modifier": null,
646+
"supported": true
647+
},
642648
{
643649
"capability": "DELETION_DETECTION",
644650
"description": "Enabled by default via stateful ingestion",
645651
"subtype_modifier": null,
646652
"supported": true
647653
},
654+
{
655+
"capability": "PLATFORM_INSTANCE",
656+
"description": "Project containers are generated instead",
657+
"subtype_modifier": null,
658+
"supported": false
659+
},
648660
{
649661
"capability": "SCHEMA_METADATA",
650662
"description": "Enabled by default, can be disabled via configuration `include_schema`",
@@ -1308,12 +1320,6 @@
13081320
},
13091321
"flink": {
13101322
"capabilities": [
1311-
{
1312-
"capability": "CONTAINERS",
1313-
"description": "Catalog databases as containers (requires SQL Gateway)",
1314-
"subtype_modifier": null,
1315-
"supported": true
1316-
},
13171323
{
13181324
"capability": "DELETION_DETECTION",
13191325
"description": "Via stateful ingestion",
@@ -1326,15 +1332,9 @@
13261332
"subtype_modifier": null,
13271333
"supported": true
13281334
},
1329-
{
1330-
"capability": "SCHEMA_METADATA",
1331-
"description": "Catalog table schemas via SQL Gateway (requires include_catalog_metadata)",
1332-
"subtype_modifier": null,
1333-
"supported": true
1334-
},
13351335
{
13361336
"capability": "LINEAGE_COARSE",
1337-
"description": "Table-level lineage from Kafka sources/sinks",
1337+
"description": "Table-level lineage from Kafka DataStream sources/sinks and SQL/Table API via catalog resolution",
13381338
"subtype_modifier": null,
13391339
"supported": true
13401340
}
@@ -1391,7 +1391,7 @@
13911391
},
13921392
{
13931393
"capability": "LINEAGE_FINE",
1394-
"description": "Support via the `emit_s3_lineage` config field",
1394+
"description": "Support via the `emit_storage_lineage` config field",
13951395
"subtype_modifier": null,
13961396
"supported": true
13971397
},
@@ -1772,9 +1772,9 @@
17721772
},
17731773
{
17741774
"capability": "DOMAINS",
1775-
"description": "Currently not supported.",
1775+
"description": "Supported via the `domain` config field",
17761776
"subtype_modifier": null,
1777-
"supported": false
1777+
"supported": true
17781778
},
17791779
{
17801780
"capability": "OWNERSHIP",
@@ -2785,7 +2785,7 @@
27852785
},
27862786
{
27872787
"capability": "LINEAGE_FINE",
2788-
"description": "Disabled by default, configured using `extract_column_level_lineage`. ",
2788+
"description": "Enabled by default, configured using `extract_column_level_lineage`.",
27892789
"subtype_modifier": null,
27902790
"supported": true
27912791
},
@@ -2920,8 +2920,9 @@
29202920
},
29212921
{
29222922
"capability": "LINEAGE_FINE",
2923-
"description": "Enabled by default to get lineage for views via `include_view_column_lineage`",
2923+
"description": "Column-level lineage when emitting lineage to connector sources (e.g. Iceberg, Hive)",
29242924
"subtype_modifier": [
2925+
"Table",
29252926
"View"
29262927
],
29272928
"supported": true
@@ -3813,6 +3814,87 @@
38133814
"platform_name": "Trino",
38143815
"support_status": "CERTIFIED"
38153816
},
3817+
"starrocks": {
3818+
"capabilities": [
3819+
{
3820+
"capability": "CONTAINERS",
3821+
"description": "Enabled by default",
3822+
"subtype_modifier": [
3823+
"Catalog",
3824+
"Database"
3825+
],
3826+
"supported": true
3827+
},
3828+
{
3829+
"capability": "CLASSIFICATION",
3830+
"description": "Optionally enabled via `classification.enabled`",
3831+
"subtype_modifier": null,
3832+
"supported": true
3833+
},
3834+
{
3835+
"capability": "LINEAGE_FINE",
3836+
"description": "Enabled by default to get lineage for views via `include_view_column_lineage`",
3837+
"subtype_modifier": [
3838+
"View"
3839+
],
3840+
"supported": true
3841+
},
3842+
{
3843+
"capability": "DATA_PROFILING",
3844+
"description": "Optionally enabled via configuration",
3845+
"subtype_modifier": null,
3846+
"supported": true
3847+
},
3848+
{
3849+
"capability": "DESCRIPTIONS",
3850+
"description": "Enabled by default",
3851+
"subtype_modifier": null,
3852+
"supported": true
3853+
},
3854+
{
3855+
"capability": "DELETION_DETECTION",
3856+
"description": "Enabled by default via stateful ingestion",
3857+
"subtype_modifier": null,
3858+
"supported": true
3859+
},
3860+
{
3861+
"capability": "DOMAINS",
3862+
"description": "Supported via the `domain` config field",
3863+
"subtype_modifier": null,
3864+
"supported": true
3865+
},
3866+
{
3867+
"capability": "PLATFORM_INSTANCE",
3868+
"description": "Enabled by default",
3869+
"subtype_modifier": null,
3870+
"supported": true
3871+
},
3872+
{
3873+
"capability": "SCHEMA_METADATA",
3874+
"description": "Enabled by default",
3875+
"subtype_modifier": null,
3876+
"supported": true
3877+
},
3878+
{
3879+
"capability": "LINEAGE_COARSE",
3880+
"description": "Enabled by default to get lineage for views via `include_view_lineage`",
3881+
"subtype_modifier": [
3882+
"View"
3883+
],
3884+
"supported": true
3885+
},
3886+
{
3887+
"capability": "TEST_CONNECTION",
3888+
"description": "Enabled by default",
3889+
"subtype_modifier": null,
3890+
"supported": true
3891+
}
3892+
],
3893+
"classname": "datahub.ingestion.source.sql.starrocks.StarRocksSource",
3894+
"platform_id": "starrocks",
3895+
"platform_name": "StarRocks",
3896+
"support_status": "TESTING"
3897+
},
38163898
"superset": {
38173899
"capabilities": [
38183900
{
@@ -4033,8 +4115,9 @@
40334115
},
40344116
{
40354117
"capability": "LINEAGE_FINE",
4036-
"description": "Enabled by default to get lineage for views via `include_view_column_lineage`",
4118+
"description": "Column-level lineage when emitting lineage to connector sources (e.g. Iceberg, Hive)",
40374119
"subtype_modifier": [
4120+
"Table",
40384121
"View"
40394122
],
40404123
"supported": true
@@ -4294,4 +4377,4 @@
42944377
"support_status": "CERTIFIED"
42954378
}
42964379
}
4297-
}
4380+
}

metadata-ingestion/src/datahub/ingestion/source/usage/clickhouse_usage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def get_sql_alchemy_url(
8282
return super().get_sql_alchemy_url(uri_opts=uri_opts, current_db=current_db)
8383

8484

85-
@platform_name("ClickHouse", id="clickhouse-usage")
85+
@platform_name("ClickHouse", id="clickhouse")
8686
@config_class(ClickHouseUsageConfig)
8787
@support_status(SupportStatus.CERTIFIED)
8888
@capability(

metadata-ingestion/src/datahub/ingestion/source/usage/starburst_trino_usage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ class TrinoUsageReport(SourceReport):
111111
num_joined_access_events_skipped: int = 0
112112

113113

114-
@platform_name("Trino", id="starburst-trino-usage")
114+
@platform_name("Trino", id="trino")
115115
@config_class(TrinoUsageConfig)
116116
@support_status(SupportStatus.CERTIFIED)
117117
@capability(SourceCapability.USAGE_STATS, "Enabled by default to get usage stats")

0 commit comments

Comments
 (0)