kaskada.formatters_shared

Module Contents

Functions

appendTimes(parent, obj)

get_analysis_and_diagnostics_tables(obj)

get_hyperlink(text, link)

update_diagnostic_with_link(fenl_diag)

get_fenl_diagnostics_html_and_has_errors(obj)

get_generic_object_html_and_schema_df(obj)

get_materialization_html_and_schema_df(obj)

get_metrics_html(obj)

get_raw_html(obj)

get_request_details_table_row_if_exists(obj)

get_result_type_and_schema_df(obj)

get_slice_request_html(obj)

get_table_pulsar_config(obj)

get_table_html_and_schema_df(obj)

get_query_html(obj)

get_view_html_and_schema_df(obj)

appendTimes(parent, obj)[source]
get_analysis_and_diagnostics_tables(obj)[source]
Parameters:
  • text (str) –

  • link (str) –

Return type:

str

Parameters:

fenl_diag (kaskada.kaskada.v1alpha.fenl_diagnostics_pb2.FenlDiagnostic) –

Return type:

str

get_fenl_diagnostics_html_and_has_errors(obj)[source]
get_generic_object_html_and_schema_df(obj)[source]
get_materialization_html_and_schema_df(obj)[source]
get_metrics_html(obj)[source]
get_raw_html(obj)[source]
get_request_details_table_row_if_exists(obj)[source]
get_result_type_and_schema_df(obj)[source]
get_slice_request_html(obj)[source]
get_table_pulsar_config(obj)[source]
Parameters:

obj (kaskada.kaskada.v1alpha.pulsar_pb2.PulsarConfig) –

Return type:

domonic.html.table

get_table_html_and_schema_df(obj)[source]
Parameters:

obj (kaskada.kaskada.v1alpha.table_service_pb2.Table) –

get_query_html(obj)[source]
get_view_html_and_schema_df(obj)[source]
Parameters:

obj (kaskada.kaskada.v1alpha.view_service_pb2.View) –