Recommend adding the env vars to your .bashrc or .zshrc etc to persist your config.
Verify your configuration and connectivity:
kfp experiment list
Requirements on the KFP backend installation:
Current limitation, this only works for KFP Standalone, not tested on full Kubeflow yet.
KFP backend version should be at least 1.7.0-rc.2.
Requirements on the KFP SDK package:
KFP v2 components defined using @component decorator installs KFP SDK package at runtime.
To use a compatible KFP SDK, define the following environment variable before running e2e test:
Run everything e2e: build images, backend compiler, compile pipelines and run them:
make dev
Run go unit tests:
make test
# or watch file changes and rerun automatically
make test-watch
For individual targets, read the Makefile directly.
Run one sample test:
cd "${REPO_ROOT}/v2"
make install-compiler # This needs to be run each time you update compiler code.
cd "${REPO_ROOT}"
python -m samples.path.to.sample_test