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
With this service integrated to karma, it is not possible to delete columns very fast. After some debugging here is what I found.
There is a bug in semantic_types_column_data_delete function. After catching the exception (by putting a try except around it), this is what I get
If i put a sleep of 0.5 seconds at the end of the function, it works without any hastle. However, this is a bad idea to fix it as it wont work when multiple people are using it.
I guess there is some problem in the way we are doing the bulk delete operation here.
The text was updated successfully, but these errors were encountered:
With this service integrated to karma, it is not possible to delete columns very fast. After some debugging here is what I found.
There is a bug in semantic_types_column_data_delete function. After catching the exception (by putting a try except around it), this is what I get
For REST call
"DELETE /semantic_types/type/<id>
If i put a sleep of 0.5 seconds at the end of the function, it works without any hastle. However, this is a bad idea to fix it as it wont work when multiple people are using it.
I guess there is some problem in the way we are doing the bulk delete operation here.
The text was updated successfully, but these errors were encountered: