I am trying to copy to Azure SQLDB.
This is a straight forward copy and I requested 'Auto create table'. My understanding is that ADF will automatically create the table if not is specified.
However, when I attempt to copy to Azure SQLDB I get the error "Table is required for Copy Activity"
I should mention the source is a sharepointpoint list, see image. However, I didn't see how that should be the problem.
Any thoughts on where I'm getting the error?
Open the Copy activity > Sink > Dataset > Table > Edit > type in the table name that should get created and run the pipeline.
Table that doesn't exist should get auto created
Similar thread : https://learn.microsoft.com/en-us/answers/questions/471851/data-factory-auto-create-table-in-copy-activity-do