Conversation
Ethan-Arrowood
approved these changes
May 23, 2025
| ## Key Features | ||
|
|
||
| - **Automatic Table Creation**: Tables are created if they don't exist | ||
| - **Primary Key Detection**: The `id` field is automatically detected as the primary key |
Member
There was a problem hiding this comment.
Is this based off of the corresponding schema? What if I don't specify a schema?
Member
Author
There was a problem hiding this comment.
The data loader tries to infer some simple schema based on the data (i.e. attribute names and types)... The more real use cases we can test the better. Should also have some better real example in here.
fc2801f to
4dbaa43
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Draft pr to make the dataLoader example stand out. Not planning to propose merging 'live' example schema and data files. Could cut a lighter pr w/ a data/README.md and config.yam (w/ data loader commented out).