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

0
Є відповідь

Metadata

Martin 10 років тому оновлено Tanu 5 років тому 5
Is there a way to output or report on the metadata of the tables or columns. I am looking to use this tool for a team and would like to be able to pull out all the Tables and Columns Descriptions to use for definitions. is this possible in this tool? 
Відповідь
anonymous 10 років тому
I would expect it to appear on production in December. We're convinced we should support this, but it isn't a critical feature and thus the estimated time moved towards the end of the year.
0
Declined

online job portal

Kagiso Sithole 5 років тому оновлено Adam Mościcki 5 років тому 1

I have a keen interest to develop a simple online job portal for entry-level jobs. Can anyone help me with a website development?

Відповідь
Adam Mościcki 5 років тому

Hello,

We don't provide consulting services not related to our products.

Best regards,

Adam

0
Є відповідь

Can I switch between Logical model ad Physical model?

Akthar 5 років тому оновлено Adam Mościcki 5 років тому 1

Hi I would like to switch my Physical model to Logical model and vise-versa ? In your Pricing Page, you have listed the Business plan has Logical mode and Physical model enabled? What does it mean? Can you give an example? 

Відповідь
Adam Mościcki 5 років тому

Hello,


A physical model is a model that can be easily converted to an SQL script.

A logical model is intended for conceptual/logical database design. The logical modeler is our new feature, which we have introduced recently. We are working on the conversion from a logical model to a physical model. The feature will be added soon (ca. 2 months I believe).

The conversion from a physical to logical model is much harder, I can't estimate when it will be added.

Hope this helps,
Adam




0
Under review

About Price Polity

신광철 5 років тому оновлено 광철 신 5 років тому 2

I've been setting up data management framework. Because data modeling is the center of data management, first thing to do is for data modeling tool. the data modeling tool , Vertabelo, is what I want. It's online basis but it has almost everything offline tools have.

I have a question about flexiblity of the price policy.

There are 3 options for price policies which are Team , Premium and Basic. I will be the first user of the data modeling tool for short period , 2 month or 3 month in my company and then a few users will start to use the data modeling tool.

In this situation, after using Premium price policy for first a few months, I want to user Team price policy.


Does it work well in the price policy?

Відповідь
Adam Mościcki 5 років тому

Helllo,

Yes, it works well. You can upgrade / downgrade your plan at any time. 

If you have any questions please do not hesitate to contact us.

Best regards,
Adam


+1
Виконано

New api endpoints to import xml model and create erd model

Jesus 5 років тому оновлено Jeremy Webb 5 років тому 3

Hi, 

I would like to automate the creation of ERD models using vertabelo. We can do this via the UI at the moment, would it be possible to expose this functionality via the api so I can programatically generate xml, post it to vertabelo's api and have it return the model image back?

0
Виконано

Can this connect to an Azure SQL Data Warehouse

Scott Keith 5 років тому оновлено Rafał Strzaliński (Senior Engineer) 5 років тому 1

I am doing research and want to confirm that this tool can connect to an AZURE SQL Data Warehouse?  Also, has anyone had any luck connecting to a Snowflake database?  It looks like this is not supported yet.

0
Виконано

By closing my account in Vertabelo which data of mine is held by the company?

Mayara Ferreira 5 років тому оновлено Adam Mościcki 5 років тому 1

I want to delete my account from Vertabelo, in my profile I see "close account" button. Which data is held after closing it? Can I ask for full deletion of my data?

Відповідь
Adam Mościcki 5 років тому

Hello,

When you close your account, all of your data will be deleted with it.

We have deleted your account.

Best regards,
Adam

0
Under review

Server Error when importing the model through xml

Ramya Mariyada 5 років тому оновлено Adam Mościcki 5 років тому 3

When uploading the xml file previously generated from Veratbelo and trying to upload it back i get an internal server error

0
Є відповідь

Import from SQL script not working?

Sergio Piriz 5 років тому оновлено Adam Mościcki 5 років тому 3

Hi, I´m trying to generate a physical model form a SQL script and it is not working at the moment. It simple doesn't let me click on Generate Model after selecting the SQL script. I'm on a free trial.

Thanks

Sergio

Відповідь
Adam Mościcki 5 років тому

Hello,

I hope I have fixed the Import. Please try again.

0

need help creating a data model

Shivansh Kumar 5 років тому 0

I've 2 csv files that will be provided to me every month. Both these files have the following fields: restaurant name, address, city & cuisine. These 2 files have a discrepancy in the restaurant name field, for ex: in the first csv file, the restaurant name is bel-air hotel & in the 2nd csv file it's hotel bel-air. However, the address & city field is the same in both the files which are 701 stone canyon rd. & bel air respectively. I need to do the following:

1) Combine these 2 data sources & ensure it produces accurate information- I was thinking to create a primary key such as restaurant_id & have a different table that would hold the restaurant information such as the restaraunt_id, name, address & city. Also, the other table would have the restaraut_id as foreign key & cuisine. Does this design make sense? If yes then I was thinking to dump these 2 files into a storage service such as Amazon s3 & then create a sql script that would copy the data from the s3 location to the db tables on the redshift followed by scheduling an ETL update job on a monthly time cadence. I can always directly import the csv files to OLAP cube & do all the ETL cleaning, curation, massaging, transformation & validation over there as well but just wondering how would I perform the data cleaning in the latter case

2) Resolve the discrepancy between the 2 data sources- Since I've created a separate table for the restaurant information, the discrepancy would cease to exists but I would like to know your thoughts about it. Is there any other approach to this?

3) Frame excellent questions for the data owners/ business owners-

The questions would cater around the 7Ws - who, what, when, where, why, how & how many. These seem to be the dimension tables but I don't seem to have an idea about what the fact table would be as there isn't any business event that's been mentioned to me. Can you please shed some light on this front as well?

4) The result of this analysis would be used as a feedback loop for the data owners to correct their source data. Build a report by listing all the columns & their definition as a feedback loop for data owners to fix the data errors in the source systems for continuous data improvements


Can you please help me on how do I get started with respect to the questions above? Appreciate all your help & thank you in advancerestaraunt 1
restaraunt2