Maxime Beauchemin
47414e18d4
feat: Use DuckDB for examples data in Docker development environment ( #34831 )
...
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net >
2025-08-25 12:37:28 -07:00
Beto Dealmeida
a82e310600
feat: improve perf of CSV uploads ( #34603 )
2025-08-20 08:53:02 -04:00
Evan Rusackas
a42185cd3b
fix(duckdb): Add support for DuckDB-specific numeric types ( #34743 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-19 10:19:05 -07:00
Maxime Beauchemin
cb27d5fe8d
chore: proper current_app.config proxy usage ( #34345 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-31 19:27:42 -07:00
Beto Dealmeida
bcd136cee1
feat: catalogs for DuckDB ( #28751 )
...
Co-authored-by: Maxime Beauchemin <maximebeauchemin@gmail.com >
2025-04-11 12:58:59 -07:00
Ville Brofeldt
c90e45a373
feat: make user agent customizable ( #32506 )
2025-03-05 16:33:24 -08:00
Evan Rusackas
90651dfe3e
fix(dev/ci): pre-commit fixes galore ( #32352 )
2025-02-24 11:26:45 -07:00
Maxime Beauchemin
e51b95ffa8
chore: enforce more ruff rules ( #31447 )
...
Co-authored-by: Elizabeth Thompson <eschutho@gmail.com >
2024-12-18 17:41:34 -08:00
Maxime Beauchemin
2d63722150
chore: set up ruff as a new linter/formatter ( #28158 )
2024-04-24 17:19:53 -07:00
Guen Prawiroatmodjo
08aaebbf7c
feat(dbview): Add token request button to DuckDB and MotherDuck database modal ( #27908 )
...
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net >
2024-04-15 09:02:19 -04:00
Guen Prawiroatmodjo
fcf90dffa8
feat(db_engine): Add custom_user_agent when connecting to MotherDuck ( #27665 )
2024-03-28 18:05:28 -07:00
Beto Dealmeida
9c54280d85
feat: add MotherDuck DB engine spec ( #24934 )
2023-08-09 16:42:14 -07:00
Michael S. Molina
e5b7f7c9b5
fix: Time shifts with different granularity for ECharts ( #24176 )
2023-06-08 16:03:37 -03:00
John Bodley
a4d5d7c6b9
chore(pre-commit): Add pyupgrade and pycln hooks ( #24197 )
2023-06-01 12:01:10 -07:00
Ville Brofeldt
cd6fc35f60
chore(db_engine_specs): clean up column spec logic and add tests ( #22871 )
2023-01-31 15:54:07 +02:00
John Bodley
7e54b88a51
chore: Change get_table_names/get_view_names return type ( #22085 )
2022-11-18 12:41:21 -08:00
Yongjie Zhao
c6c9215a2b
fix: time grain key from P0.25Y to P3M ( #21919 )
2022-10-25 14:41:30 +08:00
forestlzj
fdb4702332
fix: can't show duckdb table names in the "SEE TABLE SCHEMA" dropdown list ( #21495 )
2022-09-19 11:28:49 +08:00
Richard Whaling
202e34a259
feat: add duckdb as DataSource - Fixes #14563 ( #19317 )
...
* + duckdb support
needs the forked version of [duckdb-engine](https://github.com/alitrack/duckdb_engine )
* Update duckdb.py
update _time_grain_expressions
* removed superfluous get_all_datasource_names def in duckdb engine spec
* added exception handling for duckdb single-threaded RuntimeError
* fixed linter blips and other stylistic cleanup in duckdb.py
* one last round of linter tweaks in test_connection.py for duckdb support
Co-authored-by: Steven Lee <admin@alitrack.com >
Co-authored-by: Richard Whaling <richardwhaling@Richards-MacBook-Pro.local >
2022-03-24 15:07:57 +08:00