You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and it seems that apitools doesn't like a schema that's just a string:
Traceback (most recent call last):
File "apitools/gen/gen_client.py", line 347, in main
return args.func(args) or 0
File "apitools/gen/gen_client.py", line 160, in GenerateClient
codegen = _GetCodegenFromFlags(args)
File "apitools/gen/gen_client.py", line 105, in _GetCodegenFromFlags
apitools_version=args.apitools_version)
File "apitools/gen/gen_client_lib.py", line 95, in __init__
schema_name, schema)
File "apitools/gen/message_registry.py", line 266, in AddDescriptorFromSchema
schema.get('type'))
ValueError: ('Cannot create message descriptors for type %s', u'string')
The text was updated successfully, but these errors were encountered:
the BigQuery API had a discovery doc which contained the following (more or less):
and it seems that apitools doesn't like a schema that's just a string:
The text was updated successfully, but these errors were encountered: