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: Support for "%%vdkingest" cell type in Notebook Steps #2867

Merged
merged 1 commit into from
Nov 15, 2023

Conversation

antoniivanov
Copy link
Collaborator

This commit introduces the ability to recognize and execute cells with the %%vdkingest magic function in notebook-based data jobs. Previously, notebook steps only supported Python and SQL cell types (%%vdksql).

This addition enriches the functionality of notebook-based steps by providing users the capability to define ingestion tasks directly within a Jupyter notebook, enhancing flexibility and usability.

@duyguHsnHsn
Copy link
Collaborator

Please include an example to the PR description

Copy link
Collaborator

@duyguHsnHsn duyguHsnHsn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, I left two minor comments

@murphp15
Copy link
Collaborator

again i agree with Duygu. This needs good documentaiton. I can't really review till I see it.

This commit introduces the ability to recognize and execute cells with
the `%%vdkingest` magic function in notebook-based data jobs.
Previously, notebook steps only supported Python and SQL cell types
(`%%vdksql`).

This addition enriches the functionality of notebook-based steps by
providing users the capability to define ingestion tasks directly within
a Jupyter notebook, enhancing flexibility and usability.
@antoniivanov
Copy link
Collaborator Author

again i agree with Duygu. This needs good documentaiton. I can't really review till I see it.

I added a sentence. But the meat of the documentation is meant to be in vdk-ipython and there's link in this README to it.

The PR for vdk-ipython is #2866

@antoniivanov antoniivanov merged commit 5009ee8 into main Nov 15, 2023
8 checks passed
@antoniivanov antoniivanov deleted the person/aivanov/notebook branch November 15, 2023 10:46
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