New notebook with more details and simplistic example of using the Scheduler for bulk processing #239
Annotations
6 errors
code checks (3.11):
example_converted/06_transformations_and_the_scheduler.py#L48
W0237: Parameter 'sourcefile' has been renamed to 'file' in overriding 'RemoveDummyArgTransformation.transform_file' method (arguments-renamed)
|
code checks (3.11):
example_converted/06_transformations_and_the_scheduler.py#L94
R1732: Consider using 'with' for resource-allocating operations (consider-using-with)
|
code checks (3.11):
example_converted/06_transformations_and_the_scheduler.py#L102
R1732: Consider using 'with' for resource-allocating operations (consider-using-with)
|
code checks (3.11):
example_converted/06_transformations_and_the_scheduler.py#L110
R1732: Consider using 'with' for resource-allocating operations (consider-using-with)
|
code checks (3.11):
example_converted/06_transformations_and_the_scheduler.py#L130
W0246: Useless parent or super() delegation in method '__init__' (useless-parent-delegation)
|
code checks (3.11)
Process completed with exit code 12.
|