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
I have searched the existing issues, and I could not find an existing issue for this bug
Current Behavior
I am trying to test a few columns using expect_column_values_to_be_of_type, once I set the properties.yml file I get a weird syntax error:
Database Error in test dbt_expectations_expect_column_values_to_be_of_type_valid_chemical_data_mass__numeric (models/chebi_ontology/properties.yml)
syntax error at or near ")"
LINE 10: ),
I was trying to run the SQL output from dbt_expectations and I got the same error. This is the content of the properties.yml file:
Is this a new bug in dbt-expectations?
Current Behavior
I am trying to test a few columns using
expect_column_values_to_be_of_type
, once I set theproperties.yml
file I get a weird syntax error:I was trying to run the SQL output from dbt_expectations and I got the same error. This is the content of the
properties.yml
file:Dbt model is materialized as a
Materalized view
but I think it does not matter..Environment
Which database adapter are you using with dbt?
Note: dbt-expectations currently does not support database adapters other than the ones listed below.
dbt-postgres==1.8.2
)The text was updated successfully, but these errors were encountered: