We just moved a table over to branch versioning as our test case, and I'm trying to update a script that we used to edit values in this table. It looks like I need to use the Python API. I'm finding the feature service using content.search() and trying to pull up the tables using the tables property of the feature service item. However, it doesn't return any tables. The layers property returns a list of layers. I can see the table if I look at the REST endpoint, but not in the Python API.
My question is: Are there any alternative paths to getting to this table? For example, can I open the table object using its REST URL? Also, anyone have any ideas as to why the table isn't showing up in the search?
Bonus question: Can tables in feature services work with SearchCursors and UpdateCursors? Or should I use a different approach to update individual rows?