You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: update project configuration and clean up files
- Add new directories to .gitignore for Dagster project storage, logs, history, and schedules.
- Modify Makefile to support Windows environments and add new clean commands for Dagster and database.
- Update pyproject.toml to change version to 0.8.0 and add new dependencies for FastAPI and SSE-Starlette.
- Refactor type hints across multiple files to use modern syntax and improve consistency.
- Enhance console and event handling in dagster_sqlmesh for better logging and event management.
- Clean up imports and ensure proper typing throughout the codebase.
- Update sample project definitions for compatibility with new changes.
* refactor: improve type hints and clean up imports in conftest.py
- Update type hints to use modern syntax throughout the file.
- Clean up and reorganize import statements for better clarity.
- Enhance function signatures with appropriate return types.
- Ensure consistency in typing for fixtures and context classes.
* chore: simplify Makefile by removing OS-specific checks
- Unified command definitions for Python, SQLMESH, and UV to streamline setup.
- Removed Windows-specific command handling for a cleaner and more consistent configuration.
- Simplified activation and deactivation commands for the virtual environment.
* refactor(test): improve assertion readability in test_restating_models
- Simplified assertion statements in the test_restating_models function for better clarity.
- Enhanced readability by formatting assertions with inline messages.
- Maintained existing test logic and functionality.
---------
Co-authored-by: Kevin Longe <[email protected]>
0 commit comments