Kunal8954 commented on PR #43994:
URL: https://github.com/apache/superset/pull/43994#issuecomment-5594773651
Thanks for the review. Fixed in 20a3e73: `Query.schema_perm` now guards
against `self.database` being unset (transient query built from just a
`database_id`) and returns `""` before reaching `database.database_name`.
```python
if not self.database:
return ""
```
--
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]