Skip to content

[Bug] Is the '`' symbol in the log the expected result? #196

Description

@peter-huang-xfers

Is this a new bug in dbt-core?

  • I believe this is a new bug in dbt-core
  • I have searched the existing issues, and I could not find an existing issue for this bug

Current Behavior

04:26:08  1 of 1 START sql table model sta_datamart_dev.pma_segmentation_v3 .............. [RUN]
04:26:12  Detected columns with numeric type and unspecified precision/scale, this can lead to unintended rounding: ['gmv_d90_transfer', 'revenue_d90_transfer']`

Is the '`' symbol in the end of the log the expected result?

Expected Behavior

04:26:08  1 of 1 START sql table model sta_datamart_dev.pma_segmentation_v3 .............. [RUN]
04:26:12  Detected columns with numeric type and unspecified precision/scale, this can lead to unintended rounding: ['gmv_d90_transfer', 'revenue_d90_transfer']

Steps To Reproduce

I'm using BigQuery, and the issue can be reproduced by creating a table without assigning precision and scale to the numeric data type column.

Relevant log output

No response

Environment

- OS:
- Python:
- dbt-core: 1.7.13
- dbt-bigquery: 1.7.7

Which database adapter are you using with dbt?

bigquery

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    good-first-issueGood for newcomerstype:bugSomething isn't working as documented

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions