john-bodley commented on a change in pull request #9033: feat: Add schema to
function retrieval and implement for Snowflake
URL:
https://github.com/apache/incubator-superset/pull/9033#discussion_r372657712
##########
File path: superset/db_engine_specs/hive.py
##########
@@ -429,12 +429,26 @@ def execute( # type: ignore
@classmethod
@cache.memoize()
- def get_function_names(cls, database: "Database") -> List[str]:
+ def _get_function_names(cls, database: "Database") -> List[str]:
Review comment:
@villebro the `_get_function_names` function could be nested within the
`get_function_names` method if you like.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]