I am trying to copy data from Synapse and load into Snowflake, for this i am using Azure Data Factory and control table having source and target fields names
My problem here is the snowflake schema name starts with number for example 9289RESIST.Tablename, but this is failing in ADF due to schema name start with number. How to give the sink table schema name in Azure Copy activity?
I tried adding double cotes for schema name "9289RESIST" but it was returning me errors.