Skip to content

Commit

Permalink
Query DV table, store in local delta log, and connect with delta-kern…
Browse files Browse the repository at this point in the history
…el-python (#459)

* tmp

* works

* update file name

* test passed

* remove

* fixed bug
  • Loading branch information
linzhou-db authored Mar 15, 2024
1 parent ed477fe commit 6b613c1
Show file tree
Hide file tree
Showing 5 changed files with 114 additions and 1,933 deletions.
4 changes: 4 additions & 0 deletions python/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# For 2024Q1 Hackathon
Once finished the steps in [Delta Kernel Python](delta-kernel-python/README.md), update the `bearerToken` and `endpoint` in `read_shared_dv_table.py`,
and try run `python read_shared_dv_table.py`!

# Delta Sharing

[Delta Sharing](https://delta.io/sharing) is an open protocol for secure real-time exchange of large datasets, which enables secure data sharing across different computing platforms. It lets organizations share access to existing [Delta Lake](https://delta.io) and [Apache Parquet](https://parquet.apache.org) tables with other organizations, who can then directly read the table in Pandas, Apache Spark, or any other software that implements the open protocol.
Expand Down
Loading

0 comments on commit 6b613c1

Please sign in to comment.