@gupta_tanmay wrote:
I have started the delta sharing server.
Using guide on https://github.com/delta-io/delta-sharing.
But I am not able to create a profile.
How can I correctly create profile and share the table through delta sharing with the data stored in MinIO?
Hello,
To create a profile and share a table through Delta Sharing with data stored in MinIO, follow these steps:
Create a Profile File: Generate a profile file with the necessary credentials and endpoint information.
Configure Delta Sharing: Use the profile file to configure Delta Sharing in your environment.
Share the Table: Register a new share and specify the MinIO storage location for your Delta table.
For detailed instructions, refer to the Delta Sharing documentation on GitHub.
Best Regards,
James Keen