Skip to content

Error: value too long for type character varying(255) #2216

@prachim-collab

Description

@prachim-collab

Error in Db migration script.

Message    : ERROR: value too long for type character varying(255)
Location   : marquez/db/migration/V48__dataset_symlinks.sql (/usr/src/app/file:/usr/src/app/datakin-api.jar!/marquez/db/migration/V48__dataset_symlinks.sql)
Line       : 16
Statement  : INSERT INTO dataset_symlinks (dataset_uuid, name, namespace_uuid, is_primary, created_at, updated_at)
SELECT d.uuid, d.name, d.namespace_uuid, TRUE, d.created_at, d.updated_at FROM datasets d

V48__dataset_symlinks.sql Db migration script is throwing error while it inserts data in dataset_symlinks table

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions