tfdv.write_schema_text(
schema,
output_path
)
Writes input schema to a file in text format.
Args:
schema
: A Schema protocol buffer.output_path
: File path to write the input schema.
Raises:
TypeError
: If the input schema is not of the expected type.