Hi team recently we started data ingestion using a...
# ask-community-for-troubleshooting
n
Hi team recently we started data ingestion using airbyte (installed using docker image locally) from sql server source. from on of the source, while fetching source schema we are getting error
can someone help me on getting exact issue about error (like where to search for error logs) and root cause for this. And also I'm able to fetch schema from another database in the same sl server
r
docker logs -f <container.id> to view the logs
n
Hi Rajesh, thank you.. is there any size limit on source schema while fetching? like if I have so many tables in source sql server will it cause abort
because in logs I dont see any error message
a
I get the same error as @Narendra Kadiri when attempting to load schema for a large SQL Server database. I can see in the console that it has picked up a number of attributes of the schema, but the UI gives the “non-json response” error nonetheless.
n
and when I tried from different database(which has relatively less tables) but from same sql server it is successfully fetching schema. but I dont have any proof to justify this and logs doesnt show anything.
u
Hello Narendra Kadiri, it's been a while without an update from us. Are you still having problems or did you find a solution?
n
Hi @Marcos Marx (Airbyte), we have found temporary solution like creating a new user with limited tables access to that user. this solves our problem now.
👍 1