An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
Hi Calleb Cecco and everyone,
We got the below response from the team regarding the above issue with respect to using sql script or copy activity, however, regarding the above approach of using pyspark notebook, need to still get information:
Kindly load the data into a temporary round robin table, and use INSERT ... SELECT from the table to the target hash-distributed table. If that is not an option, remove or set AUTO_CREATE_TABLE to 'OFF'.
In addition, if you have already loaded data onto a given hash-distributed table before this block was instituted, kindly perform CREATE TABLE AS SELECT from that table into to a new table (with renaming to not affect existing scripts).
Hope it helps. Kindly accept the answer by clicking on Accept answer button. Thankyou