singer-io / tap-appsflyer

A Singer.io tap for extracting data from the AppsFlyer API
GNU Affero General Public License v3.0
11 stars 40 forks source link

Does not support discover mode #18

Open robinj opened 5 years ago

robinj commented 5 years ago

Most taps now allow you to run them in discovery mode like so:

tap-appsflyer -c config.json --discover > catalog.json

Which results in the schema (catalogue) being output.

The tap can then be run in sync mode with the schema as an input like this

tap-appsflyer -c config.json --catalog catalog.json

Although the schema is fixed and therefore hardcoded, it would be nice to be able to rename the stream which is only possible if we can input our own catalogue object.