Skip to content

Commit 3f3e4ae

Browse files
increase size of column-lineage.description column (#2205)
Signed-off-by: Pawel Leszczynski <leszczynski.pawel@gmail.com> Signed-off-by: Pawel Leszczynski <leszczynski.pawel@gmail.com>
1 parent 3c26f6f commit 3f3e4ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/main/resources/marquez/db/migration/V49__column_lineage.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CREATE TABLE column_lineage (
55
output_dataset_field_uuid uuid REFERENCES dataset_fields(uuid),
66
input_dataset_version_uuid uuid REFERENCES dataset_versions(uuid), -- speed up graph column lineage graph traversal
77
input_dataset_field_uuid uuid REFERENCES dataset_fields(uuid),
8-
transformation_description VARCHAR(255),
8+
transformation_description TEXT,
99
transformation_type VARCHAR(255),
1010
created_at TIMESTAMP NOT NULL,
1111
updated_at TIMESTAMP NOT NULL,

0 commit comments

Comments
 (0)