-
Hi - is anyone working currently on integration with kedro-airflow (or pipeline scheduling in general)?
I've got it working but the problem is that each task within a DAG is tracked under a separate …
-
If the model has sample parameters.yaml:
```
test_size: 0.2
random_state: 3
features:
- engines
- passenger_capacity
- crew
- d_check_complete
- moon_clearance_complete
- iata_…
-
In order to send a notification when the pipeline ends we need ability to run the custom code as an exit handler.
Ideally, there should be new config param "exit_handler_pipeline" and when it's set…
-
-
```
$ kedro kubeflow run-once -e central
Usage: kedro kubeflow run-once [OPTIONS]
Try 'kedro kubeflow run-once -h' for help.
Error: no such option: -e
```
em-pe updated
3 years ago
-
There are some configuration options required by commands that are tied to the environment. To make the work of the plugin easier, an allow storing some of the configuration in VCS we could move them …
em-pe updated
3 years ago
-
Hi guys, at the very beginning - huge kudos for all the work you have already put in `Kedro` development. The tool is really great, but I'd like to understand one more thing:
**how do you see the f…
-
The command should upload the DAG to specified DAG folder and use Airflow API to trigger it immediately. There may be a need to implement additional logic to wait for the dag to be loaded.
Support…
em-pe updated
3 years ago
-
Notebook images provided by Google cause dependency conflicts when used with both _kedro_ and _kedro-kubeflow_ plugin.
We could provide a docker image with JupyterLab and packages compatible with cur…
em-pe updated
3 years ago
-
## Description
A plugin to productionize Kedro pipelines using Kubeflow.
## Context
Besides Airflow, Kubeflow is becoming another powerful platform for production.
Discussed at https://githu…