juan_sebastian_suarez_valencia
05/14/2021, 3:26 PMmeltano elt <etc> | grep 'Extract & load complete' but it doesn’t seam to be the right approach
I would also like to detect errors that sometimes meltano (or the singer protocol in general) misses. What do I mean by that ? Sometimes an API sents an error 502 and the pipeline continues and finishes but I would like to detect that issue anyway
Anyone could help me by pointing me at the right direction ?visch
05/14/2021, 3:41 PMvisch
05/14/2021, 3:41 PMvisch
05/14/2021, 3:43 PMSometimes an API sents an error 502 and the pipeline continues and finishes but I would like to detect that issue anyway
Anyone could help me by pointing me at the right direction
That will require searching the log. grep would work but I'd run it seperate from the elt process.
I'm going to dive into some of this later, but I am a fan of exit codes that have some meaning. 0 = success, 1 is failure, but what about a partial failure. 1337 for partial failures or something would be helpfulvisch
05/14/2021, 3:43 PMjuan_sebastian_suarez_valencia
05/14/2021, 3:51 PMvisch
05/14/2021, 3:54 PMjuan_sebastian_suarez_valencia
05/14/2021, 3:54 PMjuan_sebastian_suarez_valencia
05/14/2021, 3:55 PMvisch
05/14/2021, 4:06 PM