Hi all, has anyone run into this error with the Sn...
# troubleshooting
c
Hi all, has anyone run into this error with the Snowflake loader? name=target_snowflake level=WARNING message=No columns discovered in the schema
details: • extractor: mssql • loader: snowflake • replication type: FULL_TABLE • containerized: TRUE • filetype: CSV
j
Hi @connor_lough, i never had an interaction with mssql extractor, but was having a similar issue with mysql tap. Can you check what you get when you list the objects selected in the tap?
docker run  -v $(pwd):/project -w /project meltano/meltano select tap-mysql --list
c
Hey Jose 👋🏻 that's exactly what I used to find the problem last night. My issue was that I didn't put in the " <schema>- " before I put in my desired table names S/O to this thread! https://meltano.slack.com/archives/C01TCRBBJD7/p1641491694011800
j
Hey Connor, yeah i've been there also. In some extend it makes sense as we can have the same table name in different schemas. I have this situation in our mysql instance. Glad you sorted it 🙂.