Skip to content

Commit a711645

Browse files
Merge branch 'main' into column-lineage-by-job
2 parents 8a7d534 + 3f3e4ae commit a711645

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)