Engine / Editor
enhance_select_dropshipping_orders
Mandant default
Pipelines
Engines
Include Mappings
Filter
Überblick
Editor
Validierung
Metadaten
Revisionen
Zurück
Altbestand
Engine bearbeiten
Bestand öffnen
Altbestand
Zum Editor
Run erst mit Status active
DRAFT
Status
engine
Typ
enhance
Runner
1
Revisionen
Editor
Engine bearbeiten
Definitionstyp
Runner-Typ
Name
Titel
Status
draft
active
archived
YAML-Inhalt
#Connections Source_Config: importEngine #config - credetials of source connection service Target_Config: importEngine #config - credentials of target connection service #Engine Mode Source_Datapool: iwm_orders_positions Target_Datapool: iwm_orders_dropshipping Plain_Sql: SELECT iwm_orders_positions.AUFTRAGSNUMMER, iwm_orders_positions.ARTIKELNUMMER FROM `iwm_orders_positions` left join dg_supplierdata_enhanced.articles_new on iwm_orders_positions.ARTIKELNUMMER = articles_new.ordernumber where articles_new.anlieferart = 'D' GROUP by AUFTRAGSNUMMER;
Definition aktualisieren