Reading from Productboard entities - Amazon Glue
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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