On the pre-copy script field, please try to write a query to create the table or objects needed. For example,
Azure Data Factory Copy Activity - Auto table creation in sink side is not applicable for your source dataset
Hi,
ADF throws this error "Auto table creation in sink side is not applicable for your source dataset DummyInput. Please create a new one." when using a SQL Server both as an Input and Output for a simple Copy Activity.
I am trying to replicate SQL tables from a source to a sink, to later make a copy of the data too. But this problem persists even though the type of source and sink is the appropiate one for this functionality. I've also tried to create ADF pipelines to execute a CREATE TABLE statement for each source table but user-defined datatypes and tables are being a problem.
Any approach to make the Auto Create Table work? Couldnt find any similar issue being fixed.
Thanks