An Azure service for ingesting, preparing, and transforming data at scale.
Hi @Amit Trivedi
Thanks for contacting to Microsoft QA. It looks like your Azure Data Factory (ADF) Dataflow is having trouble connecting to Snowflake, even though the linked service test passed successfully. Here are some possible reasons why this might be happening:
Check Integration Runtime (IR)
Make sure the Integration Runtime (IR) you’ve set in your linked service matches the one used in your Dataflow activity. Remember, Dataflow doesn’t rely on the IR from the linked service—it uses the IR defined at the activity level. Double-check this setting, especially when running a debug session.
Debug Mode Settings
If you’re running the Dataflow in debug mode, confirm that you’ve selected the correct IR as per the guidelines. For detailed steps, refer to the Azure documentation on Mapping Data Flow Debug Mode. Mapping data flow Debug Mode - Azure Data Factory & Azure Synapse | Microsoft Learn
Connectivity Considerations
Dataflows can have limitations with certain data stores or network setups, like firewalls or private endpoints. Verify that your Snowflake environment isn’t affected by these restrictions. For instance, Dataflows work with Azure integration runtimes and managed VNets but don’t support on-premises stores or those behind strict firewall rules.
Publish Your Changes
Since you mentioned working in your branch without deploying to the Dev branch, ensure all updates to your linked service and Dataflow are published. The linked service must be properly configured and deployed for Dataflow to access it.
Parameter Setup
If you’re using parameters in your linked service, make sure they’re configured correctly and that the right values are being passed into your Dataflow.
Ref: -