Title: Freshly downloaded bigframes got error AttributeError: type object 'Type' has no attribute 'UNIQUEIDENTIFIER' · Issue #1384 · googleapis/python-bigquery-dataframes · GitHub
Open Graph Title: Freshly downloaded bigframes got error AttributeError: type object 'Type' has no attribute 'UNIQUEIDENTIFIER' · Issue #1384 · googleapis/python-bigquery-dataframes
X Title: Freshly downloaded bigframes got error AttributeError: type object 'Type' has no attribute 'UNIQUEIDENTIFIER' · Issue #1384 · googleapis/python-bigquery-dataframes
Description: Environment details OS type and version: Ubuntu 24.04.1 LTS Python version: 3.12.8 pip version: 24.3.1 bigframes version: 1.35.0 Python: 3.12.8 (main, Jan 11 2025, 16:32:40) [GCC 13.3.0] google-cloud-bigquery==3.29.0 pandas==2.2.3 pyarro...
Open Graph Description: Environment details OS type and version: Ubuntu 24.04.1 LTS Python version: 3.12.8 pip version: 24.3.1 bigframes version: 1.35.0 Python: 3.12.8 (main, Jan 11 2025, 16:32:40) [GCC 13.3.0] google-clo...
X Description: Environment details OS type and version: Ubuntu 24.04.1 LTS Python version: 3.12.8 pip version: 24.3.1 bigframes version: 1.35.0 Python: 3.12.8 (main, Jan 11 2025, 16:32:40) [GCC 13.3.0] google-clo...
Opengraph URL: https://github.com/googleapis/python-bigquery-dataframes/issues/1384
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Freshly downloaded bigframes got error AttributeError: type object 'Type' has no attribute 'UNIQUEIDENTIFIER'","articleBody":"#### Environment details\n\n - OS type and version: Ubuntu 24.04.1 LTS\n - Python version: 3.12.8\n - pip version: 24.3.1\n - `bigframes` version: 1.35.0\n\n\n```python\nPython: 3.12.8 (main, Jan 11 2025, 16:32:40) [GCC 13.3.0]\ngoogle-cloud-bigquery==3.29.0\npandas==2.2.3\npyarrow==19.0.0\nsqlglot==26.6.0\n```\n\n#### Steps to reproduce\n\n 1. Just install bigframes, I tried using `1.34.0` and `1.35.0`\n 2. When doing `import bigframes` it raised an error\n 3. I noticed this error raised just recently, around Feb 10th 2025, 8PM UTC\n\n#### Code example\n\n```python\nimport bigframes\n```\n\n#### Stack trace\n```\nAttributeError Traceback (most recent call last)\nCell In[8], [line 2](vscode-notebook-cell:?execution_count=8\u0026line=2)\n [1](vscode-notebook-cell:?execution_count=8\u0026line=1) import sys\n----\u003e [2](vscode-notebook-cell:?execution_count=8\u0026line=2) import bigframes\n [3](vscode-notebook-cell:?execution_count=8\u0026line=3) import google.cloud.bigquery\n [4](vscode-notebook-cell:?execution_count=8\u0026line=4) import pandas\n\nFile ~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes/__init__.py:19\n [17](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes/__init__.py:17) from bigframes._config import option_context, options\n [18](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes/__init__.py:18) from bigframes._config.bigquery_options import BigQueryOptions\n---\u003e [19](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes/__init__.py:19) from bigframes.core.global_session import close_session, get_global_session\n [20](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes/__init__.py:20) import bigframes.enums as enums\n [21](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes/__init__.py:21) import bigframes.exceptions as exceptions\n\nFile ~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes/core/global_session.py:26\n [24](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes/core/global_session.py:24) import bigframes._config\n [25](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes/core/global_session.py:25) import bigframes.exceptions as bfe\n---\u003e [26](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes/core/global_session.py:26) import bigframes.session\n [28](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes/core/global_session.py:28) _global_session: Optional[bigframes.session.Session] = None\n [29](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes/core/global_session.py:29) _global_session_lock = threading.Lock()\n\nFile ~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes/session/__init__.py:40\n [37](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes/session/__init__.py:37) import weakref\n [39](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes/session/__init__.py:39) import bigframes_vendored.constants as constants\n---\u003e [40](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes/session/__init__.py:40) import bigframes_vendored.ibis.backends.bigquery as ibis_bigquery # noqa\n [41](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes/session/__init__.py:41) import bigframes_vendored.pandas.io.gbq as third_party_pandas_gbq\n [42](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes/session/__init__.py:42) import bigframes_vendored.pandas.io.parquet as third_party_pandas_parquet\n\nFile ~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/bigquery/__init__.py:28\n [24](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/bigquery/__init__.py:24) from bigframes_vendored.ibis.backends.bigquery.udf.core import (\n [25](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/bigquery/__init__.py:25) PythonToJavaScriptTranslator,\n [26](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/bigquery/__init__.py:26) )\n [27](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/bigquery/__init__.py:27) from bigframes_vendored.ibis.backends.sql import SQLBackend\n---\u003e [28](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/bigquery/__init__.py:28) from bigframes_vendored.ibis.backends.sql.compilers import BigQueryCompiler\n [29](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/bigquery/__init__.py:29) from bigframes_vendored.ibis.backends.sql.datatypes import BigQueryType\n [30](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/bigquery/__init__.py:30) import bigframes_vendored.ibis.common.exceptions as com\n\nFile ~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/compilers/__init__.py:9\n [3](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/compilers/__init__.py:3) from __future__ import annotations\n [5](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/compilers/__init__.py:5) __all__ = [\n [6](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/compilers/__init__.py:6) \"BigQueryCompiler\",\n [7](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/compilers/__init__.py:7) ]\n----\u003e [9](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/compilers/__init__.py:9) from bigframes_vendored.ibis.backends.sql.compilers.bigquery import BigQueryCompiler\n\nFile ~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/compilers/bigquery/__init__.py:19\n [12](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/compilers/bigquery/__init__.py:12) import bigframes_vendored.ibis.backends.bigquery.datatypes as bq_datatypes\n [13](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/compilers/bigquery/__init__.py:13) from bigframes_vendored.ibis.backends.sql.compilers.base import (\n [14](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/compilers/bigquery/__init__.py:14) AggGen,\n [15](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/compilers/bigquery/__init__.py:15) NULL,\n [16](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/compilers/bigquery/__init__.py:16) SQLGlotCompiler,\n [17](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/compilers/bigquery/__init__.py:17) STAR,\n [18](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/compilers/bigquery/__init__.py:18) )\n---\u003e [19](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/compilers/bigquery/__init__.py:19) from bigframes_vendored.ibis.backends.sql.datatypes import BigQueryType, BigQueryUDFType\n [20](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/compilers/bigquery/__init__.py:20) from bigframes_vendored.ibis.backends.sql.rewrites import (\n [21](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/compilers/bigquery/__init__.py:21) exclude_unsupported_window_frame_from_ops,\n [22](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/compilers/bigquery/__init__.py:22) exclude_unsupported_window_frame_from_rank,\n [23](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/compilers/bigquery/__init__.py:23) exclude_unsupported_window_frame_from_row_number,\n [24](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/compilers/bigquery/__init__.py:24) )\n [25](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/compilers/bigquery/__init__.py:25) import bigframes_vendored.ibis.common.exceptions as ibis_exceptions\n\nFile ~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:66\n [12](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:12) import sqlglot.expressions as sge\n [14](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:14) typecode = sge.DataType.Type\n [16](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:16) _from_sqlglot_types = {\n [17](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:17) typecode.BIGDECIMAL: partial(dt.Decimal, 76, 38),\n [18](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:18) typecode.BIGINT: dt.Int64,\n [19](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:19) typecode.BINARY: dt.Binary,\n [20](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:20) typecode.BOOLEAN: dt.Boolean,\n [21](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:21) typecode.CHAR: dt.String,\n [22](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:22) typecode.DATE: dt.Date,\n [23](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:23) typecode.DATE32: dt.Date,\n [24](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:24) typecode.DOUBLE: dt.Float64,\n [25](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:25) typecode.ENUM: dt.String,\n [26](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:26) typecode.ENUM8: dt.String,\n [27](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:27) typecode.ENUM16: dt.String,\n [28](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:28) typecode.FLOAT: dt.Float32,\n [29](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:29) typecode.FIXEDSTRING: dt.String,\n [30](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:30) typecode.HSTORE: partial(dt.Map, dt.string, dt.string),\n [31](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:31) typecode.INET: dt.INET,\n [32](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:32) typecode.INT128: partial(dt.Decimal, 38, 0),\n [33](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:33) typecode.INT256: partial(dt.Decimal, 76, 0),\n [34](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:34) typecode.INT: dt.Int32,\n [35](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:35) typecode.IPADDRESS: dt.INET,\n [36](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:36) typecode.JSON: dt.JSON,\n [37](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:37) typecode.JSONB: partial(dt.JSON, binary=True),\n [38](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:38) typecode.LONGBLOB: dt.Binary,\n [39](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:39) typecode.LONGTEXT: dt.String,\n [40](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:40) typecode.MEDIUMBLOB: dt.Binary,\n [41](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:41) typecode.MEDIUMTEXT: dt.String,\n [42](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:42) typecode.MONEY: dt.Decimal(19, 4),\n [43](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:43) typecode.NCHAR: dt.String,\n [44](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:44) typecode.UUID: dt.UUID,\n [45](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:45) typecode.NAME: dt.String,\n [46](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:46) typecode.NULL: dt.Null,\n [47](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:47) typecode.NVARCHAR: dt.String,\n [48](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:48) typecode.OBJECT: partial(dt.Map, dt.string, dt.json),\n [49](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:49) typecode.ROWVERSION: partial(dt.Binary, nullable=False),\n [50](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:50) typecode.SMALLINT: dt.Int16,\n [51](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:51) typecode.SMALLMONEY: dt.Decimal(10, 4),\n [52](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:52) typecode.TEXT: dt.String,\n [53](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:53) typecode.TIME: dt.Time,\n [54](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:54) typecode.TIMETZ: dt.Time,\n [55](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:55) typecode.TINYBLOB: dt.Binary,\n [56](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:56) typecode.TINYINT: dt.Int8,\n [57](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:57) typecode.TINYTEXT: dt.String,\n [58](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:58) typecode.UBIGINT: dt.UInt64,\n [59](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:59) typecode.UINT: dt.UInt32,\n [60](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:60) typecode.USMALLINT: dt.UInt16,\n [61](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:61) typecode.UTINYINT: dt.UInt8,\n [62](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:62) typecode.UUID: dt.UUID,\n [63](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:63) typecode.VARBINARY: dt.Binary,\n [64](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:64) typecode.VARCHAR: dt.String,\n [65](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:65) typecode.VARIANT: dt.JSON,\n---\u003e [66](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:66) typecode.UNIQUEIDENTIFIER: dt.UUID,\n [67](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:67) typecode.SET: partial(dt.Array, dt.string),\n [68](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:68) #############################\n [69](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:69) # Unsupported sqlglot types #\n [70](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:70) #############################\n [71](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:71) # BIT = auto() # mysql\n [72](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:72) # BIGSERIAL = auto()\n [73](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:73) # DATETIME64 = auto() # clickhouse\n [74](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:74) # ENUM = auto()\n [75](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:75) # INT4RANGE = auto()\n [76](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:76) # INT4MULTIRANGE = auto()\n [77](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:77) # INT8RANGE = auto()\n [78](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:78) # INT8MULTIRANGE = auto()\n [79](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:79) # NUMRANGE = auto()\n [80](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:80) # NUMMULTIRANGE = auto()\n [81](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:81) # TSRANGE = auto()\n [82](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:82) # TSMULTIRANGE = auto()\n [83](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:83) # TSTZRANGE = auto()\n [84](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:84) # TSTZMULTIRANGE = auto()\n [85](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:85) # DATERANGE = auto()\n [86](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:86) # DATEMULTIRANGE = auto()\n [87](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:87) # HLLSKETCH = auto()\n [88](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:88) # IMAGE = auto()\n [89](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:89) # IPPREFIX = auto()\n [90](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:90) # SERIAL = auto()\n [91](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:91) # SET = auto()\n [92](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:92) # SMALLSERIAL = auto()\n [93](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:93) # SUPER = auto()\n [94](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:94) # TIMESTAMPLTZ = auto()\n [95](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:95) # UNKNOWN = auto() # Sentinel value, useful for type annotation\n [96](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:96) # UINT128 = auto()\n [97](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:97) # UINT256 = auto()\n [98](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:98) # USERDEFINED = \"USER-DEFINED\"\n [99](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:99) # XML = auto()\n [100](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:100) }\n [102](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:102) _to_sqlglot_types = {\n [103](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:103) dt.Null: typecode.NULL,\n [104](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:104) dt.Boolean: typecode.BOOLEAN,\n (...)\n [122](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:122) dt.Time: typecode.TIME,\n [123](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:123) }\n [125](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:125) _geotypes = {\n [126](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:126) \"POINT\": dt.Point,\n [127](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:127) \"LINESTRING\": dt.LineString,\n (...)\n [131](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:131) \"MULTIPOLYGON\": dt.MultiPolygon,\n [132](https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/hellowin/workspace/gercep/pipeline/notebook/~/workspace/gercep/pipeline/.venv/lib/python3.12/site-packages/bigframes_vendored/ibis/backends/sql/datatypes.py:132) }\n\nAttributeError: type object 'Type' has no attribute 'UNIQUEIDENTIFIER'\n```\n","author":{"url":"https://github.com/hellowin","@type":"Person","name":"hellowin"},"datePublished":"2025-02-11T03:54:10.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":4},"url":"https://github.com/1384/python-bigquery-dataframes/issues/1384"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:afb4c753-e154-9be6-a1d8-08aae437bd76 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | DABA:2BE11D:A1DFA3:DB5323:6A52045F |
| html-safe-nonce | d07050e899f2fac54c37ea63e69ef17885cb359775b76a8cd22c37d37113e7a2 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEQUJBOjJCRTExRDpBMURGQTM6REI1MzIzOjZBNTIwNDVGIiwidmlzaXRvcl9pZCI6IjEyMTg5NDI3NDYxMDYyNzY3OSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | da208aca315ef59de8a86d4e7ed6db8667d3f4848e5e566f50743fc9ba673858 |
| hovercard-subject-tag | issue:2844211187 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/googleapis/python-bigquery-dataframes/1384/issue_layout |
| twitter:image | https://opengraph.githubassets.com/b50f3ae04a47b73266f6f431c5f9c46a862a20b4f22dd71f11514c62e5470b52/googleapis/python-bigquery-dataframes/issues/1384 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/b50f3ae04a47b73266f6f431c5f9c46a862a20b4f22dd71f11514c62e5470b52/googleapis/python-bigquery-dataframes/issues/1384 |
| og:image:alt | Environment details OS type and version: Ubuntu 24.04.1 LTS Python version: 3.12.8 pip version: 24.3.1 bigframes version: 1.35.0 Python: 3.12.8 (main, Jan 11 2025, 16:32:40) [GCC 13.3.0] google-clo... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | hellowin |
| hostname | github.com |
| expected-hostname | github.com |
| None | b9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb |
| turbo-cache-control | no-preview |
| go-import | github.com/googleapis/python-bigquery-dataframes git https://github.com/googleapis/python-bigquery-dataframes.git |
| octolytics-dimension-user_id | 16785467 |
| octolytics-dimension-user_login | googleapis |
| octolytics-dimension-repository_id | 667598363 |
| octolytics-dimension-repository_nwo | googleapis/python-bigquery-dataframes |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 667598363 |
| octolytics-dimension-repository_network_root_nwo | googleapis/python-bigquery-dataframes |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 7aed05249554b889eb33d002851a973eebcc7e91 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width