Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello,
we are testing a Fabric data pipeline with a sql server connection. we use a Copy data task.
We want to copy a set of tables from the sql db to a target lakehouse.
I notice that there is no way to parameterise the TableName for the Source configuration( Sql server) of Copy Data.
Has anyone done this please? Please suggest.
thanks
Hi @msprog , hope you are doing great. May we know if your issue is solved or if you are still experiencing difficulties. Please share the details as it will help the community, especially others with similar issues.
Hi @msprog
Use a 'For Each' task in the pipeline.
Add an array parameter in the following format:
["Table1","Table2","Table3"]
On the 'for each' settings add the following item
@pipeline().parameters.DB
Swap DB for your parameter name
I hope this helps, please give a thumbs up and mark as solved if it does, thanks!
User | Count |
---|---|
4 | |
4 | |
2 | |
2 | |
2 |
User | Count |
---|---|
10 | |
8 | |
6 | |
6 | |
6 |