Skip to content

Commit

Permalink
Add a transformation to remove the USER_ID column from USER_ data
Browse files Browse the repository at this point in the history
  • Loading branch information
bill-buchan committed Nov 20, 2024
1 parent 0a01820 commit 3af4cef
Showing 1 changed file with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,18 @@
},
"rule-action": "include",
"filters": []
}
},
{
"rule-type": "transformation",
"rule-id": "32",
"rule-name": "remove_staff_id",
"rule-target": "column",
"object-locator": {
"schema-name": "DELIUS_APP_SCHEMA",
"table-name": "USER_",
"column-name": "STAFF_ID"
},
"rule-action": "remove-column"
}
]
}

0 comments on commit 3af4cef

Please sign in to comment.