Tim Dikland

Results 10 issues of Tim Dikland

# Which issue does this PR close? Closes #117 . # Rationale for this change # What changes are included in this PR? # Are there any user-facing changes?

Add an abstraction for creating signed URLs for the datafiles in (cloud) object storage.

In the discussion on apache/arrow-rs#22, @tustvold and @roeap pointed out the rust ecosystem is building abstractions over object stores (and consequently URL signing) in the `object_store` crate. Moving to `object_store`...

The `ShareStore` trait is used to list shares/schemas/tables and get the table storage location. In this PR we introduce two implementations of this trait. One based on a Postgres database,...

Currently the Delta Sharing server depends on a postgres database to store information about the defined `shares`, `schemas`, and `tables`. For a variety of reasons users may want to use...

Currently the `admin` routes and `protocol` routes (also known as the guest routes) are coupled. Separating them would allow people to implement their own `admin` routes, while still depending on...

There have been several discussions about the organisation and scope of this project, for example https://github.com/delta-incubator/delta-sharing-rs/pull/19 and https://github.com/delta-incubator/delta-sharing-rs/pull/22. Let's discuss some options here.

I would love to be able to scan across all my active versions (i.e. not vacuumed) of my (Delta) tables to make sure that I classify/discover all data that can...

enhancement

### Feature request description I would love to see a module to setup Azurite for testing integration with ADLS. ### Image reference The Azurite documentation can be found here: https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azurite?tabs=visual-studio%2Cblob-storage...

enhancement
good first issue
help wanted

### Which issue does this PR close? Closes #. ### Rationale for this change ### Changes are included in this PR ### Are there any user-facing changes?