Jockxtar commented on issue #33573: URL: https://github.com/apache/superset/issues/33573#issuecomment-2918468948
As far as my knowledge goes, selecting a specific schema is necessary for Superset to use as default in order to calculate the fields that will populate the dataset (the 'Sync columns from source' button). You could create a new schema in your database with the same table structure as the "real" schema and name it something like "schema_template", then redirect the targetted schema to the "real" one via code. If it should always target the same schema, you could write it directly in the SQL query. Something like "SELECT ... FROM schema_template.ivr_bankinfo". -- 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]
