-
Notifications
You must be signed in to change notification settings - Fork 172
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
access views in delta share #453
Comments
Hi, |
Curious, did you try materialized views or just plain vanilla views? We were considering a solution with views. |
To answer my own question... You're not yet currently able to add Materialized Views to a share (Receive error "Sharing materialized views is not supported yet" in AWS Databricks). When attempting to read a normal view which you are able to add to a share in the current version of Databricks you receive the error below indicating Views are unsupported. I'm running the following... AWS Databricks where the share originated from and Python program on local machine as client with the following... Name: delta-sharing Name: databricks-spark Name: databricks-connect
|
by any chance, does anyone know if it this is on the roadmap? |
It would be great to have this feature from our end as well |
I created a view in the delta share and tried to access but I get a response from server stating 'INVALID_PARAMETER_VALUE, 'message ': could not retrieve from share because table with type VIEW is currently unsupported in Delta Sharing protocol. Could you please let me know if there are any alternate ways in which the underlying query of the view itself can be embedded in the url that is being sent to the delta share. Appreciate your help and support on this context with an example code.
The text was updated successfully, but these errors were encountered: