Skip to content

Error in Query_Import_Jobs_and_Files_Use_Case while querying failed files #122

@kosmalapg

Description

@kosmalapg

When querying failed files in step 4 of Query_Import_Jobs_and_Files_Use_Case.ipynb I got error

TransportQueryError: {'message': "Page size too large, maximum page size is 25 for field 'files'", 'locations': [{'line': 5, 'column': 7}], 'path': ['fileImportJob', 'files'], 'extensions': {'code': 'BAD_REQUEST'}}

Changing line files (first: 50, status: FAILED, after: $cursor) { to files (first: 25, status: FAILED, after: $cursor) { fixes issue.

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