kevin_bullock
02/10/2023, 2:10 AMkevin_bullock
02/10/2023, 2:13 AM{
"filename": "string",
"content": "base64-encoded data"
}
but I worry about how the pipeline would handle arbitrarily-large field values like that. The files could be on the order of megabytes, and adding base64-encoding overhead increases that.edgar_ramirez_mondragon
02/10/2023, 3:55 AMstore them in Azure Blob Storage
part would a bit hard to fit in the Singer EL paradigm with existing object storage targets, so you’d probably need a custom target just for thatkevin_bullock
02/10/2023, 4:17 AM