Skip to content

Commit

Permalink
Include removal_type in json in case of Incremental delta handling
Browse files Browse the repository at this point in the history
Signed-off-by: Karanjot Singh <[email protected]>
  • Loading branch information
0xquark committed Oct 28, 2024
1 parent ad37614 commit 3a77968
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyatlan/model/packages/relational_assets_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@ def assets_semantics(
self._parameters.append(
{"name": "delta_removal_type", "value": removal_type}
)
else:
self._parameters.append(
{"name": "delta_removal_type", "value": AssetRemovalType.ARCHIVE}
)
return self

def options(
Expand Down

0 comments on commit 3a77968

Please sign in to comment.