Skip to content

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

Merged
duyguHsnHsn merged 6 commits intomainfrom
person/hduygu/vdk-notebook-sort-mixed-run
Jun 21, 2023
Merged

vdk-notebook: handle job with mixed .ipynb, .py, .sql files use-case#2279
duyguHsnHsn merged 6 commits intomainfrom
person/hduygu/vdk-notebook-sort-mixed-run

Conversation

@duyguHsnHsn
Copy link
Copy Markdown
Contributor

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

4 participants