Add config JSON tutorial and improve README documentation#50
Conversation
…ouse ingest library
| ``` | ||
| "tenant": "globalusers", | ||
| "dataset": "ontology_test1" | ||
| ``` |
There was a problem hiding this comment.
you can enable syntax highlighting like so:
```json
"tag": "value",
```
There was a problem hiding this comment.
I've enabled syntax highlighting here and other places in the markdown.
|
|
||
| ``` | ||
| dataset = ontology_test1 | ||
| username = akhan | ||
| ``` |
There was a problem hiding this comment.
make sure the format here is consistent with the example above
There was a problem hiding this comment.
I've updated it.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #50 +/- ##
========================================
Coverage 94.46% 94.46%
========================================
Files 17 17
Lines 813 813
========================================
Hits 768 768
Misses 45 45 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
I've removed LLM generated irrelevant content from the tutorial. |
| u_<username>__<dataset> | ||
| ``` | ||
|
|
||
| This personal namespace allows users to run ingestion jobs and experiment with datasets without modifying shared tenant namespaces. |
There was a problem hiding this comment.
...without modifying shared tenant resources? datasets? "namespaces" is a bit vague.
There was a problem hiding this comment.
I updated the wording to clarify this.
This PR adds a new tutorial explaining how to create JSON configuration files for the data lakehouse ingest library and includes documentation improvements in the README.