Azure Data Factory Python SDK – Convert PipelineResource to JSON
I am creating Azure Data Factory pipeline using Python SDK (azure.mgmt.datafactory.models.PipelineResource). I need to convert PipelineResource object to JSON file. Is it possible anyhow? I tried json.loads(pipeline_object) , json.dumps(pipeline_object) but no luck.