Hello,
I have a question:
could you please tell me if the syntax is correct regarding the CSV file for the model name in testing ?
Here is the YAML
version: 2
models:
- name: read_csv_auto(‘C:/Users/formation/Documents/dbt/Data_atelier/Scripts/Region.csv’, delim=‘;’, header=true)
columns: - name: code_region
tests: - null_field
Thank you in advance for your answers