Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to do undo in Azure Data Factory

I am new to Azure Data factory. While developing the pipeline I could not find undo operation in Azure Data Factory. ctrl+z did not work. What is the keyboard shortcut for the undo?

like image 483
Nidi Avatar asked Jun 01 '20 14:06

Nidi


People also ask

How do I restore my Azure data factory?

Once our data factory is created, open Azure data factory studio, then click on the manage tab and then click on the ARM Template under source control tab, and then click on ''import on azure portal'' once you click on that it will open a new window in which we will select '' build your own template in editor'', once ...

What is overwrite live mode in ADF?

Option 1: Use Overwrite live mode functionalityIt publishes or overwrites the code from your collaboration branch into the live mode. It will consider the code in your repository as the source of truth.

What is Azure data/factory sink?

A cache sink is when a data flow writes data into the Spark cache instead of a data store. In mapping data flows, you can reference this data within the same flow many times using a cache lookup. This is useful when you want to reference data as part of an expression but don't want to explicitly join the columns to it.


1 Answers

There is no undo shortcut for ADF. Max you can do is the Discard All option.

Discard All Option

like image 185
Kiril1512 Avatar answered Sep 28 '22 06:09

Kiril1512