Hi Sylwester Jedrys ,
Welcome to Microsoft Q&A platform and thanks for posting your query here.
I understand that you are facing this error "Specified argument was out of the range of valid values" while trying to load data from SQL to ADLS (Parquet file)
This might be occurring due to mismatch between the source data and expected sink data type. Mostly arises on the column having datetime format. Kindly try using FormatDateTime() function to convert the datetime column into certain desired format before loading it in sink.
Additionally, For the error "IndexOutofRange" , Kindly check if there are any restrictions on the maximum file size for the target Azure Blob Storage container.
Hope it helps. Kindly accept the answer by clicking on Accept answer
button. Thankyou