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

Harrison/sql alchemy #2216

Merged
merged 4 commits into from
Apr 1, 2023
Merged

Harrison/sql alchemy #2216

merged 4 commits into from
Apr 1, 2023

Conversation

hwchase17
Copy link
Contributor

No description provided.

jasonbhart and others added 4 commits March 30, 2023 21:09
…ent filtering of tables (#1841)

The current wrapper class for SQLAlchemy is inconsistent in its usage of
'include_tables' and 'ignore_tables' class properties. This pull request
is meant to create a distinct function (get_usable_tables) so as to
prevent the usage of tables which have been specifically excluded when
the class is instantiated. All function calls in the SQLDatabase base
class and related tools have been ported to use new function. This
implementation still allows using the SQLAlchemy standard way to get all
tables which exist in the database by using the original function
get_all_tables().

This is my first pull request, so feedback is appreciated.
@hwchase17 hwchase17 merged commit 609b14a into master Apr 1, 2023
9 checks passed
@hwchase17 hwchase17 deleted the harrison/sql-alchemy branch April 1, 2023 19:52
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