You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, I have 100s of tables in my database, all under different schemas.
I want to anonymize around 5 - 10 of my tables. I am able to achieve this using the following config
Currently, I have 100s of tables in my database, all under different schemas.
I want to anonymize around 5 - 10 of my tables. I am able to achieve this using the following config
Potentially, this creates another issue as it copies over the other schema, which I don't want to copy.
When I try to use the following config:
Only the tables selected get copy but not their dependencies, for e.g. ENUMs used in those tables.
So I would like to request for a feature in which filter accepts wildcard
*
for anything under a schema.something like:
Thank you in advance.
The text was updated successfully, but these errors were encountered: