Is this a new bug in dbt-core?
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
Is this a new bug in dbt-core?
Current Behavior
Is the '`' symbol in the end of the log the expected result?
Expected Behavior
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
Which database adapter are you using with dbt?
bigquery
Additional Context
No response