Sample app to download a Delta Sharing table(s) as a CSV file.
- Python 3.10 or above
- Hatch
- Available Delta Sharing profile file (read here for details on file format)
- Clone this repository:
git clone https://github.com/renardeinside/delta-sharing-download-as-csv.git
- Install the dependencies:
cd delta-sharing-download-as-csv
hatch env create
- Activate the virtual environment:
hatch shell
- Run the app:
streamlit run src/delta_sharing_download_as_csv/app.py
- Open the app in your browser:
http://localhost:8501
- Upload the Delta Sharing profile file and click the "Download" button for relevant table.
- Python 3.10
- Delta Sharing
- Streamlit
- Hatch