John Bodley
9adb023880
chore(druid): Remove legacy Druid NoSQL logic ( #23997 )
2023-06-09 15:33:23 -03:00
Michael S. Molina
522eb97b65
feat: Migrates Pivot Table v1 to v2 ( #23712 )
2023-06-08 10:13:39 -03:00
John Bodley
a4d5d7c6b9
chore(pre-commit): Add pyupgrade and pycln hooks ( #24197 )
2023-06-01 12:01:10 -07:00
John Bodley
83df609782
fix: Ensure verbose mapping exists for SQL Lab Query model ( #23597 )
2023-04-07 06:34:00 +12:00
John Bodley
e8cfb31bff
fix: Ensure the reporting framework handles charts with no data ( #23585 )
2023-04-06 07:30:27 +12:00
Artem Shumeiko
c839d0daf5
chore: Localization of superset pt. 2 ( #22772 )
2023-01-30 09:20:43 -07:00
Hugh A. Miles II
e13c5b2b7b
fix: take form_data reference for metrics for pivot_v2 table reports ( #21029 )
...
* take form_data reference for form_data
* better
* remove comments
* remove comments
* Update superset/charts/post_processing.py
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net >
* add test
* test
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net >
2022-08-11 12:08:40 -04:00
Elizabeth Thompson
c2be54c335
fix: pandas bug when data is blank on post-processing ( #20629 )
...
* fix pandas bug when data is blank on post-processing
* account for multiple queries when data is blank
2022-07-08 16:33:53 -07:00
Josh Soref
c32c505742
chore(docs): Spelling ( #19675 )
...
* spelling: adding
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: aggregate
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: avoid
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: blacklist
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: cached
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: discontinue
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: exhaustive
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: from
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: github
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: hybrid
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: implicit
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: interim
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: introduced
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: javascript
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: logstash
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: metadata
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: password
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: recommended
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: redshift
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: refactored
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: referencing
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: sqlite
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: the
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: thumbnails
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: undoes
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: very
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com >
2022-04-26 13:17:15 -03:00
Ville Brofeldt
fdbcbb5c84
fix(csv-export): pivot v2 with verbose names ( #18633 )
...
* fix(csv-export): pivot v2 with verbose names
* refine logic + add test
* add missing verbose_map
2022-02-09 14:01:57 +02:00
Elizabeth Thompson
13e19291f2
fix: allow for multiple columns in pivot table report ( #17636 )
...
* allow for multiple columns in pivot table report
* fix null data issue
* Update tests/unit_tests/charts/test_post_processing.py
2021-12-02 16:42:37 -08:00
Kamil Gabryjelski
1f8eff72de
fix: Always use temporal type for dttm columns [ID-2] ( #17458 )
...
* fix: Always use temporal type for dttm columns
* move inference and implement in chart postproc
* fix test
* fix test case
Co-authored-by: Ville Brofeldt <ville.v.brofeldt@gmail.com >
2021-11-22 15:40:38 +01:00
ofekisr
45480f7ae5
refactor move ChartDataResult enums to common ( #17399 )
2021-11-11 11:41:37 +02:00
Beto Dealmeida
03a2c6ee8a
feat: apply d3NumberFormat to table reports ( #17336 )
2021-11-04 08:18:01 -07:00
John Bodley
7e4c940314
chore(pylint): Enable useless-suppression check ( #16388 )
...
Co-authored-by: John Bodley <john.bodley@airbnb.com >
2021-08-24 03:58:41 +12:00
Beto Dealmeida
37f09bd296
fix: columns/index rebuild ( #16355 )
2021-08-19 09:38:24 -07:00
Beto Dealmeida
ec8d3b03e4
fix: send CSV pivoted in reports ( #16347 )
2021-08-18 19:36:48 -07:00
Beto Dealmeida
afb8bd5fe6
feat: improve embedded data table in text reports ( #16335 )
...
* feat: improve HTML table in text reports
* Remove unused import
* Update tests
* Fix test
2021-08-18 17:00:29 -07:00
Beto Dealmeida
ac8e54d909
fix: improve pivot post-processing ( #16289 )
...
* fix: improve pivot post-processing
* Add tests
* Trim space from column name
2021-08-17 14:41:22 -07:00
Beto Dealmeida
542b864e61
fix: pivot col names in post_process ( #16262 )
2021-08-16 08:16:42 -07:00
Beto Dealmeida
9b2dffeb1d
fix: pivot columns with ints for name ( #16259 )
2021-08-13 18:21:20 -07:00
Beto Dealmeida
2d61f15153
feat: send post-processed data in reports ( #15953 )
...
* feat: send post-processed data in reports
* Fix tests and lint
* Use enums
* Limit Slack message to 4k chars
2021-07-30 09:37:16 -07:00
Beto Dealmeida
f4739f427e
feat: post-processing for pivot table v2 ( #15879 )
...
* feat: add pivot v2 post-processing
* Fix lint
2021-07-29 11:05:56 -07:00
Beto Dealmeida
2f95f81be7
feat: apply post processing to chart data ( #15843 )
...
* feat: apply post processing to chart data
* Fix tests and lint
* Fix lint
* trigger tests
2021-07-26 10:58:59 -07:00