apify / keboola-ex-apify

Apify extractor for Keboola Connection
https://components.keboola.com/components/apify.apify
Apache License 2.0
0 stars 0 forks source link

Prepare public actor to map data from keboola into another task/actor run #27

Closed drobnikj closed 3 years ago

drobnikj commented 3 years ago

The problem is that keboola integration passed input data from Keboola using a table stored in key-value store. It saves this key and storeID of the input table using actor/task run input. The problem is that if task/actor has input schema(public actors) these attributes in input are ignored.

The solution is to create a public actor, where the user can input simple js code, where he can process data from keboola input table and call task/actor he wants. The solution should be clearly described in readme with example code to be easy for the user to use it.

Input for public actor will be:

drobnikj commented 3 years ago

https://apify.com/drobnikj/keboola-input-mapping