skeets20 Member

Comments

  • I did end up going with the API Gateway route with a lambda function. In addition to not allowing tokenized bodies, Domo can't download a csv file to dataset using the oauth connector. My lambda goes through all the API calls, downloads the csv to pandas and then returns that through the gateway as json. Works great but…
  • Turns out this may not be possible, using your method and the same python code I have working locally, both get an error. Based on what I'm reading in some other threads, Domo doesn't allow calls to URLs outside their environment. Unless I'm missing something, this is a bust as it seems Domo won't resolve external URLs in…
  • Thanks so much. Just went back to look at doing this. Noticed requests lib is in the Domo 2 environment which I must not have looked at last time. Now i'm looking into the docs to see if it's possible to leverage the existing "account" to handle authentication and fetching the token. Thanks for your help
  • Thanks, I looked at that as well but didn't see the "requests" library as an option. That's usually my goto for calling api's from Python. Which library in the Domo Python script task are you using?
  • We are having the opposite problem. When using SFTP connector for a third party SFTP site, the Connector requires us to pick a subdirectory when we need to grab files from the root level. There is no way around this as it won't let us proceed without selecting a subdirectory
  • This would be amazing to have, or at lease the ability to show "filters" in all users nav pane