This is a use case that we are interested as well! some of it can be done using the cron schedule (e.g. run the ETL notebook on a fixed schedule). anyway this goes back to some of the multi-tenancy questions how to prevent from different users to override each-other tables in the context of zeppelin server.
Eran On Sun, May 3, 2015 at 7:26 PM Julien Pierre (JIRA) <[email protected]> wrote: > Julien Pierre created ZEPPELIN-66: > ------------------------------------- > > Summary: Add the ability to execute a notebook as a program > from another notebook > Key: ZEPPELIN-66 > URL: https://issues.apache.org/jira/browse/ZEPPELIN-66 > Project: Zeppelin > Issue Type: Improvement > Reporter: Julien Pierre > > > Say I create some notebooks with ETL tasks, i.e. not used for > visualizations, and possibly to register some Spark SQL function > registration. > Then, I have another notebook that is used purely for dashboarding, > however I want to make sure, the ETL notebook are executed as programs > before I run some of the paragraph in my dashboard notebook. > Like in iPython notebook I can use %run <filename>, in Zeppelin, I should > be write the following to execute a note book as a program. > {code} > %run 2AKKCPBS8 > {code} > {quote} > where 2AKKCPBS8 is the ID of the notebook in the URL > {quote} > OR > {code} > %run "My ETL Tasks" > {code} > {quote} > where "My ETL Tasks" is the user-friendly of the notebook I want to run as > a program > {quote} > > > > -- > This message was sent by Atlassian JIRA > (v6.3.4#6332) >
