Data Factory Use Cases
Apply all suggestions on a set of items
Quick links
The job is available for download here.
The JSON representation of the job is available here.
The purpose of this Data Factory job is to apply all suggested data for a set of items. This job intends to illustrate the use of tasks such as data-suggestion-find and data-suggestion-apply-all.
Data Factory job in details
mermaid
flowchart TD
_start(("Start"))
_end(("End"))
find_suggestions["<b><a href='/data-factory/references/tasks/data-suggestion-find/'>data-suggestion-find</a></b><br />Find suggestions for the given items"]
generate_operations["<b><a href='/data-factory/references/tasks/json-transform-jq/'>json-transform-jq</a></b><br />Generate comment threads"]
apply_all_suggestions["<b><a href='/data-factory/references/tasks/data-suggestion-apply-all/'>data-suggestion-apply-all</a></b><br />Apply all suggestions"]
_start --> find_suggestions
find_suggestions --> generate_operations
generate_operations --> apply_all_suggestions
apply_all_suggestions --> _end