Releases: getindata/kedro-airflow-k8s
Releases · getindata/kedro-airflow-k8s
Release 0.4.0
[0.4.0] - 2021-04-20
- Support of S3 as DAG destination
- Operators extracted from DAG template as reusable components
- Selection of specific pipeline by name from CLI
�
Release 0.3.0
[0.3.0] - 2021-04-15
- Resources configuration added that allows describing cpu and memory resources required in k8s by pods
- Shared persistent volume can be made optional
- Pod startup timeout is configurable, with default to 600 seconds
�
Release 0.2.0
[0.2.0] - 2021-04-01
- Command
list-pipelines
allows display of pipelines which were generated with the plugin - Command
ui
opens webbrowser with Apache Airflow - Move options to config file and restructure
MLflow
enabled only ifkedro-mlflow
present in dependencies and configuration is in place- Command
init
to initialize configuration for the plugin in kedro project
�
Release 0.1.2
[0.1.2] - 2021-03-24
- Allow override
image
parameter from CLI forupload_pipeline
,run_once
andcompile
- Conditional SSL verification for Apache Airflow client, via AIRFLOWCLIENTSSL_VERIFY environment variable
run-once
withwait-for-completion
checks for task instance failure as well
�
Release 0.1.1
[0.1.1] - 2021-03-19
- Inits temporary volume with data from image kedro data directory (/home/kedro/data)
- Increased startup time for pods to 10 minutes
�
Release 0.1.0
[0.1.0] - 2021-03-17
- Creates mlflow experiment on pipeline start if it does not exist
- Temporary persistent volumes generation and removal for pipelines
upload-pipeline
command that generates DAG to Airflow directoryschedule
command that generates DAG to Airflow directory with the given schedulerun-once
command that uploads pipeline to Airflow and creates the DAG run
�
Release 0.0.4
[0.0.4] - 2021-03-10
�
Release 0.0.3
[0.0.3] - 2021-03-09
Fixed
- Drop dependency on
airflow
�
Release 0.0.2
[0.0.2] - 2021-03-09
Added
- Initial implementation of
kedro_airflow_k8s
plugin stub.
�