Forum Discussion

Aaron301's avatar
Aaron301
Frequent Visitor
3 years ago
Solved

Execute Dataflow from Notebook

Is it possible to execute a dataflow from a notebook? If so can we pass parameters?
  • miguel's avatar
    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.