You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to request the ability to send additional arguments to the BCP utility when calling the DataFrame.to_sql method. In particular, I would like to be able to send a maximum number of errors (-m 1) and have errors logged to a file (-e somefile.log)
Perhaps for the greatest flexibility the parameters could be sent through **kwargs.
The text was updated successfully, but these errors were encountered:
I would like to request the ability to send additional arguments to the BCP utility when calling the DataFrame.to_sql method. In particular, I would like to be able to send a maximum number of errors (-m 1) and have errors logged to a file (-e somefile.log)
Perhaps for the greatest flexibility the parameters could be sent through **kwargs.
The text was updated successfully, but these errors were encountered: