I'd like to automate the creation of a dataflow as a copy of another dataflow, then change the owner. The new owner would then change some of the input datasets, rename the output dataset and alter a few of the tiles within the dataflow. Looking to simplyfy the intake of hundreds of files from different sources with similar joined dimensions.
I've been through the CLI and could only find create-dataset, I was hoping to find Create-dataflow or Copy-dataflow…snooped some network traffic while creating a copy of a exsiting dataflow but couldn't pinpoint an API.
Is what I'm trying to do possible?
thx