Alexis Rico
Alexis Rico
- [ ] [Codegen] Switch from `getBranchDetails` to `getSchema` (Disclaimer: OpenAPI spec doesn't exist, check frontend-next services/index.ts for the hook that uses it) - [ ] [Inference] Add support for...
**Describe the bug** Column selection should forward `NonNullable` to XataFile properties. To revisit after removing the `object notation` deprecation in column selection
TODO: - Testing - Proper type conversion (I've removed a lot that will need to be handpicked) - Add support for wire protocol via websockets
## How to run them locally 1. Create an `.env` file with `XATA_API_KEY` and `XATA_WORKSPACE`. If you want to connect somewhere different than production use `XATA_API_PROVIDER` and/or `XATA_REGION`. 2. Run...
Python SDK currently has support for managing databases, however there are no types for your current database schema. Similar to the TypeScript SDK it would be nice to generate from...
Add new flag `keep-existing-columns` to merge an existing table columns with the parsed types - In the case that the guessed type is different, we don't prompt for a migration,...
**Describe the bug** Random data command doesn't respect `unique` constraint
Signed-off-by: Alexis Rico