-
Notifications
You must be signed in to change notification settings - Fork 72
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
Add loading schema in Windows #559
Comments
Hi @flyingsilverfin
3 bis) Source ~/TypeDB/My_kg/KG/Schema/V9.tql (source with Uppercase S)
Can you please help about this? |
you can't use This issue also isn't exactly your question - next time please open a new issue or ask this question in our forum forum.vaticle.com or on our discord server where our community lives: https://discord.com/invite/vaticle |
@flyingsilverfin Thank you for your reply! Sure I will post on Discord next time |
It would be a good idea to test and document workarounds for Windows IMHO. |
Problem to Solve
For now the documentation on vaticle.com does not include how to load a schema in windows
Current Workaround
use the following
option 1.
typedb console --command="transaction [name] schema write" --command="source [path without spaces]" --command="commit"
option 2.
Proposed Solution
add this to the documentation
Additional Information
The text was updated successfully, but these errors were encountered: