Hey thanks for your response!
That definitely seems like what's happening! I'm new to Databricks -- where can I find that editor?
So my problem was actually two-pronged but I only outlined part of the problem above, which you seem to have solved!
The other part of the problem is that I'm casting this column as a decimal (38,32) in dbt. And seemingly in dbt that works well and gives me the expected results. However, in Databricks the column is altered to decimal(38,9). How can I tackle this?
Thanks!
Alva