When calling executeGraph on the client an error is repoted unless you connect first. This is not the same behaviour when calling execute cql command.
Has been reported with NodeJS Driver 4.5.2 and DSE 6.8.x
following our discussion yesterday. I have raised this new Jira as discussed. Hope that you have enough information and just let me know if additional info is required.
Thanks
Thanks for filing the ticket!
I was able to reproduce it, here’s a failing test:
It looks like the underlying cause is related to executeGraph() not being able to retrieve the graph metadata in time before executing.
Thank you for the very prompt update and quicky re-producing.