-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert schema to JSON for Gemini #14
Comments
@grighetto about the So I'm afraid we'll need to implement a 1- Implement the json option to the anonymizer. One concern I have about this is that we don't have a clear vision of what the gemini schema format supports. So it's hard to know if we'll hit issues in the future about unsupported things, like table options or data types. |
@aboudreault right, we need to generate the JSON file either way if we want to use Gemini (more details in #12). I only suggested using the To answer your questions, I think the simplest solution at the moment is probably generating the JSON file for Gemini. You can gain some insight on the format by letting it generate a random schema, which it does by default if you don't provide one and then checking the JSON schema it prints to the console at startup. |
Ok I see now what you were suggesting. 1- Use the anonymizer to generate the cql schema file. Sounds good. I will start looking at this. |
For the MVP, udt types are going to be skipped. |
┆Issue is synchronized with this Asana task by Unito
The text was updated successfully, but these errors were encountered: