Skip to content

Documentation is not clear on how to add tables #37

Description

@emiliemyth

The documentation says to set "An array of the table names that you want to sync". I tried several formats, but wasn't able to get this to work. What I did get to work was to add in a select: in meltano.yml, like so:

    select:
    - [schema]-[table_1].*
    - [schema]-[table_2].*
    - [schema]-[table_3].*

This took a lot of trial and error to work out.

It is not clear to me if setting an array of tables is the preferred method to using this select method. (Perhaps setting the tables array properly would generate this select method?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationgood first issueGood for newcomershelp wantedExtra attention is needed

    Type

    No type

    Projects

    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions