All notable changes to flowpyter-task will be documented in this file.
The format is based on Keep a Changelog.
- Bumped FlowKit to 1.30.0
- Made open source
- New minor version to reflect large changes
- Flowkit bumped to 1.28.1
- Airflow bumped to 2.9.2
- More lenient constraint on apache-airflow version requirement
- Fixed rendering of readme on pypi.org
nb_params
can now take a yaml string, json filepath or yaml filepath in addition to dictionaries
FlowpyterOperator
;shared_data_dir
mount to share data between dagruns
FlowpyterOperator
;data_dir
is nowdag_data_dir
FlowpyterOperator
now has flags for injecting connection environemnts into notebookstemplate
andstatic
mounts have been replaced with a genericread_only_mounts
arg
flowpyter-task
has been replaced withFlowpyterOperator
- see the docstring forsrc.flowpytertask.FlowpyterOperator
for full details
- Changelog
- You can now set
CONTAINER_NOTEBOOK_DIR
env var to define where notebooks are kept inside the flowpyterlab container.
- Initial release