Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Chirag_
Partner - Contributor III
Partner - Contributor III

How do i populate MetaModel in Talend Data Catalog?

I was thinking to create  qlik replicate as  metamodel.
So these are some steps I did to create metamodel but i am not sure how do i populate the model with Data , anyone have used metamodel please guide me on populating the model. bellow are the steps which i have done so far:

1. Create a Package

  • Went to Manage > Metamodel > Start Editing

  • Created a new Package named QlikReplicate


2. Define Reusable Attribute Types

Created attributes to be used across objects:

  • taskStatus (Enum)

  • schedule (String)

  • lastRunTime (DateTime)

  • transformationLogic (Text)

  • dataVolume (Integer)

  • sourceEndpoint, targetEndpoint (String)


3. Create Object Types

Defined custom business objects:

  • ReplicationTask: to represent each Qlik Replicate job

  • Endpoint: to represent source/target systems

Added the above attributes to these objects.


4. Define Associations

Linked objects via relationships:

  • ReplicationTask → uses → Endpoint (source and target)


5. Create Custom Model

  • Created a Model Type named QlikReplicateModel

  • Added ReplicationTask and Endpoint objects to it


6. Save and Publish

  • Clicked SAVE

  • Clicked STOP EDITING to publish the metamodel

 

Labels (1)
2 Replies
Chirag_
Partner - Contributor III
Partner - Contributor III
Author

This is a snip of my metamodel

Chirag__0-1746622495976.png

 

Chirag_
Partner - Contributor III
Partner - Contributor III
Author

I need a way on to how do i populate it 

Chirag__1-1746622610615.png