ploomber / projects

Sample projects using Ploomber.
Apache License 2.0
83 stars 25 forks source link

cloud notebook sample breaks #85

Open idomic opened 1 year ago

idomic commented 1 year ago

This notebook breaks on PythonCallable deprecated ValueError.

edublancas commented 1 year ago

do you have the full traceback?

NiclaAuletta commented 1 year ago

Hello everyone. Here is the full traceback: Traceback (most recent call last): File "/opt/conda/lib/python3.10/runpy.py", line 187, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) File "/opt/conda/lib/python3.10/runpy.py", line 110, in _get_module_details import(pkg_name) File "/opt/conda/lib/python3.10/site-packages/ploomber/init.py", line 2, in from ploomber.dag.dag import DAG File "/opt/conda/lib/python3.10/site-packages/ploomber/dag/dag.py", line 94, in from ploomber.dag.dagclients import DAGClients File "/opt/conda/lib/python3.10/site-packages/ploomber/dag/dagclients.py", line 4, in from ploomber.tasks.abc import Task File "/opt/conda/lib/python3.10/site-packages/ploomber/tasks/init.py", line 1, in from ploomber.tasks.tasks import (PythonCallable, ShellScript, DownloadFromURL, File "/opt/conda/lib/python3.10/site-packages/ploomber/tasks/tasks.py", line 60, in class PythonCallable(Task): File "/opt/conda/lib/python3.10/site-packages/ploomber/tasks/tasks.py", line 270, in PythonCallable @deprecated.method(deprecated_in='0.21', removed_in='0.22') TypeError: method() got an unexpected keyword argument 'removed_in'