We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29f0b0c commit b6b1f18Copy full SHA for b6b1f18
tfx/orchestration/experimental/core/constants.py
@@ -27,6 +27,9 @@
27
COMPONENT_GENERATED_ALERTS_KEY = '__component_generated_alerts__'
28
29
IMPORTER_NODE_TYPE = 'tfx.dsl.components.common.importer.Importer'
30
+INTERNAL_IMPORTER_NODE_TYPE = (
31
+ 'tfx.dsl.components.common.importer.InternalImporter'
32
+)
33
RESOLVER_NODE_TYPE = 'tfx.dsl.components.common.resolver.Resolver'
34
MANUAL_NODE_TYPE = 'tfx.dsl.components.common.manual_node.ManualNode'
35
SUBPIPELINE_NODE_TYPE = 'tfx.orchestration.pipeline.Pipeline'
0 commit comments