Skip to content

Commit

Permalink
Refactor LOCAL pipeline implementation
Browse files Browse the repository at this point in the history
Signed-off-by: Fellipe Resende <[email protected]>
  • Loading branch information
fresende committed Jun 19, 2023
1 parent 6182072 commit c1fbf8d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import nbformat
import pytest

from elyra.pipeline.local.processor_local import LocalPipelineProcessor
from elyra.pipeline.local.local_processor import LocalPipelineProcessor
from elyra.pipeline.parser import PipelineParser
from elyra.pipeline.pipeline import GenericOperation
from elyra.tests.pipeline.util import _read_pipeline_resource
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ airflow-package-catalog-schema = "elyra.pipeline.airflow.package_catalog_connect
metadata-tests = "elyra.tests.metadata.test_utils:MetadataTestSchemasProvider"

[project.entry-points."elyra.pipeline.processors"]
local = "elyra.pipeline.local.processor_local:LocalPipelineProcessor"
local = "elyra.pipeline.local.local_processor:LocalPipelineProcessor"
airflow = "elyra.pipeline.airflow.airflow_processor:AirflowPipelineProcessor"
kfp = "elyra.pipeline.kfp.kfp_processor:KfpPipelineProcessor"

Expand Down

0 comments on commit c1fbf8d

Please sign in to comment.