airbytehq / airbyte

The leading data integration platform for ETL / ELT data pipelines from APIs, databases & files to data warehouses, data lakes & data lakehouses. Both self-hosted and Cloud-hosted.
https://airbyte.com
Other
15.4k stars 3.97k forks source link

[helm] Storage type local is not working #37836

Open sivankumar86 opened 4 months ago

sivankumar86 commented 4 months ago

Helm Chart Version

0.64.354

What step the error happened?

None

Relevant information

Hello, i would like to disable external storage and donot want to install minio server hence, I tried with local however, helm install failed with state type empty error

storage: type: "local"

Ask: Allow to disable minio and s3 all together . logs are stored in new relic using fluent bit hence, we donot need to airbyte logs.

Relevant log output

No response

marcosmarxm commented 4 months ago

This option is not supported today.

Determines which state storage will be utilized; "MINIO", "S3", or "GCS"

Maybe this can be introduced in a future release.