Commit Graph

129 Commits

Author SHA1 Message Date
John Bodley
58e1bcde9e
chore(trino): Bump Trino version to address an IANA time zone issue (#24069) 2023-05-16 06:54:46 -07:00
Beto Dealmeida
78bc0693d4
chore: bump dependencies (#23581)
Co-authored-by: Hugh A. Miles II <hughmil3s@gmail.com>
2023-05-15 19:06:10 -07:00
Daniel Vaz Gaspar
97482c57b5
chore: bump werkzeug and Flask (#23965) 2023-05-12 15:01:30 +01:00
Sebastian Liebscher
c963416c09
chore: remove deprecated distutils (#24001) 2023-05-11 19:00:04 +03:00
Sebastian Liebscher
e3719a1b07
feat: bump to Python3.9 (#23890)
Co-authored-by: EugeneTorap <evgenykrutpro@gmail.com>
2023-05-10 20:21:56 +03:00
EugeneTorap
543040b304
chore: Bump python libs (#23986) 2023-05-10 13:19:25 +03:00
Beto Dealmeida
9fd936c18c
chore(slack): use recommended method for file upload (#23744) 2023-05-08 12:13:21 -07:00
dependabot[bot]
e639cebdd1
build(deps): bump pre-commit from 3.2.2 to 3.3.1 in /requirements (#23913)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-03 10:41:31 -06:00
Daniel Vaz Gaspar
31d33592ef
chore: bump wtforms and add missing flask-limiter (#23680) 2023-04-28 15:31:57 +01:00
EugeneTorap
689bc8ea04
chore: Use nh3 lib instead of bleach (#23862) 2023-04-28 14:36:51 +01:00
EugeneTorap
4a3984e49f
chore: Bump polyline to 2.0.0 (#23844) 2023-04-28 14:18:46 +02:00
EugeneTorap
dab038c005
chore: Bump redis to 4.5.4 (#23845) 2023-04-28 10:46:56 +02:00
Arkadii Yakovets
ff126542d8
fix(utils): evaluate date parser multiple holiday results correctly (#23685) 2023-04-26 13:59:31 +03:00
John Bodley
d0fda60c85
feat(native-filters): Add legacy (filter-box) to native filter migration script (#23269) 2023-04-21 15:12:33 +12:00
dependabot[bot]
3d7a5d282d
build(deps): bump pre-commit from 3.2.0 to 3.2.2 in /requirements (#23571)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-05 13:25:27 -06:00
dependabot[bot]
aec91850e5
build(deps): bump pre-commit from 3.1.0 to 3.2.0 in /requirements (#23422)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-20 14:01:32 -06:00
dependabot[bot]
aba6900994
build(deps): bump pip-compile-multi from 2.6.1 to 2.6.2 in /requirements (#23122)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-28 21:21:47 -07:00
dependabot[bot]
42db7e562d
build(deps): bump pre-commit from 3.0.4 to 3.1.0 in /requirements (#23168)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 12:33:52 -07:00
Daniel Vaz Gaspar
f0f27a486d
fix: bump FAB to 4.3.0 (#23184) 2023-02-24 10:42:07 +00:00
EugeneTorap
95eb8d79d0
chore: Bump cryptography to 39.0.1 (#23158) 2023-02-22 16:51:46 +00:00
dependabot[bot]
2dff0009e9
build(deps): bump pre-commit from 2.20.0 to 3.0.4 in /requirements (#22996)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-06 11:48:36 -07:00
Erik Ritter
98f4e90944
fix: Improve performance of CSV download (#22929) 2023-02-01 13:25:50 -08:00
Daniel Draper
e18bf3f449
fix(dependency): update cryptography import (#22744)
Co-authored-by: Daniel Draper <daniel.draper@understand.ai>
2023-01-31 10:11:26 +00:00
EugeneTorap
c9b7507931
fix: bump isort to fix pre-commit CI (#22907) 2023-01-30 16:22:16 +02:00
Igor Șincariov
6cf434e5c1
feat: Add excel export (#22006)
Co-authored-by: Igor Șincariov <igorsinc@pm.me>
Co-authored-by: EugeneTorap <evgenykrutpro@gmail.com>
2023-01-27 11:23:10 -07:00
dependabot[bot]
863adca3b7
chore(deps): bump pre-commit from 2.14.0 to 2.20.0 in /requirements (#20820)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-13 09:45:20 -07:00
John Bodley
0908fd291b
chore: Bump Flask-AppBuilder to 4.2.0 (#22580) 2023-01-11 10:43:19 -07:00
EugeneTorap
30dab3a00a
chore: Bump flask libs (#22355) 2023-01-09 10:10:31 +00:00
nisheldo
9cfbc22cd2
chore: bump sqloxide to 0.1.30 (#22615) 2023-01-07 19:45:05 +02:00
Hugh A. Miles II
ebaad10d6c
feat(ssh-tunnelling): Setup SSH Tunneling Commands for Database Connections (#21912)
Co-authored-by: Antonio Rivero Martinez <38889534+Antonio-RiveroMartnez@users.noreply.github.com>
Co-authored-by: Elizabeth Thompson <eschutho@gmail.com>
2023-01-03 17:22:42 -05:00
dependabot[bot]
86768a6325
build(deps): bump wheel from 0.37.0 to 0.38.1 in /requirements (#22533)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-31 10:23:43 +00:00
EugeneTorap
87617095b9
chore: Bump Pillow to 9.3.0 (#22489) 2022-12-23 17:25:22 +02:00
dependabot[bot]
b7c55b05c0
build(deps): bump pip-compile-multi from 2.4.1 to 2.6.1 in /requirements (#22216)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-22 13:56:30 -07:00
EugeneTorap
ff1d29c539
chore: Bump holidays to 0.17.2 (#22354) 2022-12-07 10:17:57 +02:00
EugeneTorap
d1294a06e6
chore: Refactor python libs (#22335) 2022-12-07 09:17:21 +02:00
EugeneTorap
d881c5df30
chore: Support Python 3.11 (#22217) 2022-12-03 09:25:11 +02:00
EugeneTorap
7bc5f04368
chore: Bump bigquery libs (#21466) 2022-12-02 12:48:36 +02:00
Daniel Vaz Gaspar
35e0e5bfe6
chore: improve performance on bootstrap permissions (#22083) 2022-11-10 21:47:55 +00:00
John Bodley
9f7bd1e63f
fix(presto/trino): Ensure get_table_names only returns real tables (#21794) 2022-11-09 14:30:49 -08:00
Beto Dealmeida
4496748cd9
chore: update Druid (#22067) 2022-11-08 15:03:58 -08:00
Elizabeth Thompson
efefb66c2d
chore: bump pyathena and related packages (#21958) 2022-10-28 18:15:15 -07:00
Erik Cederstrand
640628952e
chore(dep): Unpin slackclient dependency (#21586)
Co-authored-by: Erik Cederstrand <erik@adamatics.com>
Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
2022-10-04 14:42:42 +03:00
Erik Cederstrand
82bd5a31b8
chore(deps): Unpin sqlparse dependency (#21581)
Co-authored-by: Erik Cederstrand <erik@adamatics.com>
Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
2022-09-26 17:41:04 +03:00
EugeneTorap
7401f15add
chore: Bump sqlalchemy-utils to 0.38.3 (#21413) 2022-09-10 11:39:23 +03:00
Daniel Vaz Gaspar
29c233fc92
chore: bump FAB to 4.1.4 (#21329) 2022-09-06 10:56:57 +01:00
EugeneTorap
60db0bb47e
chore: Bump pandas to 1.4.4 (#21285) 2022-09-02 13:05:22 +03:00
nisheldo
6d65f806d8
chore: updating thrift (#20776)
Co-authored-by: Nick Sheldon <Nick_Sheldon@cargill.com>
2022-09-01 06:26:00 +03:00
EugeneTorap
76d6a9af91
chore: Support Python 3.10 and bump pandas 1.4 and pyarrow 6 (#21002)
* Bump pandas 1.4 and pyarrow 6

* Use engine="pyarrow" for pd.read_csv()

* Refactoring

* Refactoring

* Refactoring

* Use bytes in pd.read_json()

* Fix test_contribution

* Fix pandas issue when 'arrays' are empty but 'names' contain values

* fix: ValueError: For argument "ascending" expected type bool, received type NoneType.

* Remove engine="pyarrow" and convert bytes to string

* make copy of selected df to fix regression

* Simplify pd.read_json() and pd.read_csv() for example data

Co-authored-by: Ville Brofeldt <ville.brofeldt@apple.com>
2022-08-17 10:36:36 -03:00
Erik Cederstrand
d817a1dc87
chore(deps): unpin holidays dependency version (#21091)
The blocking issue has been fixed upstream

Co-authored-by: Erik Cederstrand <erik@adamatics.com>
2022-08-16 00:51:27 +08:00
John Bodley
eec6e577e6
[requirements] Bumping trino-python-client (#20976) 2022-08-04 17:13:41 -06:00