-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for CREATE EXTERNAL TABLE #96
Comments
From an implementation side, what you are asking for is straightforward. In fact, it was already discussed a couple of times internally. Unfortunately, there is more than just implementation to this feature. In particular, usability and security pose challenges. The main issues currently are:
While the answer for |
1- absolute Path my use case is reading parquet files from remote storage, which I think is a very common pattern those days with lakehouse and stuff :) thanks a lot for your reply. |
Agree with @djouallah, permanent external table (and views) is missing in Hyper. Do this security concerned cannot be blocked also by à security tool (edr or antivirus) on the Tableau cloud clusters ? Object storage is great but there can be also fast parallel remote filesystems like pnfs or lustre that also provide excellent performance to access remote data.... |
recently DuckDB added an option to turn off reading from a local filesystem, I guess you guys can do the same for Tableau cloud, turn it off by default for security reason. |
currently only temporary external tables are supported, it will be nice to remove that limitation please
The text was updated successfully, but these errors were encountered: