MeltanoLabs / tap-snowflake

Other
4 stars 9 forks source link

fix: Making introspection more efficient #36

Open nidhi-akkio opened 9 months ago

nidhi-akkio commented 9 months ago

Previously, we were unnecessarily making calls to get available schemas and iterating through them to find relevant tables. However, now, if a user passes in a schema in the configs, we only introspect on that one schema