Skip to content

Does not support discover mode #18

@robinj

Description

@robinj

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions