Skip to content

Support explicit schema selection for the migration table #386

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

pnehrer
Copy link

@pnehrer pnehrer commented Jun 6, 2025

Add the ability to specify a table schema for the refinery history table, in case a non-default schema is required:

  • refinery cli takes an optional --table-schema argument
  • when a schema is provided, refinery attempts to create it, if it doesn't exist, when asserting the existence of the history table
  • all table operations subsequent to this use the qualified table name so that they are performed in the correct schema

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

Successfully merging this pull request may close these issues.

1 participant