Solved

importing data model from active record ORM

  • 23 September 2021
  • 1 reply
  • 28 views

We are looking to avoid manually creating the data model by potentially converting our activrecord schema into a model Json file - had anyone did that before? that will be amazing!

icon

Best answer by Daniela 23 September 2021, 19:17

View original

1 reply

Hi,

Unfortunately, we don’t have any cases of active record schema.

However, you can check how to Import and Export a Logical Data Model from/to a JSON file into the LDM Modeler: https://help.gooddata.com/pages/viewpage.action?pageId=86788355

And also, how to load a dataset to a project, using our GoodData Ruby SDK: 

https://sdk.gooddata.com/gooddata-ruby-doc/docs/loading_data
 

Reply