master #59

Closed
claudio.atzori wants to merge 3221 commits from master into stable_ids
1 changed files with 2 additions and 3 deletions
Showing only changes of commit 5dfb66b0fa - Show all commits

View File

@ -106,9 +106,8 @@ public class SparkPrepareNewOrgs extends AbstractSparkAction {
.mode(SaveMode.Append)
.jdbc(dbUrl, dbTable, connectionProperties);
// TODO de-comment once finished
// if (!apiUrl.isEmpty())
// updateSimRels(apiUrl);
if (!apiUrl.isEmpty())
updateSimRels(apiUrl);
}