superset/superset
Thomas Desrosiers 03b2b06e90
fix: Update time grain expressions for Spark >= 3.x (#18690)
* Fix the time grain expressions for Spark >= 2.3.0

Spark removed date format string 'u' in Spark 3.0. Switch to using date_trunc which has been around since 2.3

* Review: Pull out time_grain_expressoins into its own thing
2022-03-08 13:21:13 -08:00
..
annotation_layers refactor: extract json_required view decorator (#18170) 2022-01-31 08:53:48 -03:00
async_events docs(api): Script to generate API docs (openapi.json) (#12050) 2021-01-04 13:47:01 -08:00
cachekeys chore: add stack trace to all calls of logger.error (#14382) 2021-04-30 09:22:05 -07:00
charts chore: Remove legacy SIP-15 interim logic/flags (#18936) 2022-03-04 09:15:36 +13:00
cli fix(import_datasources): --sync flag works correctly (#18046) 2022-01-25 15:53:44 +01:00
columns feat: new dataset/table/column models (#17543) 2022-02-24 11:02:01 -08:00
commands refactor(ImportModelsCommand): clean code, extract logic into methods (#18866) 2022-02-24 20:50:55 +02:00
common chore: Remove legacy SIP-15 interim logic/flags (#18936) 2022-03-04 09:15:36 +13:00
connectors chore: Remove legacy SIP-15 interim logic/flags (#18936) 2022-03-04 09:15:36 +13:00
css_templates fix: css template API response, less data (#17980) 2022-01-10 13:00:39 +00:00
dao refactor: sql lab command: separate concerns into different modules (#16917) 2021-10-03 11:15:46 +03:00
dashboards feat: show user email in dashboard API (#19004) 2022-03-02 17:02:26 -08:00
databases feat: datasource access to allow more granular access to tables on SQL Lab (#18064) 2022-02-09 22:05:25 +08:00
datasets feat: new dataset/table/column models (#17543) 2022-02-24 11:02:01 -08:00
db_engine_specs fix: Update time grain expressions for Spark >= 3.x (#18690) 2022-03-08 13:21:13 -08:00
db_engines chore(pylint): Remove top-level disable (#16589) 2021-09-15 09:30:23 -07:00
examples chore: Remove legacy SIP-15 interim logic/flags (#18936) 2022-03-04 09:15:36 +13:00
explore feat: Improve state key generation for dashboards and charts (#18576) 2022-02-14 17:09:06 -03:00
initialization fix(packages): Fixing users packages (#18973) 2022-03-01 09:47:13 -08:00
key_value feat: Improve state key generation for dashboards and charts (#18576) 2022-02-14 17:09:06 -03:00
migrations fix(plugin-chart-echarts): Apply temporary filters to Query B in explore (#18998) 2022-03-04 17:48:41 +01:00
models feat: new dataset/table/column models (#17543) 2022-02-24 11:02:01 -08:00
queries docs: add password example to dataset import API (#18580) 2022-02-07 09:38:55 +02:00
reports feat: Allow users to bust cache in report dashboard + alerts charts + alert dashboards (#18795) 2022-03-04 12:30:40 -08:00
security chore(security): Remove obsolete FAB metric_access permission (#16860) 2022-03-01 08:35:55 +13:00
sql_validators chore(pylint): Remove top-level disable (#16589) 2021-09-15 09:30:23 -07:00
sqllab chore: use official isort in pre-commmit (#17215) 2021-10-25 17:57:38 +08:00
static [docker] fix, Dockerfile for frontend builds (#9114) 2020-02-12 15:48:24 +00:00
tables feat: new dataset/table/column models (#17543) 2022-02-24 11:02:01 -08:00
tasks refactor(chart.commands): separate commands into two different modules (#17509) 2021-11-22 19:57:52 +02:00
templates feat: embedded dashboard core (#17530) 2022-01-25 16:41:32 -08:00
translations chore: adding Dutch language translations (NL) (#18965) 2022-03-07 14:27:05 +02:00
utils fix(plugin-chart-echarts): Apply temporary filters to Query B in explore (#18998) 2022-03-04 17:48:41 +01:00
views chore: Remove legacy SIP-15 interim logic/flags (#18936) 2022-03-04 09:15:36 +13:00
__init__.py feat(templating): Safer Jinja template processing (#11704) 2020-11-17 11:55:47 -08:00
app.py Revert #15405 #15435 #15444 (#15558) 2021-07-06 14:56:08 -07:00
config.py chore(explore): Set Drag&Drop feature flags to True by default (#19046) 2022-03-08 18:50:51 +01:00
constants.py chore: Remove legacy SIP-15 interim logic/flags (#18936) 2022-03-04 09:15:36 +13:00
dataframe.py fix: logging warning on dataframe (don't use python's warnings) (#18111) 2022-01-20 16:24:30 +00:00
errors.py feat: shorter timeout on test_connection (#18001) 2022-01-12 13:01:34 -08:00
exceptions.py fix: change 401 response to a 403 for Security Exceptions (#17768) 2021-12-15 17:11:04 -07:00
extensions.py chore(pylint): Enable useless-suppression check (#16388) 2021-08-24 03:58:41 +12:00
forms.py feat: support nulls in the csv uploads (#10208) 2020-07-06 13:26:43 -07:00
jinja_context.py fix(filter-indicator): show filters handled by jinja as applied (#17140) 2021-10-18 19:28:05 +02:00
legacy.py [mypy] Enforcing typing for superset.models (#9883) 2020-05-22 20:31:21 -07:00
result_set.py fix(BigQuery): explicitly quote columns in select_star (#16822) 2021-10-06 07:43:32 -07:00
schemas.py feat: initial work to make v1 API compatible with SIP-40 and SIP-41 (#13960) 2021-04-06 22:06:32 -07:00
sql_lab.py fix(mssql): support top syntax for limiting queries (#18746) 2022-02-21 09:58:39 +02:00
sql_parse.py fix(mssql): support top syntax for limiting queries (#18746) 2022-02-21 09:58:39 +02:00
stats_logger.py chore: statds metrics for cache invalidation (#11701) 2020-11-16 06:48:26 -08:00
typing.py chore(cache): default to SimpleCache in debug mode (#18976) 2022-03-02 19:38:34 +02:00
viz.py chore: Remove legacy SIP-15 interim logic/flags (#18936) 2022-03-04 09:15:36 +13:00