Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion events/data-sources/Ingest.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -646,4 +646,4 @@
}
}
]
}
}
7 changes: 2 additions & 5 deletions events/data-sources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

# Introduction

Welcome!
Welcome!

In this notebook guide, we will walk you through the steps to set up a data ingestion (EL in ELT) using Versatile Data Kit (VDK).
In this notebook guide, we will walk you through the steps to set up a data ingestion (EL in ELT) using Versatile Data Kit (VDK).

# Prerequisites

Expand All @@ -28,6 +28,3 @@ Ready to jump in?
For more details, methods, and configuration options, you can refer to the official [VDK documentation](https://github.com/vmware/versatile-data-kit).

**Happy Learning!**



9 changes: 8 additions & 1 deletion projects/vdk-plugins/vdk-jupyter/.plugin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ build-vdk-jupyterlab-extension:

integration-tests-vdk-jupyterlab-extension:
image: "mcr.microsoft.com/playwright:v1.39.0-jammy"
# extends: .common-setup-vdk-jupyterlab-extension
stage: pre_release_test
script:
- cd projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension
Expand All @@ -57,6 +56,14 @@ integration-tests-vdk-jupyterlab-extension:
- jlpm install
- jlpm playwright install
- jlpm playwright test
rules:
- if: '$CI_COMMIT_BRANCH == "main" || $CI_PIPELINE_SOURCE == "external_pull_request_event"'
changes:
- "projects/vdk-plugins/vdk-jupyter/**/*"
artifacts:
when: always
paths:
- "projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/ui-tests/playwright-report"

server-tests-vdk-jupyterlab-extension:
extends: .common-setup-vdk-jupyterlab-extension
Expand Down