memgraph / mage

MAGE - Memgraph Advanced Graph Extensions :crystal_ball:
Apache License 2.0
251 stars 25 forks source link

Build apoc.schema.assert #409

Closed hal-eisen-MG closed 10 months ago

hal-eisen-MG commented 11 months ago

Potential customer says that we're missing apoc.schema.assert

katarinasupe commented 11 months ago

We have another community report -> https://discord.com/channels/842007348272169002/890969003374289016/1171708792040329236 I would like to emphasize that there is no easy way to drop all constraints/indexes without this. The workaround combination of running and parsing SHOW INDEX INFO; and DROP INDEX queries. Similar goes for the constraints. We have that capability in GQLAlchemy with ensure_indexes() and ensure_constraints(), but if users are migrating, this is probably not their current driver used.

hal-eisen-MG commented 10 months ago

@as51340 How much more time do you need to finish this?

as51340 commented 10 months ago

A day for sure, hopefully not more

as51340 commented 10 months ago

I will close this issue here and open it on Memgraph repo.