Operation name: InstanceWarningQuery Message: Can...
# dagster-feedback
j
Operation name: InstanceWarningQuery Message: Cannot query field "hasInfo" on type "Instance". Path: Locations: [{"line":14,"column":3}] Hello, new to dagster. Was asked by my dept to use dagster, dagit 0.12.9. In a conda env I would always get import errors for the dagster tutorial scripts (i.e. 'from dagster could not import job, op'). Switched to latest version of dagster 0.13.12 and was able to run the example code. Just to experiment, switched back to v 0.12.9 and received the above error. FYI, thanks!
d
Hi James - the dagit and dagster package versions are pinned to be in lockstep, I think this would happen if your dagster package was on 0.12.9 but your dagit was still on 0.13.12. If you downgrade dagit as well I'd expect this error to go away.
j
Thank you. Also learned that 0.12 uses different nomenclature, which was the initial problem for me.