-
Hi,
I am trying to run a delta sharing server on my local, and using my Mac terminal, or do I have to run an EC2 instance instead of running the commands on my terminal?
On the other hand, I am …
-
Hi,
The filtering does work as suggested here. It brings all the records...
https://github.com/delta-io/delta-sharing/blob/main/PROTOCOL.md#read-data-from-a-table
I am trying the following:
curl…
-
I have config.yaml like this:
```
version: 1
shares:
- name: "share1"
schemas:
- name: "default"
tables:
- name: "delta-table"
location: "gs://xxxx/delta-table" #"gs:///"
…