Open soxofaan opened 10 months ago
Add some kind of hook to Connection that allows users to inspect the process graph that is sent from a cube.download() or cube.create_job().
Connection
cube.download()
cube.create_job()
Would be handy for example in testing/CI contexts to have intermediate storage of actual process graph that is sent
Add some kind of hook to
Connection
that allows users to inspect the process graph that is sent from acube.download()
orcube.create_job()
.Would be handy for example in testing/CI contexts to have intermediate storage of actual process graph that is sent