I have added a option in the wrapper to configure the notebook timeout setting. The default is 1800. I have tested this and it generates the notebooks and adds the timeout value if I use the option:
dbt_wrapper run-all my_project --notebook-timeout=2100
I have added a option in the wrapper to configure the notebook timeout setting. The default is 1800. I have tested this and it generates the notebooks and adds the timeout value if I use the option: dbt_wrapper run-all my_project --notebook-timeout=2100
Issue #65