[stdlib] Adds Update(...) and FixedWindow(...) the the standard nodes provided with bonobo.
This commit is contained in:
@ -22,9 +22,7 @@ class ETLCommand(BaseCommand):
|
||||
create_or_update = staticmethod(create_or_update)
|
||||
|
||||
def create_parser(self, prog_name, subcommand):
|
||||
return bonobo.get_argument_parser(
|
||||
super().create_parser(prog_name, subcommand)
|
||||
)
|
||||
return bonobo.get_argument_parser(super().create_parser(prog_name, subcommand))
|
||||
|
||||
def get_graph(self, *args, **options):
|
||||
def not_implemented():
|
||||
|
||||
Reference in New Issue
Block a user