poleft opened a new issue #14683: URL: https://github.com/apache/superset/issues/14683
Hello guys, I have the issue that I can't remove unnecessary Datetime column from time filter while there are more than 1 Datetime column. For example, there are two datetime columns named TradingTime and UpdateTime(which represent when to insert the record), only TradingTime is needed for time filter. Steps to reproduce: 1. Add any datasource withmore than 1 Datetime column. 2. Explore the datasource, and note the time range is automatically applied as "Last week" 3. Edit datasource and uncheck "Is temporal/Is Filterable" with the column 'UpdateTime' 4. Viw quey sqls, 'UpdateTime' still in the where clause Besides, I have tried another ways but still not solved yet: - Remove the column UpdateTime - modify the type of column UpdateTime as String -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
