Using those extensions means you have the correct dependencies installed, and that you know about the external system. Django: just provide an ETLCommand class that contains all the shortcuts to write django management commands based on Bonobo. Google: shortcuts to create the necessary objects for oauth flow, with local caching of credentials. Both those extensions are not stable and will evolve.
4 lines
83 B
Python
4 lines
83 B
Python
ON_START = 'bonobo.on_start'
|
|
ON_TICK = 'bonobo.on_tick'
|
|
ON_STOP = 'bonobo.on_stop'
|