Details
Description
If you have a really long action or workflow name like:
shel123456789101112131415161718192021222324252627282930
Then viewing that action fails when Hue tries to write to the oozie tables in the DB with something like:
ERROR: value too long for type character varying(40)
STATEMENT: INSERT INTO "oozie_node" ("name", "description", "node_type", "workflow_id", "data") VALUES (E'shel123456789101112131415161718192021222324252627282930', E'', E'shell', 12, E'{}') RETURNING "oozie_node"."id"
Attachments
Issue Links
- duplicates
-
HUE-2659 [oozie] Display dashboard graph of workflows not submitted from the editor
-
- Resolved
-