Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xuefengze committed Jan 30, 2024
1 parent c88c9e5 commit a82c3ed
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions ci/scripts/gen-integration-test-yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,41 +3,41 @@
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'],
# 'mysql-sink': ['json'],
# 'postgres-sink': ['json'],
# 'iceberg-cdc': ['json'],
# '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'],
# 'doris-sink': ['json'],
# 'starrocks-sink': ['json'],
# 'deltalake-sink': ['json'],
# 'pinot-sink': ['json'],
# 'presto-trino': ['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'],
'mysql-sink': ['json'],
'postgres-sink': ['json'],
'iceberg-cdc': ['json'],
'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'],
'doris-sink': ['json'],
'starrocks-sink': ['json'],
'deltalake-sink': ['json'],
'pinot-sink': ['json'],
'presto-trino': ['json'],
'client-library': ['none'],
}

Expand Down

0 comments on commit a82c3ed

Please sign in to comment.