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
{{ message }}
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.
Currently, we just check the existence of the table with that particular table_name in the information_schema. To implement this feature, you would want to:
Check the entire configuration of the table
If the configuration of the table matches that of the table inferred from the json schema, insert its data with on_conflict: ignore
If the configuration is different, throw the overwrite error
If you need any more help, send a message on the contrib channel on our Discord server.
Once again, thanks for showing interest in contributing to Hasrua GraphQL Engine :)
JSON2GRPAHQL TOOL Currently either overwrites the table or throws table existing error.
Can we change the behaviour to start appending the data to existing instead of table existing error
The text was updated successfully, but these errors were encountered: