Assigned
Status Update
Comments
va...@google.com <va...@google.com>
je...@google.com <je...@google.com> #2
These changes would be really nice! Being able to change the text colour is really important as it now doesn't match the rest of our app either.
Stack overflow posting -http://stackoverflow.com/questions/32533069/how-to-change-a-title-color-in-chrome-custom-tabs
Stack overflow posting -
Description
Please provide as much information as possible. At least, this should include a description of your issue and steps to reproduce the problem. If possible please provide a summary of what steps or workarounds you have already tried, and any docs or articles you found (un)helpful.
Problem you have encountered:
What you expected to happen:
Steps to reproduce:
bq query --nouse_legacy_sql --dataset_id=PROJECT_ID < tables_build.sql
Other information (workarounds you have tried, documentation consulted, etc):
========================================
== Platform ==
CPython:3.12.8:Linux-6.8.0-54-generic-x86_64-with-glibc2.39
== bq version ==
2.1.13
== Command line ==
['/usr/lib/google-cloud-sdk/platform/bq/bq.py', '--project_id=bigquery-test-323119', 'query', '--nouse_legacy_sql', '--dataset_id=bigquery-test-323119']
== UTC timestamp ==
2025-03-02 17:05:12
== Error trace ==
Traceback (most recent call last):
File "/usr/lib/google-cloud-sdk/platform/bq/frontend/bigquery_command.py", line 278, in RunSafely
return_value = self.RunWithArgs(*args, **kwds)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/google-cloud-sdk/platform/bq/frontend/command_query.py", line 651, in RunWithArgs
job = client_job.Query(client, query, **kwds)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/google-cloud-sdk/platform/bq/clients/client_job.py", line 1237, in Query
return ExecuteJob(bqclient, request, **kwds)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/google-cloud-sdk/platform/bq/clients/client_job.py", line 656, in ExecuteJob
job = RunJobSynchronously(
^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/google-cloud-sdk/platform/bq/clients/client_job.py", line 628, in RunJobSynchronously
result = StartJob(
^^^^^^^^^
File "/usr/lib/google-cloud-sdk/platform/bq/clients/client_job.py", line 406, in StartJob
result = request.execute()
^^^^^^^^^^^^^^^^^
File "/usr/lib/google-cloud-sdk/platform/bq/clients/bigquery_http.py", line 227, in execute
return super().execute(
^^^^^^^^^^^^^^^^
File "/usr/lib/google-cloud-sdk/platform/bq/third_party/googleapiclient/_helpers.py", line 135, in positional_wrapper
return wrapped(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/google-cloud-sdk/platform/bq/third_party/googleapiclient/http.py", line 921, in execute
resp, content = _retry_request(
^^^^^^^^^^^^^^^
File "/usr/lib/google-cloud-sdk/platform/bq/clients/bigquery_http.py", line 70, in _RetryRequest
data = json.loads(content.decode('utf-8'))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/google-cloud-sdk/platform/bundledpythonunix/lib/python3.12/json/__init__.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/google-cloud-sdk/platform/bundledpythonunix/lib/python3.12/json/decoder.py", line 338, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/google-cloud-sdk/platform/bundledpythonunix/lib/python3.12/json/decoder.py", line 356, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
========================================