Your feedback is highly appreciated! Let's make Vertabelo even better.

0
Answered

Educational licence vs github

Kamila 2 months ago updated by Jarosław Błąd (CEO) 2 months ago 1

I am wondering if I can put code generated by Vertabelo on a public repository using GitHub. Is this still private use or commercial use? The same question is valid when it comes to PNG of database model.

I am on an educational license.

+3

verification email error

Flávio Oliveira 2 months ago updated by Sarah Pérez 2 months ago 1

The confirmation email is not arriving in my email I've checked all the tabs in my email and still nothing

+26

Could you add Jala University to the email whitelist?

Eugênio Jefferson 2 months ago 0

Can you add our email to whitelist? We need Vertabelo for learning database systems.
University email: name.surname@jala.university
University website: https://jala.university/

0

Changing textContent in workday [duplicate]

brother info 2 months ago 0

I am currently working on a Rate my professor Chrome extension that displays professor ratings on the workday. However, I am having some problems for access the specific span element by using getElementsByClassName.

Here is my code:

courses = document.getElementsByClassName('gwt-InlineLabel WG5F WF4F') console.log(courses.textContent)

0
Answered

Cannot get on academic plan with my yale.edu account

Bashar Kadhim 3 years ago updated by Armend Osmani 2 months ago 2

Howdy!


I registered an account under the email bashar.kadhim@yale.edu to use Vertabelo for my studies.

Unfortunately, I had a trial plan which has just expired. How can I switch to academic plan?

Looking forward to using your awesome tools :D

0
Fixed

ERROR:Parse SQL timeout

Guy 2 months ago updated by Jarosław Błąd (CEO) 2 months ago 2

I am trying to import a DDL script from SQL Server to create a new physical data model. When I select the SQL script file it tries to parse it and after a long time it gives the timeout error. The file is 922K. I have removed every table I can. I have manually edited the file and removed all non-DDL statements and comments in order to make it as small as possible.

How can I get the import to succeed?

0

Updating the Model With Comments from Excel

Guy 2 months ago 0

We have a large database (~500 tables) modelled in Vertabelo. We have some existing documentation of table descriptions and column descriptions in an Excel spreadsheet. We would like to move our documentation from the Excel spreadsheet into the Vertabelo model. Can you suggest the best way to do this?

We looked at the API but that appears to be read-only. We have considered exporting the model as XML and writing code to update the XML file from the Excel spreadsheet and then re-importing the XML but this involves a certain amount of time to write the code to do this.

0

BigQuery physical model does not allow me to set the primary key for a table

Jason Salemme 3 months ago updated 3 months ago 1

Is there a way to enable the primary key selection for tables when the physical model is for BigQuery?  While PKs and FKs are not enforced by BQ, they are used by the optimizer when resolving queries.  If there is no way to turn this on, can this feature be added please?

Thanks,
Jason