How do I debug an invalid syntax error?

I'm using the notebook editor, and I'm getting the following syntax error when trying to create a model:

ERROR: invalid input syntax for type bigint: "0.95"

How am I supposed to debug this and get broader context? Is there some way to view the underlying SQL query (which is presumably where the syntax error is?)

integers should not contain decimals.

More information would probably help us understand your specific problem