Skip to content

Allow for arbitrary Table keyword arguments in create_table_from_selectable #551

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

Merged
merged 1 commit into from
Oct 19, 2021
Merged

Conversation

quoimec
Copy link
Contributor

@quoimec quoimec commented Oct 19, 2021

This is a very simple PR that allows for any of the Table keyword arguments to be passed through the create_table_from_selectable method through to the table that gets generated.

An example of how this could be used is to allow the table to be generated in a specific schema:

table = create_table_from_selectable(selectable=s, schema="my_schema")

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
@kvesteri kvesteri merged commit b262d2d into kvesteri:master Oct 19, 2021
StdCarrot pushed a commit to StdCarrot/sqlalchemy-utils that referenced this pull request Apr 14, 2022

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
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.

None yet

2 participants