Devon Campbell
Devon Campbell
@tailhook > I thought we direct them to the https://github.com/edgedb/edgedb-cli/issues/new/choose page, that allows them to choose? Or is it too many steps? Even just having a one-stop shop to get...
@mrosett No. I ended up getting rid of the plugin.
You could try this: ``` familyname := $familyname ``` You might also consider breaking out `familyname` as a separate object type. Those can be easier to wrangle than tuples.
Thank you for reporting this! It seems to be an issue between FastAPI and Pydantic that is breaking the project. We're looking into it…
The issue seems to be that FastAPI compatibility with Pydantic V2 is not quite there yet. If you force reinstall V1 of Pydantic, that should get you up and running...
`edgedb project init` and `edgedb instance create` should ask if you want to create a cloud instance
> Or maybe we can only propose this when cloud profile exists? This sounds good to me, but maybe there are other implications I don't understand...
Just tried again to reproduce with a newer version of the CLI, and I get this when I try to spin up an instance on 5.0-beta.1: ``` No `edgedb.toml` found...
Have you tried connecting DbSchema to EdgeDB via our [SQL support](https://www.edgedb.com/docs/reference/sql_support)? It may just work. If it doesn't, we can take a look for you.
@Arpit1496 Actively looking into this. We'll report back!
We don't currently offer down migrations. This thread featuring one of our developers suggests some workarounds: https://github.com/edgedb/edgedb/discussions/4944 In short: - Create another migration that reverts your schema if you need...