Govcloud API Question

Hey All,

Wonder if anyone could shed some light on modifying tables (in a govcloud environment) without running a connector function within an app. Id like to be able to push data into a Tulip table at a set interval from another software. I know this is possible in govcloud but imagine there are limitations here.

Hey @mikeg-

Thankfully gov cloud has the same table api access as non-govcloud instances. Here is the code snippets I often share around reading/writing to tables from python.

Let me know if the examples there don’t hit the endpoints you need, and I can update that file with more examples.

Pete

2 Likes