We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
03-training-formalization.ipynb
schema_importer = tfx.dsl.components.common.importer.Importer( source_uri=RAW_SCHEMA_DIR, artifact_type=tfx.types.standard_artifacts.Schema, reimport=False ) context.run(schema_importer)
--------------------------------------------------------------------------- AttributeError Traceback (most recent call last) /tmp/ipykernel_8454/2100786518.py in <module> 1 #import tfx.v1 2 ----> 3 schema_importer = tfx.dsl.components.common.importer.Importer( 4 #schema_importer = tfx.v1.dsl.Importer( 5 source_uri=RAW_SCHEMA_DIR, AttributeError: module 'tfx.dsl.components' has no attribute 'common'
tfx 1.8.0
import tfx.v1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
03-training-formalization.ipynb
Environment
Soluition
The text was updated successfully, but these errors were encountered: