Skip to content

Commit

Permalink
correcting the primary key as the database got overwrite in previous run
Browse files Browse the repository at this point in the history
  • Loading branch information
hhasija committed Oct 25, 2024
1 parent bc8afe8 commit a87d4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/.ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ EOF
--templateProperty jdbctospanner.output.database=spark-ci-db \
--templateProperty jdbctospanner.output.table=employee \
--templateProperty jdbctospanner.output.saveMode=Overwrite \
--templateProperty jdbctospanner.output.primaryKey='empno'
--templateProperty jdbctospanner.output.primaryKey='emp_id'
'''
}
}
Expand Down

0 comments on commit a87d4c5

Please sign in to comment.