Skip to content

hotdata-framework 0.6.0

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Jun 17:18
66334d7

Added

  • HotdataClient.add_managed_table(database, table, *, schema) declares a new table on an existing managed database (wrapping the SDK add_database_table endpoint). This allows additive schema evolution without recreating the database.