Skip to content

Commit

Permalink
fix: table mapping index
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Lefevre <[email protected]>
  • Loading branch information
ArchiFleKs committed Jan 21, 2020
1 parent c2ff151 commit 68e4859
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/templates/table_mapping.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ${jsonencode({
"rules" : [ for index, table in tables :
{
"rule-type" = "selection",
"rule-id" = "${index}",
"rule-name" = "${index}",
"rule-id" = "${index + 1}",
"rule-name" = "${index + 1}",
"object-locator" = {
"schema-name" = "%",
"table-name" = "${table}"
Expand Down

0 comments on commit 68e4859

Please sign in to comment.