Hello i am having a folder in S3 bucket which is containing JSON files. I have created an adf pipeline to copy those JSON files to blob.
I created a source and destination data source of JSON type. I also added the path of folder in the user policy of aws . Please see the below snaps -
This is my folder inside S3 bucket containing JSON files
This is my source data set in adf
This is my sink data set in adf -
You can see here that i have added the resource path of aws to the policy tagged with aws user as shown -
Its a simple copy pipeline as shown -
but i am getting this error
Its working fine when i changed both source and sink data source type to binary.. See this -
Please tell am i doing any mistake in data source when i am creating it as a JSON.
Please check where i am wrong.