Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/excel/29.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 如何使用Boto3库在AWS Glue中创建工作流?_Python_Boto3_Workflow_Etl_Aws Glue - Fatal编程技术网

Python 如何使用Boto3库在AWS Glue中创建工作流?

Python 如何使用Boto3库在AWS Glue中创建工作流?,python,boto3,workflow,etl,aws-glue,Python,Boto3,Workflow,Etl,Aws Glue,我在AWS Glue中使用Boto3库和所有编排创建ETL工作流时遇到问题。我创建了所有作业和触发器,但当我使用glue.create\u workflow(Name=“Test)命令时,无法包含编排 我尝试使用这个参数 DefaultRunProperties={ 'string': 'string' } 与: “--额外文件”:“文件”#就像在作业中使用外部库一样 'Graph':{'Nodes':[],'Edges':[]}#使用glue.get_工作流('Tes

我在AWS Glue中使用Boto3库和所有编排创建ETL工作流时遇到问题。我创建了所有作业和触发器,但当我使用
glue.create\u workflow(Name=“Test)
命令时,无法包含编排

我尝试使用这个参数

DefaultRunProperties={
        'string': 'string'
    }
与:

“--额外文件”:“文件”
#就像在作业中使用外部库一样

'Graph':{'Nodes':[],'Edges':[]}
#使用
glue.get_工作流('Test')的图形输出

这是可能的,还是只能使用AWS控制台执行