Patrick Titzler

Results 181 comments of Patrick Titzler

Additional work items: - Update https://github.com/elyra-ai/elyra/blob/main/create-release.py (don't build and publish the extension) - Remove extension from installation documentation https://github.com/elyra-ai/elyra/blob/main/docs/source/getting_started/installation.md - Remove extension from developer guide documentation https://github.com/elyra-ai/elyra/blob/main/docs/source/developer_guide/release.md

To verify that a pipeline `comment.pipeline` contains a description one could use `.jq`: ``` cat comment.pipeline| jq -e '.pipelines[] | select(.id == "primary") | .app_data.properties.description?' ```

A quick comment about the last screen capture. In general the file picker will only display files of the pre-selected type. For example, the file picker for a Python component...

Unfortunately Elyra currently [does not support Airflow 2x](https://github.com/elyra-ai/elyra/issues/2392) as a runtime. The [approach we've taken to extract operator information from [Airflow] provider packages](https://github.com/elyra-ai/elyra/tree/main/elyra/pipeline/airflow/provider_package_catalog_connector) is no longer compatible with the `entrypoint`-based...

Unfortunately Airflow 2.x is not yet supported. https://elyra.readthedocs.io/en/stable/recipes/configure-airflow-as-a-runtime.html

Test is currently skipped: https://github.com/elyra-ai/elyra/blob/main/elyra/tests/kfp/test_bootstrapper.py#L549 to avoid failures.

Hi @juliusvonkohout ### Object prefix Thanks for reporting! It appears that [version 3.12 does have an issue](https://github.com/elyra-ai/elyra/pull/2972). I ran a quick test on 3.13 (available soon - famous last words)...

Quick update on 'S3 permissions / admin access': The following setup worked just fine in our dev environment: ``` $ mc admin user add localminio bert 1234123 $ mc mb...

> 1. Does that mean that i can set "cos_directory_prefix": "private-artifacts/julius-vonkohout", in the runtime WITHOUT having to modify the pipeline manually? No, this is currently only a Elyra pipeline property....

Unrelated to the concerns you've raised, but since this discussion is primarily about security it's probably worth bringing up: I've just noticed that you've configured your runtime to use UID/password...