Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation is not clear on how to add tables #37

Open
emiliemyth opened this issue Jan 4, 2024 · 1 comment
Open

Documentation is not clear on how to add tables #37

emiliemyth opened this issue Jan 4, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers help wanted Extra attention is needed

Comments

@emiliemyth
Copy link

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?)

@haleemur
Copy link
Contributor

I agree the documentation could be clearer. The tables is meant to limit discovery to only the specified tables. This also feels a bit redundant from a user experience perspective as the information is already provided via the selection rules in select. Thus the user has to repeat themselves twice.

@edgarrmondragon edgarrmondragon added documentation Improvements or additions to documentation good first issue Good for newcomers help wanted Extra attention is needed labels Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers help wanted Extra attention is needed
Projects
Status: No status
Development

No branches or pull requests

3 participants