-
I encountered this problem when I tried to add the mentioned adapter.330 I tried to use stacktrace or Google to solve this problem, but I tried for about 2 days and still couldn't solve it, so I asked for help. Can you help me solve this problem? Thanks a lot. This is stacktrace and screenshot:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @erdengk Our documentation on the website is not yet covering this part. However, I recommend simply deploying the adapter using the Polypheny-UI. The idea of the SQL commands is to allow scripting the deployment of adapters. There is also a trick to easily get the required query: Simply click on the |
Beta Was this translation helpful? Give feedback.
Hi @erdengk
As stated in the error message, you need to specify a deployment mode. The correct query would be:
ALTER ADAPTERS ADD "test" USING 'org.polypheny.db.adapter.file.FileStore' WITH '{"mode":"embedded"}'
Our documentation on the website is not yet covering this part. However, I recommend simply deploying the adapter using the Polypheny-UI.
The idea of the SQL commands is to allow scripting the deployment of adapters. There is also a trick to easily get the required query: Simply click on the
</>
in the success message, and you find the query in your clipboard.