Hi @MUSTAFA AHMAD MUSTAFA AL-HUNAITI ,
Thank you for posting query in Microsoft Q&A Platform.
ODS here means, Operations data source?
There are no connectors for ODS in Azure Data factory or Azure Synapse Pipelines. Click here to know more about available connectors list.
The easy way is Make API call to ODS to get data or download files and store them to ADLS or desired storages. In Copy activity of ADF, you need to consider using Source dataset as REST type or HTTP type.
Click here to know about REST connector.
Click here to know about HTTP connector.
You can consider writing your own code and executing them using custom activity or having Azure Function code too and run it using Azure function activity.
Hope this helps. Please let me know if any further queries.
--------------
Please consider hitting Accept Answer
and Up-vote
. Accepted answers help community as well.