Hey team
I've been trying to run a python script using prefect to trigger aws glue jobs. I'm getting this weird error which says "'from prefect.tasks.aws.glue import GlueJobRun ModuleNotFoundError: No module named 'prefect.tasks.aws'; 'prefect.tasks' is not a package".
Any help would be appreciated.
d
Deceivious
03/01/2023, 10:17 AM
ModuleNotFoundError: No module named 'prefect.tasks.aws';
This line says it all.
Maybe u are missing an additionally plugin library? Where did u get that source code from? I doubt prefect comes in bundled up with AWS stuff by default.
b
Bharat Nedungadi
03/01/2023, 10:19 AM
Do you know which plugin or package needs to installed to run aws glue jobs?