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
What is the reason to limit the index types?
Can we at least have an option to bypass this check?
There's no option to bypass this check atm. We currently parse the specific Postgres format we support, as it's used in other stages like diffing, planning and when written as an HCL.
I'm not sure what are the gaps between ParadeDB and our current Postgres driver, but these cases we'll be handled when we add support to it - I don't have ETA for this.
Closing, as this is duplicate of #1472. I'll update it when the issue is resolved.
I'm using ParadeDB's bm25(https://github.com/paradedb/paradedb)index for search, and am getting this error
It looks like the error is coming from here
atlas/sql/postgres/inspect.go
Line 1401 in 5922441
What is the reason to limit the index types?
Can we at least have an option to bypass this check?
The text was updated successfully, but these errors were encountered: