How to migrate entity from one tenant to the other tenant (Dev -> QA -> Prod)

How to migrate an entity table from one tenant to the other tenant (Dev → QA → Prod)
I checked the solution tab but it does not include the entity so what is the right way to publish entity to another environment/tenant?

Hi Tejas,
We’re working on bringing entities into Orchestrator folder scopes, so they can be bound in solutions and exported across tenants (expected in about a month).
Meanwhile, you can export the entity schema and import it into the other tenant.

1 Like

Ok with schema also need to upload the data as well right?
It is exporting schema of all the tables. I want to only migrate 1 table

Hi Tejas,
That is correct, you will need to upload data as well.
Currently Data Service downloads all the schema in your entity, but we have this in our backlog to allow exporting schemas from specific entities only

I’ve created the same entity in the other environment. Just to confirm there’s no need to update anything at the process level, correct? It should automatically reference the entity from the production environment? Because during the development the entity was manually selected and imported in the studio while development so

Provided the entities have the same name and schema, the same code will work across different tenants without you needing to change anything.

Its not like Integration Service connections which need to be explicitly set on each tenant, even if the name and folder is the same.

1 Like

Ok thanks for detailed clarification