trw.reporting.reporting_bokeh_tabs_dynamic_header

Module Contents

Classes

TabsDynamicHeader

Helper class to manage updates of the underlying SQL tables & JSON configuration.

class trw.reporting.reporting_bokeh_tabs_dynamic_header.TabsDynamicHeader(doc, options, connection, creator_fn)

Bases: trw.reporting.bokeh_ui.BokehUi

Helper class to manage updates of the underlying SQL tables & JSON configuration.

This class will monitor at defined time interval if a given SQL table or JSON file was modified. If so, a callback will be executed (e.g., to update the UI).

update(self)
update_new_tables(self, name_roles, creator_fn)