Ville Brofeldt
c2baba50f9
chore: abstract models and daos into superset-core ( #35259 )
2025-11-14 17:00:44 -08:00
Amin Ghadersohi
dced2f8564
feat: Add BaseDAO improvements and test reorganization ( #35018 )
...
Co-authored-by: bito-code-review[bot] <188872107+bito-code-review[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-16 18:15:16 -07:00
Elizabeth Thompson
009b99bfbb
chore: catch sqlalchemy error ( #34768 )
2025-08-20 18:00:06 -07:00
Vitor Avila
c9518485ba
fix: Do not convert dataset changed_on to UTC ( #33693 )
2025-06-04 22:24:18 -03:00
Beto Dealmeida
a26e1d822a
chore: remove sqlparse ( #33564 )
2025-06-04 19:31:41 -04:00
Vitor Avila
cacf1e06d6
fix: Update dataset's last modified date from column/metric update ( #33626 )
2025-06-03 12:20:38 -03: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
github-actions[bot]
1e4098a29e
chore( 🦾 ): bump python ruff 0.4.5 -> 0.8.0 ( #31001 )
...
Co-authored-by: GitHub Action <action@github.com >
Co-authored-by: Maxime Beauchemin <maximebeauchemin@gmail.com >
2024-11-24 17:30:48 -08:00
Ville Brofeldt
fcf0450294
fix(user-dao): return user model instances ( #30020 )
2024-08-26 16:50:15 -07:00
Beto Dealmeida
39209c2b40
fix: handle empty catalog when DB supports them ( #29840 )
2024-08-13 10:08:43 -04:00
Ville Brofeldt
7d6e933348
chore(key-value): convert command to dao ( #29344 )
2024-07-01 20:22:11 +03:00
John Bodley
8fb8199a55
chore(dao/command): Add transaction decorator to try to enforce "unit of work" ( #24969 )
2024-06-28 12:33:56 -07:00
Beto Dealmeida
8e15d4807f
chore: s/MockFixture/MockerFixture/g ( #29160 )
2024-06-10 12:35:07 -04:00
John Bodley
467e612533
fix: Remedy logic for UpdateDatasetCommand uniqueness check ( #28341 )
2024-05-07 06:42:37 -07:00
Beto Dealmeida
6cf681df68
feat(SIP-95): new endpoint for table metadata ( #28122 )
2024-04-25 12:23:49 -04:00
Maxime Beauchemin
2d63722150
chore: set up ruff as a new linter/formatter ( #28158 )
2024-04-24 17:19:53 -07:00
Maxime Beauchemin
e9c0ca545f
feat: Slack Avatar integration ( #27849 )
2024-04-16 08:40:27 -07:00
John Bodley
847ed3f5b0
refactor: Ensure Flask framework leverages the Flask-SQLAlchemy session (Phase II) ( #26909 )
2024-02-14 06:20:15 +13:00
John Bodley
10205d0b50
chore: Singularize tag models ( #25819 )
2023-11-09 08:22:08 -08:00
Beto Dealmeida
c7f8d11a7e
fix: dataset update uniqueness ( #25756 )
2023-10-25 16:49:32 -04:00
Hugh A. Miles II
090ae64dfa
feat(tag): fast follow for Tags flatten api + update client with generator + some bug fixes ( #25309 )
2023-09-18 11:56:08 -07:00
Hugh A. Miles II
69fb309ec3
feat: Update Tags CRUD API ( #24839 )
2023-08-25 21:16:35 +02:00
Craig Rueda
c7a3bf0f4b
chore(tests): Adding missing __init__.py files to various test packages ( #25045 )
2023-08-21 12:39:31 -07:00
Hugh A. Miles II
3b46511439
feat(Tags): Allow users to favorite Tags on CRUD Listview page ( #24701 )
2023-07-27 13:17:26 -04:00
John Bodley
3e76736874
chore(dao): Organize DAOs according to SIP-92 ( #24331 )
...
Co-authored-by: JUST.in DO IT <justin.park@airbnb.com >
2023-06-18 18:32:32 -07:00
John Bodley
a4d5d7c6b9
chore(pre-commit): Add pyupgrade and pycln hooks ( #24197 )
2023-06-01 12:01:10 -07:00
Diego Medina
14878a160f
chore: Migrate /superset/queries/<last_updated_ms> to API v1 ( #22611 )
2023-01-27 13:20:56 -05:00
Diego Medina
3ed288d4ee
chore: Migrate /superset/stop_query/ to API v1 ( #22624 )
2023-01-16 14:07:52 +00:00
Jesse Yang
7e836e9b04
test: autouse app_context in unit tests ( #20911 )
2022-08-02 15:42:50 -07:00
Hugh A. Miles II
e3e37cb68f
chore: switching out ConnectorRegistry references for DatasourceDAO ( #20380 )
...
* rename and move dao file
* Update dao.py
* add cachekey
* Update __init__.py
* change reference in query context test
* add utils ref
* more ref changes
* add helpers
* add todo in dashboard.py
* add cachekey
* circular import error in dar.py
* push rest of refs
* fix linting
* fix more linting
* update enum
* remove references for connector registry
* big reafctor
* take value
* fix
* test to see if removing value works
* delete connectregistry
* address concerns
* address comments
* fix merge conflicts
* address concern II
* address concern II
* fix test
Co-authored-by: Phillip Kelley-Dotson <pkelleydotson@yahoo.com >
2022-06-21 13:22:39 +02:00
Elizabeth Thompson
32bb1ce3ff
feat!: pass datasource_type and datasource_id to form_data ( #19981 )
...
* pass datasource_type and datasource_id to form_data
* add datasource_type to delete command
* add datasource_type to delete command
* fix old keys implementation
* add more tests
2022-06-02 16:48:16 -07:00
Hugh A. Miles II
660af409a4
feat: Save column data into json_metadata for all Query executions ( #20059 )
...
* add save_metadata function to QueryDAO
* use set_extra_json_key
* added test
* Update queries_test.py
* fix pylint
* add to session
* add to session
* refactor
* forgot the return
2022-05-18 13:11:14 -04:00
Hugh A. Miles II
21c5b26fc8
feat(sip-68): Add DatasourceDAO class to manage querying different datasources easier ( #20030 )
...
* restart
* update with enums
* address concerns
* remove any
2022-05-13 12:28:57 -04:00