Tables
The connector models the data in Instagram as a list of tables in a relational database that can be queried using standard SQL statements.
CData Python Connector for Instagram Tables
| Name | Description |
| Comments | Manages and stores Instagram comment interactions, including creating, deleting, and retrieving comments linked to media content. It includes features for moderation and analysis of user engagement. The required permissions are instagram_basic and instagram_manage_comments. |
| Replies | Stores user-generated replies associated with Instagram media objects, including comments on posts and conversations within threads. It supports both querying existing replies and inserting new ones. To ensure access and modification rights in the comment ecosystem, it requires the instagram_basic and instagram_manage_comments permissions. |