Hi, My use case is to query pinot, and data fetche...
# pinot-dev
k
Hi, My use case is to query pinot, and data fetched should be stored in S3 in CSV format. Is there any support which pinot provides to store query result in S3?
x
You can follow this doc: https://docs.pinot.apache.org/users/tutorials/use-s3-as-deep-store-for-pinot to setup pinot and ingest data from s3 to pinot
k
@User the use case is not to ingest data to pinot from S3. It is to output query data to s3.
x
ah, you mean save query results to s3 ? There is no such support as of now, but I think you brought a good question of query outputs in different formats.
Can you file a github issue and we can prioritize the task
k
Sure. Will do that.