dbprocessing.reports.ingested

class dbprocessing.reports.ingested(inStr)[source]

Report files that have been ingested in to the chain

__init__(inStr)[source]

pass in the line and parse it grabbing what we need

Parameters
inStrstr

Line from log file

Methods

html([alt])

return a html string for this

htmlheader()

return a string html header

html(alt=False)[source]

return a html string for this

Parameters
altbool, default False

Alternate line (used to style every other table row differently).

Returns
str

HTML table row for this entry.

htmlheader()[source]

return a string html header

Returns
str

HTML table row header


Release: 0.1.0 Doc generation date: Feb 10, 2022