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