Does the definition API allows for Lazy loading li...
# ask-community
j
Does the definition API allows for Lazy loading like the Repositories API does? How would something like this work on the definitions API?
Our repo was setup with the Repositories API using version dagster==1.1.5
We are migrating to the latest version but right now we need to support a similar scenario but with definitions API
c
Hi Jean. Unfortunately, this is not currently supported with the
Definitions
API. Would you mind creating an issue for this? For now, you can continue to use the
Repository
API. We plan on still supporting the repository API in the time being.
j
Thank you Claire! Will do