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
Apart from inserting data using a dataframe or by giving a table name, if a user gives table expression as input then insert operation must be performed into the desired table.
The text was updated successfully, but these errors were encountered:
Not for the current work, but for the future, I think it probably makes more sense to have a single argument source that can be a dataframe, an expression, another table.... and perform the operation based on the type. Instead of having a different argument for each source kind.
Using the obj variable in the .insert() function to take either pandas DataFrame or table_name or ibis TableExpr like what we wanted to do with the source variable. Added test cases for this scenario as well.
Apart from inserting data using a dataframe or by giving a table name, if a user gives table expression as input then insert operation must be performed into the desired table.
The text was updated successfully, but these errors were encountered: