Guys can you add some filters and bulk actions for...
# advice-data-ingestion
z
Guys can you add some filters and bulk actions for connections? Like a search or filter by status, bulk pause or bulk delete connections. p.s. p.s. How can I "fully" delete connections? I mean from history too.
r
you can interact with the database to full delete connections
docker exec -ti airbyte-db psql -U docker -d airbyte
e
Hi. not sure I would go as far as deleting the image - I would use the API for that. https://airbyte-public-api-docs.s3.us-east-2.amazonaws.com/rapidoc-api-docs.html#post-/v1/connections/delete see Delete a connection. unless you want to delete the image for some reason
z
@Eli Sigal There is also "Returns all connections for a workspace, including deleted connections.". So, looks like it is not fully deleting connections. Maybe marking it as deleted.
e
@Zaza Javakhishvili yes it wont delete the image (the image contains that data)
z
@Eli Sigal what exactly image do you mean?
e
when you create a new connection docker will update the db image for that and there you will have this "history" data. I`m not entirely sure where exactly it is located though. It could be worth a while to see if the only left overs after deleting with the api is just a json file with history connections for the api only. So if you delete the data from the image yes it is force delete.
z
@Eli Sigal gotcha. I tried. I found it has cascade delete fk -s. That's great. Just worry about logs etc. I guess it also needs to be deleted manually. I am not sure where it is located.