Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow descriptions of schema elements #53

Open
mkornacker opened this issue Dec 21, 2023 · 0 comments
Open

Allow descriptions of schema elements #53

mkornacker opened this issue Dec 21, 2023 · 0 comments

Comments

@mkornacker
Copy link
Collaborator

Example: Client.create_table('tbl', schema=..., description='test data for ...')

Record descriptions for:

  • tables
  • views
  • snapshots
  • columns
aaron-siegel added a commit that referenced this issue Mar 15, 2024
…onMd; add Table.comment() property (#77)

Removes `TableParameters` relocates its functionality to `TableSchemaVersionMd` so that table attributes can be versioned. Introduces an optional `comment` field to `TableSchemaVersionMd`. Surfaces `comment` and `num_retained_versions` as properties in `Table`.

Also includes some improvements to the DB migration test framework that makes it more resilient against test failures (previously, a test failure in test_migration could "bleed out" and cause other tests to fail).

Partially resolves issue #53.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant