Skip to content

Debug query of source.cubes() - Escape Hatches #60

Description

@ptbrowne

At the moment it does not seem possible to print the sparql query that is executed by a source.cubes() call.
It could be nice to separate the building of the query from its execution so that we can print the query while developing.

const cubesQuery = source.cubes()
console.log(cubesQuery.toString()) // print the query for debug purposes
const cubes = await cubesQuery.execute()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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