aws.glue.get_dataflow_graph
Example SQL Queries
SELECT * FROMaws.glue.get_dataflow_graph;Description
Transforms a Python script into a directed acyclic graph (DAG).
Table Definition
| Column Name | Column Data Type |
|---|---|
| python_script Input Column The Python script to transform. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| dag_edges A list of the edges in the resulting DAG. | STRUCT( |
Show child fields
| |
| dag_nodes A list of the nodes in the resulting DAG. | STRUCT( |
Show child fields
| |