-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
106 lines (106 loc) · 3.7 KB
/
plugin.json
File metadata and controls
106 lines (106 loc) · 3.7 KB
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
{
"name": "workflow-plugin-data-engineering",
"version": "0.3.0",
"dependencies": [
{"name": "bento", "minVersion": "1.0.0"}
],
"description": "Data engineering plugin: CDC, lakehouse, time-series, graph, data quality, catalog, migration, multi-tenancy",
"author": "GoCodeAlone",
"license": "MIT",
"type": "external",
"tier": "core",
"private": false,
"minEngineVersion": "0.3.56",
"keywords": ["cdc", "lakehouse", "timeseries", "graph", "data-quality", "multi-tenancy", "debezium", "iceberg", "neo4j", "catalog", "migration", "data-contract"],
"homepage": "https://github.com/GoCodeAlone/workflow-plugin-data-engineering",
"repository": "https://github.com/GoCodeAlone/workflow-plugin-data-engineering",
"capabilities": {
"configProvider": false,
"moduleTypes": [
"cdc.source",
"data.tenancy",
"catalog.iceberg",
"lakehouse.table",
"timeseries.influxdb",
"timeseries.timescaledb",
"timeseries.clickhouse",
"timeseries.questdb",
"timeseries.druid",
"catalog.schema_registry",
"graph.neo4j",
"catalog.datahub",
"catalog.openmetadata",
"quality.checks",
"migrate.schema"
],
"stepTypes": [
"step.cdc_start",
"step.cdc_stop",
"step.cdc_status",
"step.cdc_snapshot",
"step.cdc_schema_history",
"step.tenant_provision",
"step.tenant_deprovision",
"step.tenant_migrate",
"step.lakehouse_create_table",
"step.lakehouse_evolve_schema",
"step.lakehouse_write",
"step.lakehouse_compact",
"step.lakehouse_snapshot",
"step.lakehouse_query",
"step.lakehouse_expire_snapshots",
"step.ts_write",
"step.ts_write_batch",
"step.ts_query",
"step.ts_downsample",
"step.ts_retention",
"step.ts_continuous_query",
"step.ts_druid_ingest",
"step.ts_druid_query",
"step.ts_druid_datasource",
"step.ts_druid_compact",
"step.schema_register",
"step.schema_validate",
"step.graph_query",
"step.graph_write",
"step.graph_import",
"step.graph_extract_entities",
"step.graph_link",
"step.catalog_register",
"step.catalog_search",
"step.contract_validate",
"step.quality_check",
"step.quality_schema_validate",
"step.quality_profile",
"step.quality_compare",
"step.quality_anomaly",
"step.quality_dbt_test",
"step.quality_soda_check",
"step.quality_ge_validate",
"step.migrate_plan",
"step.migrate_apply",
"step.migrate_run",
"step.migrate_rollback",
"step.migrate_status",
"step.migrate_expand",
"step.migrate_contract",
"step.migrate_expand_status",
"step.schema_evolve_pipeline",
"step.schema_evolve_verify",
"step.catalog_lineage",
"step.catalog_lineage_query",
"step.ts_archive",
"step.ts_tier_status",
"step.ts_clickhouse_view",
"step.graph_extract_entities_llm",
"step.tenant_evaluate_promotion",
"step.tenant_promote",
"step.tenant_demote",
"step.cdc_backpressure",
"step.cdc_monitor"
],
"triggerTypes": [
"trigger.cdc"
]
}
}