moj-analytical-services / etl_manager

A python package to create a database on the platform using our moj data warehousing framework
21 stars 9 forks source link

Return empty meta data class when providing null file-path to constructor? #25

Closed isichei closed 6 years ago

isichei commented 6 years ago

i.e.

meta = TableMeta(None)

# Then apply meta details after
meta.columns = new_cols
meta.name = 'my_table' # etc