Connector Improvement: Load by Schema
I want to be able to load every table in a schema. I want to be able to exclude tables by regexp. I want any new table added to the DB schema to be added the channel.
Right now I search for tables in a db with an expression like
my_schema.*
-*_tmp
- *_mview
etc.
Instead of giving me a list of tables which I can add to channel, create an action using this logic that adds them. This will also reduce the number of actions to be managed in a channel.
-
Hi David,
Thank you for submitting this suggestion.
Have you looked into using either the REST API, or the hvradapt command utility? The APIs have a bit more flexibility than the UI.
Hope this helps.
Thanks,
Mark.
Please sign in to leave a comment.
Comments
1 comment