Pat
Esteemed Contributor

Hi @Magnus Asperud​ ,

1 mounting container1

2 you should persist the data somewhere, creating df doesnt mean that you are reading data from container and have it accessible after unmounting. Make sure to store this merged data somewhere.

Not sure if this will work

df_spark.cache()

df_spark.count()

3 unmounting

4 mounting container2

View solution in original post