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?

  • 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.

1 Reply

  • miguel's avatar
    miguel
    Community 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.