I get this error when I run main.py "gql.transport.exceptions.TransportQueryError: Error while fetching schema: {'message': 'maximum query depth exceeded 15 > 13', 'extensions': {'classification': 'ExecutionAborted'}} If you don't need the schema, you can try with: "fetch_schema_from_transport=False" "
I used the sample DEMO_PURPLE_CE.csv file to test but got same error.
I am importing data from an old instance of vectr to 9.4.0 instance. I am also using python3.8 to run the script.
I get this error when I run main.py "gql.transport.exceptions.TransportQueryError: Error while fetching schema: {'message': 'maximum query depth exceeded 15 > 13', 'extensions': {'classification': 'ExecutionAborted'}} If you don't need the schema, you can try with: "fetch_schema_from_transport=False" "
I used the sample DEMO_PURPLE_CE.csv file to test but got same error.
I am importing data from an old instance of vectr to 9.4.0 instance. I am also using python3.8 to run the script.