Hi
I’m using the dremio/dremio-oss docker image.
I managed to create a fake user on startup with:
debug: {
addDefaultUser: true
}
Is there any way to create an S3 Lake on dremio startup? (Instead using the UI)
Thank you
Hi
I’m using the dremio/dremio-oss docker image.
I managed to create a fake user on startup with:
debug: {
addDefaultUser: true
}
Is there any way to create an S3 Lake on dremio startup? (Instead using the UI)
Thank you
There is no way to have pre-configured sources created on first startup that is configurable. Note that addDefaultUser
is a debug
flag used for testing.
Thank you for your answer, Doron.
I found the REST way to do that.
https://community.dremio.com/t/how-to-add-an-amazon-s3-data-source-via-rest-api/6467/3