Skip to content

Commit

Permalink
Merge pull request #16 from DIMO-Network/cloudevent-db2
Browse files Browse the repository at this point in the history
update database name
  • Loading branch information
KevinJoiner authored Jan 3, 2025
2 parents 7be0d35 + 09aacf4 commit db60723
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/dps/files/partial-cloudevents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ output:
sql_insert:
driver: clickhouse
dsn: clickhouse://${CLICKHOUSE_HOST}:${CLICKHOUSE_PORT}/${CLICKHOUSE_INDEX_DATABASE}?username=${CLICKHOUSE_USER}&password=${CLICKHOUSE_PASSWORD}&secure=true&dial_timeout=5s&max_execution_time=300
table: name_index
table: cloud_event
columns: []
args_mapping: root = this
batching:
Expand Down
2 changes: 1 addition & 1 deletion charts/dps/files/valid-cloudevents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ output:
sql_insert:
driver: clickhouse
dsn: clickhouse://${CLICKHOUSE_HOST}:${CLICKHOUSE_PORT}/${CLICKHOUSE_INDEX_DATABASE}?username=${CLICKHOUSE_USER}&password=${CLICKHOUSE_PASSWORD}&secure=true&dial_timeout=5s&max_execution_time=300
table: name_index
table: cloud_event
columns: []
args_mapping: root = this
batching:
Expand Down

0 comments on commit db60723

Please sign in to comment.