Skip to main content
Roman Zydyk
Data analyst @ PwC
Asked a question 3 years ago

Hello, I am using Generic extractor for Trello API. I need to extract Actions which are children of Boards - https://developer.atlassian.com/cloud/trello/rest/api-group-boards/#api-boards-boardid-actions-get. Therefore I am looping through Boards and for every Board, I am extracting Actions. However, I do not need to extract the Boards table itself. Is it possible to skip loading this table? If so how? Job attached.

Where am I?

In Keboola you can ask and answer questions and share your experience with others!

Hi Roman.

No, it is not. Either all of the columns will be stored, or you can keep i.e. just one column by defining mapping for "boards". But as the endpoint is defined in the extractor, the table will be stored. In the end, it's just one extra table in the Storage :)