File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828project = "rialto"
2929copyright = "2022, Marek Dobransky"
3030author = "Marek Dobransky"
31- release = "2.0.3 "
31+ release = "2.0.5 "
3232
3333# -- General configuration ---------------------------------------------------
3434# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " rialto"
33
4- version = " 2.0.4 "
4+ version = " 2.0.5 "
55
66packages = [
77 { include = " rialto" },
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ class Record:
4141 status : str
4242 reason : str
4343 exception : Optional [str ] = None
44- run_timestamp : datetime .timestamp = datetime .now (). isoformat ( sep = " " , timespec = "seconds" )
44+ run_timestamp : datetime .timestamp = datetime .now ()
4545
4646 def get_schema (self ) -> StructType :
4747 """Retrieve schema of pyspark DataFrame"""
You can’t perform that action at this time.
0 commit comments