Alteryx Designer Cloud Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Cloud.

Getting data from OData connector

zbhayat
5 - Atom

Hello,

 

I want to get data for some transformations. The database I am using is niche but has OData capabilities. What would be the best way for me to connect to that data in Alteryx?

 

Thanks

1 REPLY 1
awrangler
Alteryx
Alteryx

@zbhayat You may be able to create a connection via a HTTP Task in Plans using the GET method to bring in data from OData. Here is a helpful document, Create HTTP Task, on how to configure that task. Hope that helps!