Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@sayanarijit sayanarijit released this 12 Oct 12:12
· 6 commits to main since this release
a989cb6
  • TableFactory() init now expects an optional sa.Metadata() object tf = TableFactory(metadata=sa.Metadata()). If not passed, it will create a metadata automatically which you can access via tf.metadata.
  • No longer need to call the factory with sa.Metadata() object. i.e. tf("tablename", metadata) should now be tf("tablename").