[stats wf] indicators across stats dbs & updates in the org ids #248

Closed
dimitris.pierrakos wants to merge 1742 commits from beta into beta2master_sept_2022
1 changed files with 1 additions and 1 deletions
Showing only changes of commit fd17c1f17c - Show all commits

View File

@ -29,7 +29,7 @@ public class PromoteAction {
public static String joinTypeForStrategy(PromoteAction.Strategy strategy) {
switch (strategy) {
case ENRICH:
return "join";
return "left_outer";
case UPSERT:
return "full_outer";
default: