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
When running doc against a Snowflake database, the generated markdown does not include the full type information. For example, I am seeing NUMBER or TEXT instead of Number(10,5) or Varchar(20).
What you expected to happened
I would expect to see the scale and precision values, so instead of NUMBER or TEXT we would see Number(10,5) or Varchar(20) -- whatever the precision and scale is defined for the column.
What stack trace or error message from tbls did you see?
N/A
Anything else we need to know?
Running the docker image: docker://ghcr.io/k1low/tbls
I confirmed that this metadata is available in INFORMATION_SCHEMA.
What happened
When running
doc
against a Snowflake database, the generated markdown does not include the full type information. For example, I am seeingNUMBER
orTEXT
instead ofNumber(10,5)
orVarchar(20)
.What you expected to happened
I would expect to see the scale and precision values, so instead of
NUMBER
orTEXT
we would seeNumber(10,5)
orVarchar(20)
-- whatever the precision and scale is defined for the column.What stack trace or error message from tbls did you see?
N/A
Anything else we need to know?
Running the docker image:
docker://ghcr.io/k1low/tbls
I confirmed that this metadata is available in
INFORMATION_SCHEMA
.Environment
tbls version
- v1.54.2bash
,zsh
,poworshell
, etc ) - DockerThe text was updated successfully, but these errors were encountered: