You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATE
SOURCE minio_expanses (
id int ,
name TEXT,
amount NUMERIC,
operation_time TIMESTAMP WITH TIME ZONE,
) WITH ( connector ='s3_v2',
s3.region_name='us-east-1',
s3.bucket_name='monitoring',
s3.credentials.access ='<ACCESS_KEY>',
s3.credentials.secret ='<SECRET>',
s3.endpoint_url='http://minio:9000/') FORMAT PLAIN ENCODE JSON;
SELECT*FROM minio_expanses;
Expected behavior
No response
How did you deploy RisingWave?
No response
The version of RisingWave
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Reported in community
https://risingwave-community.slack.com/archives/C03BW71523T/p1723121143187519
Error message/log
No response
To Reproduce
Docker compose:
example.json
:Expected behavior
No response
How did you deploy RisingWave?
No response
The version of RisingWave
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: