Instructions of Moving Data from DOMO to Foundry

It appears that Palantir Foundry does not offer a dedicated Data Connection for Domo.

We are attempting to move data regularly from Domo to Foundry and are looking for instructions or guidance on how to set this up on Foundry side. We have not been able to find any relevant documentation on Google or YouTube.

Any assistance would be greatly appreciated. Thank you.

Not very familiar with Domo, but I see two paths:

  1. It looks like Domo has an ODBC driver, you can configure a connection leveraging an ODBC driver in Foundry using the data connection app.
  2. It like they have a python sdk that allows you to access the data. You can then leverage external transforms (docs) to write custom code leveraging the sdk to ingest data into foundry.

In my opinion, approach 1 is likely an easier path to get started.

Thank you for the suggestions.

We have used this ODBC driver or Python to consume DOMO Data. It is good to know that these methods work on Foundry.

Will go with your routes. Thanks.