Skip to content

Commit

Permalink
addressed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Hemanth Kannekanti committed Nov 12, 2024
1 parent 310beb8 commit 73ca82a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/pages/api-reference/client/commit.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ those with matching values. Rules of selection:
</Expandable>

<Expandable title="backfill" type="bool" defaultVal="True">
If set to False, Returns error if commit will result in a backfill of any dataset.
backfill of a dataset is done when there is no existing dataset that is isomorphic to the new dataset.
backfill parameter can be set as False to prevent accidental backfill.
If you set the backfill parameter to False, the system will return an error if committing changes would result in a backfill of any dataset/pipeline.
A backfill occurs when there is no existing dataset that is isomorphic to the new dataset.
Setting backfill to False helps prevent accidental backfill by ensuring that only datasets matching the existing structure are committed.
</Expandable>

<pre snippet="api-reference/client/commit#basic" status="success"
Expand Down

0 comments on commit 73ca82a

Please sign in to comment.