Forum Discussion
Notebooks Not Reusing Spark Sessions Despite Same Session Tag
- 3 months ago
Hi RajMamidalaQ,
Keep your 3 pipelines as-is for standalone/reusable use. In the Master pipeline specifically, instead of using "Invoke Pipeline" activity for Validation, inline the three notebook activities directly in the Master pipeline (not as child pipelines), all sharing the same session tag.
Your child pipelines (Validate, Transform) remain intact for independent use, the Master pipeline becomes a flat orchestrator with direct notebook calls and a shared session tag.
Hope this helps! Don't forget to accept as solution ✅ and thumbs up 👍 in order to keep helping others 🙂
Best regards,
Oussama (Data Consultant - Expert Fabric & Power BI)
Hi RajMamidalaQ,
Keep your 3 pipelines as-is for standalone/reusable use. In the Master pipeline specifically, instead of using "Invoke Pipeline" activity for Validation, inline the three notebook activities directly in the Master pipeline (not as child pipelines), all sharing the same session tag.
Your child pipelines (Validate, Transform) remain intact for independent use, the Master pipeline becomes a flat orchestrator with direct notebook calls and a shared session tag.
Hope this helps! Don't forget to accept as solution ✅ and thumbs up 👍 in order to keep helping others 🙂
Best regards,
Oussama (Data Consultant - Expert Fabric & Power BI)