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

Update Kubeflow Pipelines and Apache Airflow example connector documentation #118

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## This connector is deprecated

February 2022:
- The example operators that this connector provides will no longer be updated.
- The example operators that this connector provides are no longer maintained.
- Please upgrade Elyra to version 3.7 (or above) and use the two built-in connectors instead.
- Use the built-in [catalog connector for Apache Airflow packages](https://github.com/elyra-ai/elyra/tree/main/elyra/pipeline/airflow/package_catalog_connector) to add Apache Airflow built-in operators to your visual pipeline editor.
- Use the built-in [catalog connector for Apache Airflow provider packages](https://github.com/elyra-ai/elyra/tree/main/elyra/pipeline/airflow/provider_package_catalog_connector) to add Apache Airflow [community provider](https://airflow.apache.org/docs/apache-airflow-providers/) operators to your visual pipeline editor.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

## Kubeflow Pipelines component examples catalog

This catalog connector provides access to example pipeline components for Kubeflow Pipelines.
This catalog connector provides access to example pipeline components for Kubeflow Pipelines. **This connector is no longer maintained.**

### Install the component examples

You can install the component examples from PyPI or source code. Note that a **rebuild of JupyterLab is not required**.

**Prerequisites**

- [Install Elyra](https://elyra.readthedocs.io/en/stable/getting_started/installation.html) (version 3.7 and above). This connector version does not support Elyra versions below 3.7.
- [Install Elyra](https://elyra.readthedocs.io/en/stable/getting_started/installation.html) (version 3.7 and above). **This connector does not support Elyra < v3.7 and >= v4.0.**

**Install from PyPI**

Expand Down