Skip to content

Commit b6b1f18

Browse files
committed
add guri to importer artifacts
PiperOrigin-RevId: 647454281
1 parent 29f0b0c commit b6b1f18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: tfx/orchestration/experimental/core/constants.py

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
COMPONENT_GENERATED_ALERTS_KEY = '__component_generated_alerts__'
2828

2929
IMPORTER_NODE_TYPE = 'tfx.dsl.components.common.importer.Importer'
30+
INTERNAL_IMPORTER_NODE_TYPE = (
31+
'tfx.dsl.components.common.importer.InternalImporter'
32+
)
3033
RESOLVER_NODE_TYPE = 'tfx.dsl.components.common.resolver.Resolver'
3134
MANUAL_NODE_TYPE = 'tfx.dsl.components.common.manual_node.ManualNode'
3235
SUBPIPELINE_NODE_TYPE = 'tfx.orchestration.pipeline.Pipeline'

0 commit comments

Comments
 (0)