Skip to content

Commit

Permalink
Implement Demo Feedback from [ENG-111] (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmynter authored Oct 26, 2023
1 parent ce1b44c commit 5f68b59
Show file tree
Hide file tree
Showing 5 changed files with 771 additions and 519 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Its main goal is to facilitate versioned data operations in lakeFS directly from

See the examples below ([features](#usage), [versioning best-practices](#reproducibility-through-data-versioning-with-lakefs-and-lakefs-spec)) below for inspiration.

A more detailed example is in the notebook in the [`/demos` directory](/demos/rain_prediction.ipynb).
A more detailed example is in the notebook in the [`/demos` directory](/demos/demo_data_science_project.ipynb).

## Installation

Expand Down
11 changes: 11 additions & 0 deletions demos/.lakectl.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
credentials:
access_key_id: AKIAIOSFOLQUICKSTART
secret_access_key: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
metastore:
glue:
catalog_id: ""
hive:
db_location_uri: file:/user/hive/warehouse/
uri: ""
server:
endpoint_url: http://127.0.0.1:8000
Loading

0 comments on commit 5f68b59

Please sign in to comment.