docs: add field-level ignore syntax to .kbcignore documentation#371
Merged
docs: add field-level ignore syntax to .kbcignore documentation#371
Conversation
Co-Authored-By: Martin Vasko <Matovidlo2@gmail.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
There was a problem hiding this comment.
Pull request overview
Updates the CLI documentation for .kbcignore to describe the newly supported field-level ignore syntax, including examples and push/pull semantics, and reorganizes the .kbcignore section for readability.
Changes:
- Expands
.kbcignoredocs to include field-level ignore rules (component/config:field), with examples. - Adds subheadings to separate configuration/row ignores vs field-level ignores vs behavior details.
- Documents bidirectional behavior (push keeps remote for ignored field; pull keeps local) and basic validation rules.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-Authored-By: Martin Vasko <Matovidlo2@gmail.com>
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): Related to PSGO-201 (implementation in keboola/keboola-as-code#2547)
Changes:
.kbcignoredocumentation to cover the new field-level ignore syntax (componentID/configID:fieldName) introduced in keboola-as-code.kbcignoresection with subheadings for clarity: "Configuration and Row Ignore", "Field-Level Ignore", and "Configuration-Level Ignore"isDisabledstruct field andschedule.cronTabdot-notation content keyReview checklist
###subheadings were added. Verify the "Configuration-Level Ignore" heading before the existing push/pull operation descriptions reads naturally.isDisabledis documented — confirm no other struct fields are currently supported.Link to Devin session: https://app.devin.ai/sessions/db61451f2e3c485bb465d5bb52b21048
Requested by: Martin Vasko (martin.vasko@keboola.com)