-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added baseline for workflow linter (#1613)
```mermaid flowchart TD job -->|has many| job_task job_task -.-> notebook_task job_task -.-> wheel_task job -.-> git_source job_task -.->|execute on| interactive_cluster interactive_cluster -.-> library job_task -.-> library library -.-> wheel_on_dbfs library -.-> wheel_on_wsfs library -.-> wheel_on_volumes library -.-> egg_on_dbfs library -.-> egg_on_wsfs library -.-> pypi wheel_task -.-> wheel_on_dbfs wheel_task -.-> wheel_on_wsfs wheel_on_dbfs -.-> python_file wheel_on_wsfs -.-> python_file egg_on_dbfs -.-> python_file egg_on_wsfs -.-> python_file pypi -.-> python_file wsfs_file -.-> python_file python_file -.->|import| python_file notebook_task -.-> notebook notebook -.->|import| python_file notebook -.->|can run| notebook job_task -.-> dependency_graph python_file --> dependency_graph notebook --> dependency_graph git_source -.-> python_file git_source -.-> notebook lint_local_code_cli --> dependency_graph workflow_linter --> dependency_graph workflow_linter -.-> job_problems dependency_graph -.-> job_problems job_problems -.->|viz| redash_dashboard ``` This PR adds baseline for linting workflows Related to: - #1542 - #1541 - #1540 - #1539 - #1382 - #1204 - #1203 - #1085 closes #1559 closes #1468 closes #1286
- Loading branch information
Showing
39 changed files
with
1,267 additions
and
1,316 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.