Skip to content

Commit

Permalink
increase size of column-lineage.description column (#2205)
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Leszczynski <leszczynski.pawel@gmail.com>

Signed-off-by: Pawel Leszczynski <leszczynski.pawel@gmail.com>
  • Loading branch information
pawel-big-lebowski authored Oct 23, 2022
1 parent 3c26f6f commit 3f3e4ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CREATE TABLE column_lineage (
output_dataset_field_uuid uuid REFERENCES dataset_fields(uuid),
input_dataset_version_uuid uuid REFERENCES dataset_versions(uuid), -- speed up graph column lineage graph traversal
input_dataset_field_uuid uuid REFERENCES dataset_fields(uuid),
transformation_description VARCHAR(255),
transformation_description TEXT,
transformation_type VARCHAR(255),
created_at TIMESTAMP NOT NULL,
updated_at TIMESTAMP NOT NULL,
Expand Down

0 comments on commit 3f3e4ae

Please sign in to comment.