'Why SQL Sink TableName = "DefaultTableName" and not the value supplied in the parameter

I am moving data from the Dataverse/Data Lake into an Azure SQL Server. I have a parameter defined for the TableName.

The Source uses the parameter to read data from the required table, but not the Sink.

Here my parameters are defined and are being passed down from the Pipeline. Parameters defined

This is the Sink Sink

Sink Settings

And the Sink Settings using the Dataset Parameter

Sink Dataset

Sink Dataset paramters

I get a table created called [landing].[DefaultTableName] no matter what I set as my TableName parameter



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source