Jonathan Mathews
04/05/2022, 3:50 PMDbtShellTask
because dbt wouldn’t have been installed). It’s coming back with an error where I need to specify a execution_role_arn
in the ECSRun
which I’ve now done, but can I use the previously defined role, or do I need to define something else? Thanks!Kevin Kho
EXTRA_PIP_PACKAGES
which takes in packages to install. You can find that here , only works if you use the base prefect image.
But could you show me the ECSRun code? Just remove sensitive infoAnna Geller
--fargate
flag:
eksctl create cluster --fargate
Jonathan Mathews
04/05/2022, 6:47 PMEXTRA_PIP_PACKAGES
env var, so that’s super helpful to know. Thanks