I was pushing data through the python client and after a while I noticed that I have pushed an unwanted tag. Is there any way I can delete that tag ?
1 Like
@Luv You would need to rewrite the data with a SELECT ... INTO
query.
@jackzampolin Can you point to the documentation of thiis query ? I am having a difficult time finding it.