How to pass values for filter_schemas? #276
-
I keep getting this error, It works when I set [] (empty list).
Also when I run Expecting some help... |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Found answer of why empty list provides all schemas, yet don't know how to filter schemas |
Beta Was this translation helpful? Give feedback.
-
Finally, I have discovered what I was doing wrong. The correct way is |
Beta Was this translation helpful? Give feedback.
Finally, I have discovered what I was doing wrong. The correct way is
meltano config tap-postgres set filter_schemas '["test"]'
Check various formats in docs of Config command in CLI