betodealmeida commented on issue #35003:
URL: https://github.com/apache/superset/issues/35003#issuecomment-3725224590

   This is the initial work, in this case the signature for `get_dataframe` and 
`get_row_count` could be simplified to:
   
   ```python
   def get_dataframe(query: SemanticQuery) -> SemanticResult:
       pass
   
   def get_row_count(query: SemanticQuery) -> SemanticResult:
       pass
   ```


-- 
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]

Reply via email to