everpcpc

Results 65 comments of everpcpc

好像是因为文件标题里的集数是从 1 开始的,跟 bangumi 的集数不一样,改了之后就好了

> And now, each auth will generate a uuid in Databend. That behaviour seems weird.

@turt2live Hi, i've reverted the `Dockerfile` change and the `minio-go` upgrade.

@LisoUseInAIKyrios, anything holding back from this getting a PR?

Seems like we can just set this option with `S3_PERMISSION`, update.

We intend to do a 3-step batch sink: 1. Get a presigned url for object storage before a batch by the query: ```sql PRESIGN UPLOAD @stage_name/stage_path; ``` 2. Format data...

Actually object storage is not involved with the 3-step. We get a presigned url with step 1, which is generated by OpenDAL inside Databend, and makes step 2 just a...

Yes, I'm working on this these days.

hi @davidhuie-dd, As a cloud warehouse, we are mostly handling large amounts of data, and the transfer fee can be extremely high with direct insert into the database. So we...