Open joebeeson opened 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.
backends.sql:resource.sql
utils.filter_kwargs
create_engine
https://github.com/blaze/odo/blob/9fce6690b3666160681833540de6c55e922de5eb/odo/backends/sql.py#L633-L640
In
backends.sql:resource.sql
function,utils.filter_kwargs
always filters all keywords when creating the engine sincecreate_engine
's signature doesn't have any keyword arguments.https://github.com/blaze/odo/blob/9fce6690b3666160681833540de6c55e922de5eb/odo/backends/sql.py#L633-L640