Search code examples
sql-serverazureviewpipelineazure-data-factory

how to create a view in Azure data factory


I am creating a new a Azure data factory pipeline. In that I need to to copy one table to Azure Blob and delete the data after copy success. before deleting the data i need to create a view of copied data and compare the data in source database which is going to delete.I need to delete the data from source table only the data in view and source table match.


Solution

  • As I know about Azure Data Factory, it doesn't support you create the view, so you can not do that.

    Hope this helps.