You can click on the history link and find the REFRESH REFLECTION job. This is the job that creates the materialization. If you are using CE Docker, then most likely you haven’t setup a distributed filesystem to store the actual Parquet files and Iceberg metadata.
HI, thanks for the quick response.
Is there any other option? Maybe store the data locally on my pc?
I dont really have the setup for NAS storage.
The sample Database i work with is relative small in size (around 200k data entries)
The filesystem on your local PC can be the NAS storage. There’s no setup involved.
In dremio.conf, do something like this:
paths: {
# the local path for dremio to store data.
local: "/Users/bennychow/dev/dremioData/data"
# the distributed path Dremio data including job results, downloads, uploads, etc
dist: "file:///Users/bennychow/dev/dremioData/pdfs"}