You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to use the DuckDBSource data source. But its not enough for me to just read datafiles. I need to
pre-configure
timezone + home directory + azure blobstorage. I cannot use this in production without setting the home_directory to /tmp as its the only writeable /path for security reasons.
I would like to be able to use the
DuckDBSource
data source. But its not enough for me to just read datafiles. I need topre-configure
timezone + home directory + azure blobstorage. I cannot use this in production without setting the
home_directory
to/tmp
as its the only writeable /path for security reasons.An example code section is I normally run is:
post-configure
After loading the tables/ files I would like to create a custom view combining the tables. That is really the data set I would like to query:
The text was updated successfully, but these errors were encountered: