kumbarsg commented on issue #25996:
URL: https://github.com/apache/airflow/issues/25996#issuecomment-1241037580

   The params are : 
           task_id="glue_job",
           job_name=job_name,
           wait_for_completion=True,
           # num_of_dpus=10,
           retry_limit=0,
           script_location=f"s3://bucket/etl.py",
           s3_bucket=GLUE_EXAMPLE_S3_BUCKET,
           iam_role_name=GLUE_CRAWLER_ROLE.split("/")[-1],
           create_job_kwargs={
               'GlueVersion': '3.0', 'NumberOfWorkers': 2, 'WorkerType': 'G.1X',
               "DefaultArguments": {"--enable-glue-datacatalog": ''}
               
   Also, I am not able to use the Gluejoboperator on my MWAA. I then used 
Awsgluejoboperator for this purpose


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to