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

1108 Be able to pass an engine into TableStorage #1109

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

dantownsend
Copy link
Member

Resolves #1108

@dantownsend dantownsend added the enhancement New feature or request label Oct 18, 2024
@sinisaos
Copy link
Member

@dantownsend When you merge this PR, can you please close this old PR that basically did the same thing. Thanks.

@dantownsend
Copy link
Member Author

@sinisaos Ah, sorry - I completely forgot about that one.

They are slightly different in that this one passes engine into __init__, and the other one passes it into reflect. Which do you prefer?

@sinisaos
Copy link
Member

@dantownsend I think both versions are fine, but I prefer your version, because I think it's more common to pass config arguments in constructor, than in methods.

@dantownsend
Copy link
Member Author

@sinisaos Thanks - lets go with this for now then.

@dantownsend dantownsend merged commit e2fa8f8 into master Oct 18, 2024
46 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Be able to pass an engine into TableStorage
2 participants