Andy Beier, VP of Domo Integration Cloud shares some hidden gems and under-utilized features in the Connector framework
My unofficial definition of Integration Cloud is all the stuff around getting data INTO and OUT of Domo Vault. This spans but is not limited to:
Connector Options
When starting or mentoring clients on a new project I ( https://www.onyxreporting.com ) usually recommend use this list for connecting data.
Cloud Based
- Standard library of connectors
- Email connector
- File Upload connector
- JSON No Code (with OAuth) connector
- JSON Adanced connector
- SFTP Push or Pull connector
On Prem or local CSV file
- Workbench job
- Java Domo CLI
- Python + PyDomo
Considerations at each stage include
- volume of data we're moving
- whether an incremental load strategy (APPEND or UPSERT) might be appropriate
- update schedule and data growth rate
If none of these options work, or you want ultimate control over your connector, you can build a custom connector.
https://www.youtube.com/watch?v=OQLwYgU9smc&list=PLUy_qbtzH0S6-5oDbx3BsIv2Xk-JxJxWi&index=18


