blaze / odo

Data Migration for the Blaze Project
http://odo.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
1.01k stars 138 forks source link

Using "filter_kwargs" on "create_engine" never returns matches #631

Open joebeeson opened 3 years ago

joebeeson commented 3 years ago

In backends.sql:resource.sql function, utils.filter_kwargs always filters all keywords when creating the engine since create_engine's signature doesn't have any keyword arguments.

https://github.com/blaze/odo/blob/9fce6690b3666160681833540de6c55e922de5eb/odo/backends/sql.py#L633-L640