changwuf31 commented on issue #15924:
URL: https://github.com/apache/superset/issues/15924#issuecomment-1264550094

   Comment this code on around Line 14xx at 
app/superset/connectors/sqla/models.py
   
   Looks like this is dependent on your database engine.
   ```
   # Use main dttm column to support index with secondary dttm columns.
   #            if (
   #                db_engine_spec.time_secondary_columns
   #                and self.main_dttm_col in self.dttm_cols
   #                and self.main_dttm_col != dttm_col.column_name
   #            ):
   #                time_filters.append(
   #                    columns_by_name[self.main_dttm_col].get_time_filter(
   #                        from_dttm,
   #                        to_dttm,
   #                    )
   #                )
   ```


-- 
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]

Reply via email to