Hello everyone,
Got a quick question here. I am bumping my dagger version from 0.18.8 to 0.19.10 and i am having an issue executing a module from my private github repo.
When i try bump the version on the project and use the new engine version i get an error
TypeError: app() takes 0 positional arguments but 2 were given
In /runtime script. I am using python sdk. And this happens during module load both locally and on my CI (jenkins deployed on aws)
If anyone has any insights or some pointers i would appreciate it, thanks