pablo_azofeifa
10/23/2023, 10:58 PMmatt_elgazar
10/24/2023, 4:28 AMpablo_azofeifa
10/24/2023, 2:30 PMmatt_elgazar
10/24/2023, 4:36 PMmeltano el tap-intacct target-bigquery
? If you run meltano el tap-intacct target-jsonl
it works without error right?pablo_azofeifa
10/24/2023, 5:06 PMmatt_elgazar
10/24/2023, 5:44 PMrun
more catered for customized pipelines beyond just extract and load but if it’s a simple extract and load I think el
is preferred (I don’t think it makes much of a difference though). I noticed something extremely strange when building my recent tap and couldn’t find an answer ANYWHERE on any thread in slack or in any documentation in singer or meltano docs. In my situation, I was getting Loader Failed
but my extractor ran perfectly fine with meltano invoke
. After about a full week of debugging I found out one of the 3rd party libraries I was using called a print
function in their code. This causing the entire loading process to break (still don’t know why). There must be something in either meltano or singer code somewhere where it specifies that you cannot use print
statements. They must be used with self.logger.<info>
. Not sure if that is your problem, but it was a huge headache for me.matt_elgazar
10/24/2023, 5:45 PMpablo_azofeifa
10/24/2023, 6:02 PM