-
Updated
Oct 14, 2020 - Rust
infrastructure
Here are 1,420 public repositories matching this topic...
-
Updated
Oct 27, 2020
-
Updated
Nov 5, 2020 - Ruby
Description
Recently, a task_run_name parameter was added to the task constructors, and documentation was written on how to dynamically set task Run Names dynamically based on inputs.
At runtime, Prefect automatically populates kwargs with raw inputs and also prefect context:
https://github.com/PrefectHQ/prefect/blob/1bbefb71
-
Updated
Oct 11, 2020
-
Updated
Oct 30, 2020 - Python
-
Updated
Nov 3, 2020 - Go
-
Updated
Mar 24, 2020
-
Updated
Oct 28, 2020 - C
-
Updated
Mar 27, 2020 - Ruby
Naming inconsistency
Describe the bug
I found that some names agruments in framework aren't consistent.
So for example:
class SupervisedRunner(Runner):
"""Runner for experiments with supervised model."""
_experiment_fn: Callable = SupervisedExperiment
def __init__(
self,
model: Model = None,
device: Device = None,
input_key: Any = "features",
-
Updated
Nov 22, 2018 - Go
-
Updated
Nov 5, 2020 - Java
-
Updated
Nov 4, 2020 - Ruby
-
Updated
Nov 2, 2020 - Go
-
Updated
Nov 14, 2019 - Go
-
Updated
Nov 4, 2020 - Python
-
Updated
Nov 1, 2020 - Python
-
Updated
Oct 16, 2020 - Python
-
Updated
Nov 3, 2020 - Python
-
Updated
Sep 28, 2020 - Ruby
-
Updated
Nov 1, 2019 - JavaScript
-
Updated
Nov 2, 2020 - Python
-
Updated
Oct 27, 2020
-
Updated
Jul 26, 2017 - Shell
-
Updated
Nov 2, 2020 - Go
-
Updated
Oct 28, 2020 - Rust
Improve this page
Add a description, image, and links to the infrastructure topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the infrastructure topic, visit your repo's landing page and select "manage topics."
Expected Behavior
When using the
backstage-cli create-pluginsome build step tasks likeyarn tscmight fail. These aren't required to be run and we could handle failures in a more graceful way, simply warning the user that the build task failed.Current Behavior
If for example
yarn tscfails, the following