Skip to content

string representation for python data call #44

Description

@KonstantinKlepikov

this correct

def Trinity(_):
    return

if __name__ == "__main__":
    Trinity('CALL apoc.meta.stats() YIELD labels, relTypes, relTypesCount RETURN labels, relTypes, relTypesCount;')

but this returns Query skipped if we use this notation:

Trinity(
    """"
    CALL apoc.meta.stats() 
    YIELD labels, relTypes, relTypesCount 
    RETURN labels, relTypes, relTypesCount;
    """
)

I think this feature can be invoked in parseExtract.ts. Finally for python is more comfortable use long-string syntax.

ps: in output i have not any data, in any definition of Trinity function, except that:

def Trinity(_):
    return

psps: it's a pity that the project is not developing - it seems that it is quite important

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions