pyrooka / metabase-cubejs-driver

Connect Metabase with Cube.js.
GNU Affero General Public License v3.0
4 stars 6 forks source link

URL check in the config #24

Closed pyrooka closed 5 years ago

pyrooka commented 5 years ago

If the API URL isn't ending with a '/', the driver will fail when making HTTP requests.

If the checking cannot doable, just correct the URL (e.g. if the ending character is not a '/' append it)