-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Use placeholder runs to show pipeline runs in the dashboard without d…
…elay (#2048) * POC * Maybe solve concurrency issue * Readd log * Some comments and small fixes * Small cleanup * Docstrings * rename constraint * Add new execution status * Finish docstring sentence * Delete run if failed during initialization * Remove wait method * cleanup * Replace emoji * Prevent empty run names * Fix return annotation * Remove unique constraint * Add index for pipeline run table * Better explanation * Switch back to unique constraint * Manual migration to add dummy orchestrator run id for old runs * Remove useless check that is handled by unique constraint * Add additional check to make sure we're only replacing placeholder runs * Improve docstring * Add tests * Fix mypy and unit tests * Mypy fixes * Fix typos * Fix get_or_create_run for pipelines with multiple steps * Silence darglint * Verify unique values during migration * Fix alembic order * Improve robustness of test_logs_are_recorded_properly test * Fix alembic order * Fix alembic order * Fix ruff ignore * Fix typo * Import cleanup * Formatting * Fix alembic order * Auto-update of E2E template * Fix alembic order * Auto-update of Starter template * Auto-update of E2E template * Auto-update of NLP template --------- Co-authored-by: GitHub Actions <actions@github.com> Co-authored-by: Andrei Vishniakov <31008759+avishniakov@users.noreply.github.com>
- Loading branch information
1 parent
f4fa7e4
commit 79d967e
Showing
17 changed files
with
588 additions
and
138 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
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.