Enable delta sharing oss using pyspark.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2024 08:38 PM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2024 12:10 AM
@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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2024 09:22 PM - edited 12-01-2024 09:25 PM
Hello,
Could you provide an example how to register share without using databricks environment.
As I am unable to find the way in Github.
Thanks
Tanmay

