-
Notifications
You must be signed in to change notification settings - Fork 14.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Basic integration with ClickHouse (#1844)
* db_engine_specs: added engine spec for clickhouse * models: group by time without join on subquery if this is enabled, it will remove the subquery when grouping by time, and group by time will be rewritten as group by timeslot, ... this particularly fixes clickhouse backend * docs: added clickhouse * models: allow using secondary dttm columns as constraints * superset/forms: configurable default slice since time * superset/models: respect dialect quoting * dttm handling, codeclimate tweaks
- Loading branch information
1 parent
59a6f44
commit 9ff3515
Showing
4 changed files
with
62 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters