Hi all, Is there anyway we can configure Meltano t...
# troubleshooting
r
Hi all, Is there anyway we can configure Meltano to throw error while using streams to pull tables when user doesn't have access to the table. Now, it's just skipping the stream.
v
All depends on the tap, does your catalog have the information? I'd expect the tap to fail if I asked it to pull a stream and the catalog told it to go get some data
r
No, there is no information in ccatalog.json, but I see the table related metadata when I query it debug mode
v
If it's not in catalog.json then you really need to see that at Discovery, so maybe dive into the discovery process. I'd imagine that if you run discovery it's hitting the tables from the Information Schema which "should" (i think) have everything in there if you have access to the schema