Skip to main content
Question

Data Migration from one env to another

  • March 10, 2024
  • 3 replies
  • 10 views

Hi,

I want to migrate data along with Data pool/ Analysis/Views, from one env to another. Is that possible? I migrated the data pool, analysis and other items, but migrating the data , I am not sure. Can you please help me on this?

3 replies

Forum|alt.badge.img+6

Hi Sachin,

 

No, as far as I know, we cannot migrate the data from one environment to the other with the click of a button.

One workable way I can think of is to use pycelonis to retrieve the data from the source environment and upload it to the destination environment.


  • Author
  • Level 3
  • March 11, 2024

great. Can you please elaborate or let me know how can I to do that and appreciate if you direct me where to get the code and details for that.


dennis.pflug
Level 10

Hi Sachin,

 

here you can find more information and examples about pycelonis: Data Export - PyCelonis

 

I am not sure if you can directly get table out of a data pool and extract it into a data frame or if you need to do this via data models + export_data_frame.

 

Good luck.

 

BR

Dennis