return Constants.EXIT_CODE_ERROR;
}
if (RuntimeContext.get().isSimulation()) {
return Constants.EXIT_CODE_SUCCESS;
}
Importer importer = new Importer();
int exitCode = importer.importTables(bean);
if (exitCode == Constants.EXIT_CODE_SUCCESS) {
LOG.info("TG-BUILDCACHE-01007", targetName, batchId, flowId, executionId, tableName);
int releaseExit = new ReleaseCacheLock().execute(targetName, executionId);
if (releaseExit != Constants.EXIT_CODE_SUCCESS) {
LOG.error("TG-BUILDCACHE-01008", targetName, batchId, flowId, executionId, tableName);