Skip to content

Commit

Permalink
add guri to importer artifacts
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 647454281
  • Loading branch information
tfx-copybara committed Jul 9, 2024
1 parent 29f0b0c commit 94e4c96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tfx/orchestration/experimental/core/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
COMPONENT_GENERATED_ALERTS_KEY = '__component_generated_alerts__'

IMPORTER_NODE_TYPE = 'tfx.dsl.components.common.importer.Importer'
INTERNAL_IMPORTER_NODE_TYPE = (
'tfx.dsl.components.common.importer.InternalImporter'
)
RESOLVER_NODE_TYPE = 'tfx.dsl.components.common.resolver.Resolver'
MANUAL_NODE_TYPE = 'tfx.dsl.components.common.manual_node.ManualNode'
SUBPIPELINE_NODE_TYPE = 'tfx.orchestration.pipeline.Pipeline'
Expand Down

0 comments on commit 94e4c96

Please sign in to comment.