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
So, I am trying to overwrite a table in some schema, and it does not allow me to do so. It does create a table but gives an error and the table does not contain anything. This is the output I get for the table name which was not even close to what I wanted the table name to be: ibis_postgres_table_54lealvsujhbvhag3b3udhoiiq.
Also, I tried adding a brand new table to that particular schema with overwrite = True, and it gave me an error. When I try creating a new table without overwrite = True, I do not get any error.
The object type that I am adding is ibis.expr.types.relations.Table
Here's the code that I ran: con.create_table('some_data', obj = ibis_df, database='some_schema', overwrite=True)
What happened?
So, I am trying to overwrite a table in some schema, and it does not allow me to do so. It does create a table but gives an error and the table does not contain anything. This is the output I get for the table name which was not even close to what I wanted the table name to be: ibis_postgres_table_54lealvsujhbvhag3b3udhoiiq.
Also, I tried adding a brand new table to that particular schema with overwrite = True, and it gave me an error. When I try creating a new table without overwrite = True, I do not get any error.
The object type that I am adding is
ibis.expr.types.relations.Table
Here's the code that I ran:
con.create_table('some_data', obj = ibis_df, database='some_schema', overwrite=True)
What version of ibis are you using?
ibis-framework 9.5.0
dependencies on my venv:
What backend(s) are you using, if any?
Postgres
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: