Skip to content

Conversation

nwoolmer
Copy link
Contributor

@nwoolmer nwoolmer commented Oct 1, 2025

No description provided.

Comment on lines +619 to +623

| 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 |
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needs fixing

Comment on lines +604 to +613
- `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)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needs fixing

Copy link

github-actions bot commented Oct 1, 2025

🚀 Build success!

Latest successful preview: https://preview-251--questdb-documentation.netlify.app/docs/

Commit SHA: c2221b1

📦 Build generates a preview & updates link on each commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant