Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am trying to setup dataflow in which source is teradata and I am not able to select it. Does teradata support is not there in dataflow adf?
An Azure service for ingesting, preparing, and transforming data at scale.
Answer accepted by question author
Teradata is not currently supported natively in data flows. Instead, create a pipeline with a Copy Activity that stages the data in an Azure storage account and then read the data from that staging location in the subsequent data flow activity.