Skip to content

Document to_file, to_s3, to_azure_blob_storage, to_google_cloud_storage#280

Draft
raxyte wants to merge 3 commits intotopic/new-executorfrom
topic/to-file-operators
Draft

Document to_file, to_s3, to_azure_blob_storage, to_google_cloud_storage#280
raxyte wants to merge 3 commits intotopic/new-executorfrom
topic/to-file-operators

Conversation

@raxyte
Copy link
Copy Markdown
Member

@raxyte raxyte commented Apr 24, 2026

Companion docs for tenzir/tenzir#6053.

Adds reference pages for the new filesystem sink operators built on top of ToArrowFsOperator, and introduces a shared ToArrowFsCommonParams partial covering max_size, timeout, partition_by, and the required byte-producing subpipeline.

Adds reference pages for the new filesystem sink operators implemented on
top of `ToArrowFsOperator` (tenzir/tenzir#6053), along with a shared
`ToArrowFsCommonParams` partial covering `max_size`, `timeout`,
`partition_by`, and the required byte-producing subpipeline.

Also registers the new pages in `reference/operators.mdx`.
@github-actions github-actions Bot added reference Reference documentation site Site infrastructure labels Apr 24, 2026
@raxyte raxyte marked this pull request as draft April 24, 2026 10:53
raxyte added 2 commits April 24, 2026 16:36
The new-style `from_file`, `from_s3`, `from_gcs`, and
`from_azure_blob_storage` no longer accept `path_field`. Attaching the
source path to events is now done in the subpipeline via the `$file.path`
variable exposed by the operator, which also preserves the existing
`mtime` field and lets users perform arbitrary per-event transformations.
Brings the operator name in line with the new `to_google_cloud_storage`
sibling and the renamed plugin file on disk, and uses the full name
consistently with `from_azure_blob_storage`.

Updates the reference page, the operators index, integration and testing
guides. Historical changelog entries continue to refer to `from_gcs` as
the original release notes.
@github-actions github-actions Bot added guide How-to guides integration Integration documentation labels Apr 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

guide How-to guides integration Integration documentation reference Reference documentation site Site infrastructure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant