Forum Discussion
Aaron301
3 years agoFrequent Visitor
Execute Dataflow from Notebook
Is it possible to execute a dataflow from a notebook? If so can we pass parameters?
- 3 years ago
you could potentially change your architecture to first execute part of the code through the notebook, via a pipeline and then execute that dataflow within the pipeline as well.
miguel
3 years agoCommunity Admin
you could potentially change your architecture to first execute part of the code through the notebook, via a pipeline and then execute that dataflow within the pipeline as well.