Commit 4978a6f
Poetry --> UV (+ Makefile Added) (#22)
* chore: update lint-staged configuration and pyproject.toml
- Change command in .lintstagedrc from 'poetry run ruff' to 'uv run ruff'
- Migrate from [tool.poetry] to [project] section in pyproject.toml
- Update authors and license format in pyproject.toml
- Add dependencies under [project] and [project.optional-dependencies] sections
- Switch build system from poetry to hatchling
* chore: remove poetry.lock file
- Deleted the poetry.lock file as part of the transition to a new dependency management approach.
* chore: simplify dagster-dev command in Makefile
- Removed the clean-dagster target to streamline the dagster-dev command.
- Updated the dagster-dev command to remove the explicit workspace.yaml path, allowing for default behavior.
* chore: update CI workflow to use uv for dependency management
- Replaced Poetry setup with actions/setup-python for Python installation.
- Added installation step for uv and updated commands to use uv for running checks and tests.
- Streamlined the CI process by integrating uv for dependency synchronization and execution of tasks.
* chore: enhance development setup with Makefile commands
- Added `pyright` command to Makefile for type checking.
- Updated `pyright` script in package.json to use the correct Python path.
- Revised README to reflect the new Make commands for initializing and upgrading dependencies.
- Simplified instructions for running tests and the sample dagster project using Make commands.
* Update pyproject.toml
Co-authored-by: Reuven Gonzales <[email protected]>
* Update package.json
Co-authored-by: Reuven Gonzales <[email protected]>
* chore: streamline Makefile for consistent Python command usage
- Removed OS-specific checks for Windows in the Makefile.
- Unified Python, SQLMESH, and UV command definitions for a cleaner setup.
- Simplified activation and deactivation commands for the virtual environment.
* chore: update pyproject.toml and console.py for linter integration
- Added Pyright exclusion patterns in pyproject.toml to ignore specific directories.
- Introduced a new method `show_linter_violations` in EventConsole to handle and publish linting violations.
- Reorganized imports in console.py for better clarity and consistency.
---------
Co-authored-by: Kevin Longe <[email protected]>
Co-authored-by: Reuven Gonzales <[email protected]>1 parent 987dc46 commit 4978a6f
File tree
9 files changed
+2080
-3531
lines changed- .github/workflows
- dagster_sqlmesh
9 files changed
+2080
-3531
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
| 55 | + | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
60 | 66 | | |
61 | 67 | | |
62 | 68 | | |
63 | 69 | | |
64 | 70 | | |
65 | 71 | | |
66 | 72 | | |
67 | | - | |
| 73 | + | |
68 | 74 | | |
69 | 75 | | |
70 | 76 | | |
71 | | - | |
| 77 | + | |
72 | 78 | | |
73 | 79 | | |
74 | 80 | | |
75 | | - | |
| 81 | + | |
76 | 82 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
63 | 75 | | |
64 | 76 | | |
65 | 77 | | |
66 | 78 | | |
67 | 79 | | |
68 | 80 | | |
69 | | - | |
| 81 | + | |
70 | 82 | | |
71 | 83 | | |
72 | | - | |
| 84 | + | |
73 | 85 | | |
74 | 86 | | |
75 | 87 | | |
| |||
79 | 91 | | |
80 | 92 | | |
81 | 93 | | |
82 | | - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
83 | 99 | | |
84 | 100 | | |
85 | 101 | | |
86 | 102 | | |
87 | 103 | | |
88 | | - | |
| 104 | + | |
89 | 105 | | |
90 | 106 | | |
91 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | 3 | | |
6 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | | - | |
13 | | - | |
14 | 11 | | |
| 12 | + | |
| 13 | + | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
562 | 562 | | |
563 | 563 | | |
564 | 564 | | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
565 | 571 | | |
566 | 572 | | |
567 | 573 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments