-
Notifications
You must be signed in to change notification settings - Fork 1
feat: support log sets #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Note to self to include usage example |
Examples:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a get_log_set()
function but not a top-level function to create them yet. We would like to get a feel for what type of log files people are generally uploading so that we can create utilities for that. Unlike upload_csv()
, upload_polars()
, etc--there's less of an obvious standard for us to upload from a known text format. Could potentially see something like upload_journald()
or similar.
Porting functionality from #18 to v1 client
Supports