Hi! I am developing a shopify graphql tap and usin...
# singer-tap-development
j
Hi! I am developing a shopify graphql tap and using a dynamic discover to fetch the graphql schemas and convert them to singer. When running the discover it takes around 1 minute to build the schemas, and I don't think it is an issue, but I noticed that every time I run the tap it creates the schema object again, instead of using the one provided by the catalog file. Am I doing something wrong or is it the expected behavior? Is there a reason to create the schema every time instead of using the one provided by the catalog?