I am trying to recreate the steps of watershed delineation in an AGOL notebook.
I am using an "Advanced" notebook so I can use arcpy tools. I have a hosted feature layer for my pour points. I also have a hosted tile layer for my flow accumulation raster. I want to run Snap Pour Points tool using these two inputs, but I get a non-descriptive error ("Error in executing tool"). I assume the error is due to the tool not liking my input formats. Is there any other way to store the inputs so that it can work?