gpineda-dev commented on issue #21977: URL: https://github.com/apache/superset/issues/21977#issuecomment-1303772512
Well ... after further investigations, I figured out the field `datasource_type` when posting a new chart should be set to `table`. Indeed, when exporting a dataset, the assigned type is `SqlTable` and not `Dataset`. ```yaml version: 1.0.0 type: SqlaTable timestamp: '2022-11-02T21:31:19.667070+00:00' ``` > content of `metadata.yaml` Then I think this "bug" is somehow fixed when knowning more about the Superset structure. -- 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]
