Skip to content

Commit

Permalink
fix main ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xxhZs committed Jan 13, 2025
1 parent c103819 commit 2549e3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integration_tests/elasticsearch-sink/create_sink.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ CREATE SINK bhv_es7_sink
FROM
bhv_mv WITH (
connector = 'elasticsearch',
type = 'upsert',
index = 'test',
url = 'http://elasticsearch7:9200',
username = 'elastic',
Expand All @@ -14,6 +15,7 @@ CREATE SINK bhv_es8_sink
FROM
bhv_mv WITH (
connector = 'elasticsearch',
type = 'upsert',
index = 'test',
url = 'http://elasticsearch8:9200',
username = 'elastic',
Expand All @@ -24,6 +26,7 @@ CREATE SINK es7_types_sink
FROM
es_types WITH (
connector = 'elasticsearch',
type = 'upsert',
index = 'test_types',
primary_key = 'types_id',
url = 'http://elasticsearch7:9200',
Expand All @@ -35,6 +38,7 @@ CREATE SINK es8_types_sink
FROM
es_types WITH (
connector = 'elasticsearch',
type = 'upsert',
index = 'test_types',
primary_key = 'types_id',
url = 'http://elasticsearch8:9200',
Expand Down

0 comments on commit 2549e3d

Please sign in to comment.