I downloaded a sample driver plugin from GitHub and placed it in the same directory as the metabase.jar file. However, after starting the Metabase server, I still cannot see the sample driver option in the Database configuration options.
Steps Taken:
- Downloaded the sample driver plugin from GitHub.
- Placed the plugin in the plugins folder (or the same directory as metabase.jar).
- Started the Metabase server using the command: java -jar metabase.jar
- I Checked the Database configuration options but did not see the new sample driver listed.
What I Have Tried:
Restarting the server multiple times.
Checking for errors or warnings in the logs.
Ensuring that the plugin file is in the correct directory.
Question:
Is there another way to check if Metabase is loading the plugin properly? Is there any additional configuration required to enable the driver? Any help or insights would be greatly appreciated!