Fixed integration issue with csv streaming

This commit is contained in:
Akash Sivakumar
2024-11-26 21:41:17 -07:00
parent 5d20e14dbf
commit b1fc1dbc49
5 changed files with 11 additions and 10 deletions

View File

@@ -74,7 +74,7 @@ docker exec -it clickhouse-kafka-1 kafka-console-consumer --bootstrap-server kaf
Get into the ClickHouse client:
```bash
docker exec -it clickhouse-client clickhouse-client
docker exec -it <server1's container ID from docker ps> clickhouse-client
```
Check if tables are available:
```bash