-
Notifications
You must be signed in to change notification settings - Fork 26
parquet export docs #251
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
base: main
Are you sure you want to change the base?
parquet export docs #251
Conversation
|
||
| ts | id | table | destination | format | status | message | rows_exported | partition | | ||
| --------------------------- | ---------------- | ------ | ------------- | ------- | -------- | ------- | ------------- | ---------- | | ||
| 2024-10-01T14:23:15.123456Z | 7f3a9c2e1b456789 | trades | trades_export | PARQUET | started | | 0 | null | | ||
| 2024-10-01T14:25:42.987654Z | 7f3a9c2e1b456789 | trades | trades_export | PARQUET | finished | | 1000000 | null | |
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.
needs fixing
- `ts` - timestamp of the log event | ||
- `id` - export identifier that can be used to track export progress | ||
- `table` - source table name (or 'query' for subquery exports) | ||
- `destination` - destination directory path for the export | ||
- `format` - export format (currently only 'PARQUET') | ||
- `status` - event status: 'started', 'finished', 'failed', or 'cancelled' | ||
- `message` - error message when status is 'failed' | ||
- `rows_exported` - total number of exported rows (shown in final log row) | ||
- `partition` - partition name for partitioned exports (null for non-partitioned) | ||
|
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.
needs fixing
🚀 Build success! Latest successful preview: https://preview-251--questdb-documentation.netlify.app/docs/ Commit SHA: c2221b1
|
No description provided.