glue_get_dataflow_graph {paws.analytics} | R Documentation |
Transforms a Python script into a directed acyclic graph (DAG)
Description
Transforms a Python script into a directed acyclic graph (DAG).
See https://www.paws-r-sdk.com/docs/glue_get_dataflow_graph/ for full documentation.
Usage
glue_get_dataflow_graph(PythonScript = NULL)
Arguments
PythonScript |
The Python script to transform. |
[Package paws.analytics version 0.7.0 Index]