I am trying to do a simple copy data from csv in ADLS to Azure Synapse in ADF Pipeline . I have also set pre Copy script to Identity Insert ON but still the Copy activity fails with "An explicit value for the identity column in table can only be specified when a column list is used and IDENTITY_INSERT is ON".
I know that if identity insert is ON the Synapse will expect the column names to be listed but how do we do it in copy activity of ADF ? Or how to copy data from csv to synapse with identity column in Azure synapse ?