Hi@Rithika S ,
Welcome to Microsoft Q&A platform and thanks for posting your question here.
As per my understanding, you are encountering an error when trying to run a data flow in Azure Data Factory. The error message indicates that the status of the query associated with the resultSet is FAILED_WITH_ERROR, and the results are not generated in the sink . Please let me know if that is not the correct understanding.
The issue might have been occurring due to one of the reasons such as incorrect credentials at sink, network connectivity issues, or datatype mismatch between source and sink.
Kindly try the below troubleshooting options to resolve the issue and see if it works:
Check the credentials: Ensure that the credentials used to connect to Snowflake are correct in the linked service used in the sink dataset.
Check the network connectivity: Check the firewall settings between Azure Data Factory and Snowflake are not blocked.
Reimport the projection: Try reimporting the projections from the source.
Ensure that there is no datatype mismatch: Check if all my datatypes in the sink are the same as the destination database.
Follow the given best practices to avoid this issue:
Clean up duplicate columns as often as possible after performing certain transforms.
Import your schema projection at the source level every time there are major/minor schema changes.
Make sure there is no mismatch between source and sink schema.
I hope this information helps you. Let me know if you have any further questions or concerns.