Open emiliemyth opened 9 months ago
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.
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:
inmeltano.yml
, like so: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?)