Can the Data in a Virtual Dataset be pushed to a Table in a Database (Postgres or any)?

Is there any way to push the results of a Dataset to a Table in a Database (Postgres or any) ?

Hello @Vijay,

You can use a CREATE TABLE statement to write a Parquet dataset to one of your filesystem/datalake sources, but there is no functionality to write RDBMS tables directly from Dremio.

See: https://docs.dremio.com/sql-reference/sql-commands/tables.html#creating-tables