Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vdk-notebook: handle job with mixed .ipynb, .py, .sql files use-case #2279

Merged
merged 6 commits into from
Jun 21, 2023

Conversation

duyguHsnHsn
Copy link
Collaborator

What:
Added string function to the stepBuilder, which is being called when a new notebook step is added to the job.
This ensures that the steps are executed alphanumerically.

Why:
currently, when we execute "vdk run" firstly all the python and sql files are executed and then the notebook files (which is not expected since we expect vdk run to run files alphanumerically)

Signed-off-by: Duygu Hasan hduygu@vmware.com

@duyguHsnHsn duyguHsnHsn force-pushed the person/hduygu/vdk-notebook-sort-mixed-run branch from 72dee34 to 2a60253 Compare June 20, 2023 08:26
@duyguHsnHsn duyguHsnHsn marked this pull request as ready for review June 20, 2023 08:38
@duyguHsnHsn duyguHsnHsn merged commit 48ae6b8 into main Jun 21, 2023
10 checks passed
@duyguHsnHsn duyguHsnHsn deleted the person/hduygu/vdk-notebook-sort-mixed-run branch June 21, 2023 09:50
mivanov1988 pushed a commit that referenced this pull request Jun 21, 2023
…2279)

What:
Added string function to the stepBuilder, which is being called when a
new notebook step is added to the job.
This ensures that the steps are executed alphanumerically.

Why:
currently, when we execute "vdk run" firstly all the python and sql
files are executed and then the notebook files (which is not expected
since we expect vdk run to run files alphanumerically)

Signed-off-by: Duygu Hasan [hduygu@vmware.com](mailto:hduygu@vmware.com)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants