Is is possible to expose the raw reflection parquet files to be read by another program?

We are currently exporting some dataset processed by dremio as parquet files using the (CTAS) function to S3, and then import those parquet file into another analytical software for metrics cube computation.

Since the raw reflections are also parquet files, could we enable the raw reflections for said datasets, and let downstream software import those parquet files directly, skipping the explicit CTAS steps?

@imadcat Dremio written Parquet files can only be consumed by Dremio. The CTAS feature was brought in so output of a query can be consumed by another application