Currently, the file destination path in a Fabric Copy job is defined statically in the job configuration.
Please add support for parameterizing the destination file path, including folder and file names, so that the output location can be dynamically controlled at runtime.
For example, it should be possible to define an output path such as:
Files/output/{run_date}/{run_id}/
where run_date and run_id are supplied dynamically at runtime.
It should also be possible to pass these values from a pipeline or other orchestration process.
This would enable a single Copy job definition to be reused across different executions without creating multiple Copy jobs that differ only in their destination paths.
Use cases
- Create execution-specific output folders using run_date and run_id
- Dynamically partition output files by processing date
- Prevent outputs from different executions from being mixed or overwritten
- Pass destination path values from a pipeline or orchestration process
- Reuse the same Copy job definition across multiple executions and environments
No CommentsBe the first to comment
Recent ideas
Power BI, import report and semantic model: show change connection pop-up
When you need to import an existing Power BI report and semantic model in Tenant B that's created in Tenant A, you need to jump through a number of hoops to fix the original connection. It's doable, ...Reitse47 minutes agoMost Valuable ProfessionalNew4Views0likes0CommentsEnable per-user security for shared gateway connections using service accounts
When a shared gateway connection uses a highly privileged service account, all source queries run with that account’s permissions. Users cannot see the stored credentials, but report developers who c...AshishChougala1 hour agoMicrosoft EmployeeNew6Views2likes0CommentsRequest to add a feature to extract gateway connection status and last time credentials used
Could you please add a feature in the admin UI on Microsoft Fabric/Power BI to extract the Gateway connections with details of the gateway connection status and last activity information along with t...Vinodkumar_Chak2 hours agoNew MemberNew21Views1like0CommentsPower BI - incorrect handling of empty string parameter in DAX query in paginated report
Blank string parameters in paginated reports are treated as empty strings in Power BI Report Builder but as null values in the Power BI Service, resulting in incorrect report output. -> Create a pag...roshinikumarkar6 hours agoMicrosoft EmployeeNew25Views5likes0CommentsAllow NotebookUtils getSecret() to authenticate with Workspace Identity
Current behavior In Microsoft Fabric, notebookutils.credentials.getSecret() authenticates against Azure Key Vault using the identity of the user who executes the notebook. This behavior appli...tmihara7 hours agoNew MemberNew20Views1like1Comment