Forum Discussion

VictorMed's avatar
VictorMed
Frequent Visitor
1 year ago
Solved

Pipelines running cross-tenant Dataflows

Hi All,

 

I have a question I haven't been able to answer by checking the documentation.

 

Is it possible to run cross-tenant Dataflows using the Dataflow Activity in Pipelines?

 

We have a client with a PPU capacity who wants us to orchestrate their data flows from our fabric capacity in our tenant.

 

Is that even possible? Or can only be achieved by using the REST API?

 

 

Thanks,

Victor

  • Hello VictorMed 

     

    Fabric Data pipelines operate within a single tenant boundary. While cross-workspace pipeline invocation is supported (Q3 2024), cross-tenant orchestration isn’t natively implemented

     

    Yes with rest api it should be possible 

     

    1. Use a Service Principal with permissions in both tenants
    2. Programmatically invoke Dataflows in the client’s tenant using API endpoints.

3 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi VictorMed,

    Thanks for reaching out to the Microsoft fabric community forum.

     

    It looks like you want to run a cross-tenant Dataflow activity to bring data from your client. As nilendraFabric, already responded to your issue, please mark it as solution if it answers your query.

     

    I would also take a moment to thank nilendraFabric, for actively participating in the community forum and for the solutions you’ve been sharing in the community forum. Your contributions make a real difference.

     

    If I misunderstand your needs or you still have problems on it, please feel free to let us know.  

    Best Regards,
    Hammad.
    Community Support Team

     

    If this post helps then please mark it as a solution, so that other members find it more quickly.

    Thank you.

  • Hello VictorMed 

     

    Fabric Data pipelines operate within a single tenant boundary. While cross-workspace pipeline invocation is supported (Q3 2024), cross-tenant orchestration isn’t natively implemented

     

    Yes with rest api it should be possible 

     

    1. Use a Service Principal with permissions in both tenants
    2. Programmatically invoke Dataflows in the client’s tenant using API endpoints.

    • VictorMed's avatar
      VictorMed
      Frequent Visitor

      Hi nilendraFabric ,

       

      It's I expected then.

       

      Are there any plans to remove the tenant boundaries?

       

      Thanks,

      Victor