We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c26f6f commit 3f3e4aeCopy full SHA for 3f3e4ae
1 file changed
api/src/main/resources/marquez/db/migration/V49__column_lineage.sql
@@ -5,7 +5,7 @@ CREATE TABLE column_lineage (
5
output_dataset_field_uuid uuid REFERENCES dataset_fields(uuid),
6
input_dataset_version_uuid uuid REFERENCES dataset_versions(uuid), -- speed up graph column lineage graph traversal
7
input_dataset_field_uuid uuid REFERENCES dataset_fields(uuid),
8
- transformation_description VARCHAR(255),
+ transformation_description TEXT,
9
transformation_type VARCHAR(255),
10
created_at TIMESTAMP NOT NULL,
11
updated_at TIMESTAMP NOT NULL,
0 commit comments