Create table before the dataflow in BIML

后端 未结 3 737
情话喂你
情话喂你 2021-01-22 01:52

I am using BIML and BIDSHelper to create SSIS package. I am trying to import data from csv to sql server. I want to create table in the destination database before the dataflow

3条回答
  •  天命终不由人
    2021-01-22 02:17

    For anyone else trying to achieve this, Biml can now reference objects that don't exist through the OfflineSchema metadata elements. This allows you to specify tables or result sets that you can't connect to for the Biml engine to base the SSIS build on.

    https://varigence.com/Documentation/Language/Element/AstOfflineSchemaNode

提交回复
热议问题