We are currently using the default export data from DataVerse to Azure Data Lake. Then we read the data using the following guide. When we specify the inline dataset (CDM) and a linked service that is parameterized, we get an error.
DL Storage Gen2 should be able to handle parameterization, according to MS official documentation. But it seems that inline datasets are not able to handle it. So how are we supposed to parameterize a linked service when using CI/CD?
Thanks a bunch!