jose-l-goncalves-alb commented on issue #31446: URL: https://github.com/apache/superset/issues/31446#issuecomment-2545426185
I forgot to mention that we are using postgresql to store the superset metadata (@3.1.3 & 4.1.1 versions) and our datasets connect to a postgresql database. As you can see below, with superset 3.1.3 version I have a dataset that show the time_grain sql template variable, and at the dashboard the corresponding chart show the correct code (P3M) accordingly the value select (Quarter) at time grain filter. **3.1.3 DataSet:**  **3.1.3 Chart showing a default time_grain code:**  **3.1.3 Dashboard showing a correct time_grain code, for all values of time grain filter:**  As you can see below, with superset 4.1.1 version I have a dataset that show the time_grain sql template variable, and at the dashboard the corresponding chart **don't** show the correct code (P3M) accordingly the value select (Quarter) at time grain filter. **4.1.1 DataSet:**  **4.1.1 Chart showing None time_grain:**  **4.1.1 Dashboard don't show the time_grain code, even if we select other value from time grain filter:**  I hope that this info help you @Dronesh77 to clarify this issue. -- 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]
