You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Azure Data Factory supports the following data stores and formats via Copy, Data Flow, Look-up, Get Metadata, and Delete activities. Click each data store to learn the supported capabilities and the corresponding configurations in details.
18
+
Azure Data Factory supports the following data stores and formats via Copy, Data Flow, Lookup, Get Metadata, and Delete activities. Click each data store to learn the supported capabilities and the corresponding configurations in details.
Azure Data Factory can reach broader set of data stores than the list mentioned above. If you need to move data to/from a data store that is not in the Azure Data Factory built-in connector list, here are some extensible options:
27
+
- For database and data warehouse, usually you can find a corresponding ODBC driver, with which you can use [generic ODBC connector](connector-odbc.md).
28
+
- For SaaS applications:
29
+
- If it provides RESTful APIs, you can use [generic REST connector](connector-rest.md).
30
+
- If it has OData feed, you can use [generic OData connector](connector-odata.md).
31
+
- If it provides SOAP APIs, you can use [generic HTTP connector](connector-http.md).
32
+
- If it has ODBC driver, you can use [generic ODBC connector](connector-odbc.md).
33
+
- For others, check if you can load data to or expose data as any ADF supported data stores, e.g. Azure Blob/File/FTP/SFTP/etc, then let ADF pick up from there. You can invoke custom data loading mechanism via [Azure Function](control-flow-azure-function-activity.md), [Custom activity](transform-data-using-dotnet-custom-activity.md), [Databricks](transform-data-databricks-notebook.md)/[HDInsight](transform-data-using-hadoop-hive.md), [Web activity](control-flow-web-activity.md), etc.
34
+
24
35
## Supported file formats
25
36
26
37
Azure Data Factory supports the following file formats. Refer to each article for format-based settings.
0 commit comments