Open camaz opened 4 years ago
Hi Camaz, I have the exactly same issue. Have you figured out how to solve it?
Thanks in advance!
I am also getting the same issue , quickbase tap stops after the below mentioned loggers :
INFO Building State from raw state {} INFO Starting QuickBase sync
I agree with Camaz something wrong with the --properties after some debugging I observed it is not able to get the value "catalog_entry.is_selected()" even though "select" it is set to true at each level in properties json
I've been trying to get this tap working, and I can't seem to get any output. I've successfully connected and discovered the schema, which was first output to a properties.json. I edited as recommended in the instructions by selecting the stream and schema, but no luck. All I get is:
I saw that the
--properties
flag was deprecated, so I tried with--catalog
and a catalog.json constructed by singer-discover but when run I don't even get the twoINFO
statements above.. help?