diff --git a/events/data-sources/Ingest.ipynb b/events/data-sources/Ingest.ipynb index 92cfd218e9..70b5f927f6 100644 --- a/events/data-sources/Ingest.ipynb +++ b/events/data-sources/Ingest.ipynb @@ -646,4 +646,4 @@ } } ] -} \ No newline at end of file +} diff --git a/events/data-sources/README.md b/events/data-sources/README.md index 7f74e6c78e..78e4cb8b96 100644 --- a/events/data-sources/README.md +++ b/events/data-sources/README.md @@ -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 @@ -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!** - - - diff --git a/projects/vdk-plugins/vdk-jupyter/.plugin-ci.yml b/projects/vdk-plugins/vdk-jupyter/.plugin-ci.yml index f1a81b1faa..d0d2f24f8a 100644 --- a/projects/vdk-plugins/vdk-jupyter/.plugin-ci.yml +++ b/projects/vdk-plugins/vdk-jupyter/.plugin-ci.yml @@ -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 @@ -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