c-thiel opened a new issue #18783: URL: https://github.com/apache/superset/issues/18783
In Dremio Folders created in "Spaces" cannot contain points. However in S3 or in other **physical** locations, this is possible. In such a case while we can query the dataset with dremio without problems, Superset breaks. #### How to reproduce the bug 1. Create Dremio Data Lake Data Source 2. Add some Data at a location with a folder in between which has a point (.) in it's name - i.e. foo/bar/my.folder/my_dataset/parquet_0.parquet 3. Cast the Dataset in Dremio 4. Add the Dremio Datasource in Superset 5. Add the Table as a Dataset - the Schema is correctly identified. 6. Create a Dasbhoard from it and see it fail. 7. Check dremio and see that instead of doing something like: `Select * from "foo"."bar"."my.folder"."my_dataset"` this arrives: `Select * from "foo"."bar"."my"."folder"."my_dataset"` - note the differnce in my folder. Apparently superset makes the assumption that folder names cannot contain points and splits the folder name up into a wrong schema. ### Expected results The query runs without error. ### Actual results Superset issues a wrong query and Dremio returns an "Object not found" Error. ### Environment (please complete the following information): - browser type and version: Any - superset version: Dockertag: 8b0634c9edb2919a9e4d03ae81c700368ac0e371 (A pretty recent master commit from a week ago) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
