docs: deprecate processed_tags in file incremental processing#378
Draft
jirkasemmler wants to merge 2 commits into
Draft
docs: deprecate processed_tags in file incremental processing#378jirkasemmler wants to merge 2 commits into
jirkasemmler wants to merge 2 commits into
Conversation
processed_tags is incompatible with the development-branches feature. Mark the setting as deprecated and document recommended alternatives. Refs INC-00973.
…as deprecated Reorder so recommended alternatives come first and the original processed_tags description is demoted to a clearly-labeled legacy reference subsection in past tense. Addresses PR review feedback.
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.
Jira issue(s): n/a (driven by INC-00973)
The
processed_tagssetting in file input mapping is being deprecated. It is fundamentally incompatible with the development-branches feature (a job running in a dev branch cannot write tags back to files in production storage), which caused INC-00973 during the rollout on 20 May 2026.After investigation we decided to deprecate the option rather than complete its dev-branch support — adoption is narrow (~253 actively used configurations) and viable alternatives exist for all known use cases. UI removal of the option ships separately.
Changes:
processed_tagsexample for users with legacy configurations.processed_tagssubsection covering: incremental Storage tables, time-bounded queries, the component state file, and explicitfile_ids.Companion PR in connection-docs: keboola/connection-docs#930
cc @hhanova for proofreading.