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
Add a function which returns the jdbc url for a specific DB. This is helpful when dealing with java based systems like Spark or Mondrian. This could be done either by a specific module mara_db.jdbc.jdbc_url(db_alias) or by a property method of the DB class (DB.jdbc_url).
The text was updated successfully, but these errors were encountered:
Add a function which returns the jdbc url for a specific DB. This is helpful when dealing with java based systems like Spark or Mondrian. This could be done either by a specific module
mara_db.jdbc.jdbc_url(db_alias)
or by a property method of the DB class (DB.jdbc_url).The text was updated successfully, but these errors were encountered: