Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xuefengze committed Apr 7, 2024
1 parent a6c510e commit 02366f8
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions ci/scripts/gen-integration-test-yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,46 +3,46 @@
import subprocess

CASES_MAP = {
# 'ad-click': ['json'],
# 'ad-ctr': ['json'],
# 'cdn-metrics': ['json'],
# 'clickstream': ['json'],
# 'livestream': ['json', 'protobuf'],
# 'prometheus': ['json'],
# 'schema-registry': ['json'],
# 'mysql-cdc': ['json'],
# 'postgres-cdc': ['json'],
# 'mongodb-cdc': ['json'],
# 'mysql-sink': ['json'],
# 'postgres-sink': ['json'],
# 'iceberg-cdc': ['json'],
# 'iceberg-sink': ['none'],
# 'iceberg-source': ['none'],
# 'twitter': ['json', 'protobuf'],
# 'twitter-pulsar': ['json'],
# 'debezium-mysql': ['json'],
# 'debezium-postgres': ['json'],
# 'debezium-sqlserver': ['json'],
'ad-click': ['json'],
'ad-ctr': ['json'],
'cdn-metrics': ['json'],
'clickstream': ['json'],
'livestream': ['json', 'protobuf'],
'prometheus': ['json'],
'schema-registry': ['json'],
'mysql-cdc': ['json'],
'postgres-cdc': ['json'],
'mongodb-cdc': ['json'],
'mysql-sink': ['json'],
'postgres-sink': ['json'],
'iceberg-cdc': ['json'],
'iceberg-sink': ['none'],
'iceberg-source': ['none'],
'twitter': ['json', 'protobuf'],
'twitter-pulsar': ['json'],
'debezium-mysql': ['json'],
'debezium-postgres': ['json'],
'debezium-sqlserver': ['json'],
'tidb-cdc-sink': ['json'],
# 'citus-cdc': ['json'],
# 'kinesis-s3-source': ['json'],
# 'clickhouse-sink': ['json'],
# 'cockroach-sink': ['json'],
# 'kafka-cdc-sink': ['json'],
# 'cassandra-and-scylladb-sink': ['json'],
# 'elasticsearch-sink': ['json'],
# 'redis-sink': ['json'],
# 'big-query-sink': ['json'],
# 'mindsdb': ['json'],
# 'vector': ['json'],
# 'nats': ['json', 'protobuf'],
# 'mqtt': ['json'],
# 'doris-sink': ['json'],
# 'starrocks-sink': ['json'],
# 'deltalake-sink': ['json'],
# 'pinot-sink': ['json'],
# 'presto-trino': ['json'],
# 'client-library': ['none'],
'citus-cdc': ['json'],
'kinesis-s3-source': ['json'],
'clickhouse-sink': ['json'],
'cockroach-sink': ['json'],
'kafka-cdc-sink': ['json'],
'cassandra-and-scylladb-sink': ['json'],
'elasticsearch-sink': ['json'],
'redis-sink': ['json'],
'big-query-sink': ['json'],
'mindsdb': ['json'],
'vector': ['json'],
'nats': ['json', 'protobuf'],
'mqtt': ['json'],
'doris-sink': ['json'],
'starrocks-sink': ['json'],
'deltalake-sink': ['json'],
'pinot-sink': ['json'],
'presto-trino': ['json'],
'client-library': ['none'],
}

def gen_pipeline_steps():
Expand Down

0 comments on commit 02366f8

Please sign in to comment.