Reading from Productboard entities
Prerequisites
An Productboard Object you would like to read from. Refer the supported entities table below to check the available entities.
Supported entities
| Entity | Can be Filtered | Supports Limit | Supports Order By | Supports Select * | Supports Partitioning |
|---|---|---|---|---|---|
|
Features |
Yes | Yes | No | Yes | Yes |
|
Components |
No | Yes | No | Yes | No |
|
Products |
No | Yes | No | Yes | No |
|
Feature Statuses |
No | Yes | No | Yes | Yes |
|
Custom Field Definitions |
No | Yes | No | Yes | No |
|
Custom Field Values |
Yes | Yes | No | Yes | No |
Example
Productboard_read = glueContext.create_dynamic_frame.from_options( connection_type="Productboard", connection_options={ "connectionName": "connectionName", "ENTITY_NAME": "feature", "API_VERSION": "1" }
Productboard entity and field details