Replies: 1 comment 2 replies
-
hi @machielg , |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In our DevOps process, we treat our notebooks as artefacts just like py files. Some Tasks are based on python files and others are based on notebooks. We want to deploy the notebooks and schedule the deployed notebook. This would have the benefit of having the whole 'release' as one package and a git fingerprint of what we're running.
DBX allows scheduling of notebooks, but only when they are in a different repository or at least have a lifecycle outside of the other files in the dbx project. This would mean a disjoint workflow that actually should be joined, we would change the .py files in cohort with the notebooks and release them as a whole.
In short, the feature request is: allow notebooks to be deployed as artefacts (currently possible) and scheduled within the deployment.yml in a task (not supported)
Beta Was this translation helpful? Give feedback.
All reactions