I am using azure pythOn SDK for ADF, I am looking to create a dataflow dynamically.
I have data flow definitions in json format available on linked storage account. Is there a way, I can refer definition from storage account and create a dataflow? like below
adf_client.data_flows.create_or_update(location = 'path_to_dataflow_json')