Commit Graph

7 Commits

Author SHA1 Message Date
dal 693eaec969
Enhance error handling and version management in metric file processing. Added detailed error logging for failed dataset associations and improved YAML serialization handling. Updated structures to track updated versions during metric modifications. 2025-04-30 17:22:47 -06:00
dal 75e6e6de76
ok everything is working pretty well 2025-04-29 17:36:34 -06:00
dal 5c81ade0e2
search stored values work 2025-04-23 11:47:11 -06:00
dal 180a291bc8
starting to work on file streaming, moved resend logic, permissions 2025-04-18 12:21:25 -06:00
dal 47c615db09
dataset security and some prompt improvements 2025-04-18 11:12:31 -06:00
dal 115d525d96
Add dataset_security dependency and implement permission checks for dataset access
- Added `dataset_security` as a dependency in `Cargo.toml`.
- Enhanced SQL validation in `common.rs` to check user permissions before executing queries.
- Updated metric file processing functions to include user ID for permission validation.
- Modified dataset retrieval in `search_data_catalog.rs` to return permissioned datasets based on user access.
- Updated planning tools to include guidelines for modifying visualizations in bulk.
2025-04-18 10:36:57 -06:00
dal df1eda84d3
list logs fix move dataset security 2025-04-17 11:38:21 -06:00