Hi,
We're trying to make a graph that's extracting multiple tables (variabel) from our SAP S3 (database) with SLT to our S3 strorage ervery night (intial load and then Delta's).
SLT Connector V2 - python3Operator (LastBatchIdentifier) - Write File - PutS3Acl - graphTerminator
For the initial this works because then we get a last batch indicator. For the Delta it doesn't works. A do we end the graph when we are loading delta's?