There is an issue with prefixes setup on the mysql...
# ask-community-for-troubleshooting
l
There is an issue with prefixes setup on the mysql connector to snowflake, specifically around drop stage statements. so I added a prefix to my connector but for some reason when it runs the drop stage command it doesn’t add it
DROP STAGE IF EXISTS COMPANY_COM_TENANT_ADMIN_ONBOARDING;
my expectation would be to get
DROP STAGE IF EXISTS PREFIX.COMPANY_COM_TENANT_ADMIN_ONBOARDING;
m
In the connection? Can you post a screenshot to help understand and what part is havinf problem? Also if possible please post in our forum this can help future users: https://discuss.airbyte.io/
Asking you because probably sharing the complete logs will help debugging the issue