Skip to content

Commit

Permalink
Fixing a typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yousoph authored Sep 6, 2023
1 parent cfda30c commit c3fcf40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/db_engine_specs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ GROUP BY

### `time_secondary_columns = False`

Datasets can have a main datatime column (`main_dttm_col`), but can also have secondary time columns. When this attribute is true, wheneve the secondary columns are filtered, the same filter is applied to the main datetime column.
Datasets can have a main datetime column (`main_dttm_col`), but can also have secondary time columns. When this attribute is true, wheneve the secondary columns are filtered, the same filter is applied to the main datetime column.

This might be useful if you have a table partitioned on a daily `ds` column in Hive (which doesn't support indexes), and a secondary column with the timestamp of the events, ie:

Expand Down

0 comments on commit c3fcf40

Please sign in to comment.