Add docs, fix CSS selector, and add unit tests by adrioui · Pull Request #5654 · SQLMesh/sqlmesh
Summary
- Documentation: Add RisingWave to the supported execution engines list and document the
--dotenvCLI option - Bug Fix: Correct missing
.prefix in CSS class selector for.react-flow__attribution - Tests: Add comprehensive unit tests for
conversions.pyandhashing.pyutilities
Changes
docs/integrations/overview.md
- Add RisingWave to the list of supported execution engines
docs/reference/cli.md
- Document the
--dotenvCLI option for specifying custom .env file paths
web/client/src/library/components/graph/Graph.css
- Fix CSS selector
react-flow__attribution→.react-flow__attribution
tests/utils/test_conversions.py (new)
- Unit tests for
try_str_to_bool,ensure_bool, andmake_serializablefunctions
tests/utils/test_hashing.py (new)
- Unit tests for
crc32,md5, andhash_datafunctions