Question

As seen in this answer I can use jailer in order to export a subset of data into an SQL script.

But in my case I also want to exclude some tables completely from being extracted at all especially on tables relating on the table that I want to extract.

So how I can exclude the unwanted tables?

Was it helpful?

Solution

Disable all associations to these unwanted tables. (Alternatively, but not recommended: remove the unwanted tables from the data model)

Licensed under: CC-BY-SA with attribution
Not affiliated with dba.stackexchange
scroll top