Data export of doctypes with virtual table

Hi all,

I’m trying to do a data export of a custom doctype that has a virtual table on it.
The error is:
mysql.err.ProgrammingError: (1146, “Table ‘_5233c898ed4bab3f.tabVirtual_table’ doesn’t exist”)

I understand that there is no data on the db. But is there a way around it, so data export can fetch the data for the virtual table?

Thanks!