Skip to content

SQLParser - Statement gets truncated #3968

@guarismo

Description

@guarismo

This is not capturing the whole statement, it gets truncated.

"statement:" Statement:string

To fix I added the next field extraction below it:

| parse RenderedDescription with * "database_name:" DatabaseName:string
"schema_name:" Temp:string
"object_name:" ObjectName:string
"statement:" Statement:string
"additional_information:" AdditionalInfo:string
"." *

Metadata

Metadata

Assignees

No one assigned

    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