Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.03 KB

README.md

File metadata and controls

53 lines (34 loc) · 1.03 KB

Delta Sharing Download as CSV

Sample app to download a Delta Sharing table(s) as a CSV file.

Prerequisites

  • Python 3.10 or above
  • Hatch
  • Available Delta Sharing profile file (read here for details on file format)

How to run

  1. Clone this repository:
git clone https://github.com/renardeinside/delta-sharing-download-as-csv.git
  1. Install the dependencies:
cd delta-sharing-download-as-csv
hatch env create
  1. Activate the virtual environment:
hatch shell
  1. Run the app:
streamlit run src/delta_sharing_download_as_csv/app.py
  1. Open the app in your browser:
http://localhost:8501
  1. Upload the Delta Sharing profile file and click the "Download" button for relevant table.

Technologies used