#Use Dagger Module from Pre-0.10 Dagger Pipeline

1 messages · Page 1 of 1 (latest)

void garden
#

Hello, is it possible to import dagger module from code that doesn't use the current dagger initialization method? Several of the reason we would like to keep the previous way of working with dagger are that there is no additional tools to install and we're not sure how long will it takes to convert the existing codebase.

thorn sage
# void garden Hello, is it possible to import dagger module from code that doesn't use the cur...

It's not yet supported, but it's planned. Your reasons for wanting this are perfectly reasonable.

See https://github.com/dagger/dagger/issues/5993

GitHub

Right now if you want to call a module the only reasonable ways are from another module or from the CLI. Otherwise you are on your own to load the module and construct graphql queries for it. We ca...