betodealmeida commented on issue #35003: URL: https://github.com/apache/superset/issues/35003#issuecomment-3725219042
@villebro @michael-s-molina Here's the schema I'm using for a semantic query (the branch has code to map a `QueryObject` to the `SemanticQuery`): https://github.com/apache/superset/blob/e253bd2fb3f8d2dbb7398b955d71e3ca11ecfe83/superset/semantic_layers/types.py#L321-L333 And this is the core of the protocol that individual semantic layers would have to implement (Minerva, eg): https://github.com/apache/superset/blob/e253bd2fb3f8d2dbb7398b955d71e3ca11ecfe83/superset/semantic_layers/types.py#L437-L497 -- 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]
