Soda test issues on CSV file hosted on Azure (mention schema[].properties[].name have space in name
When I run datacontract test ./contract --server azure_env cause my datacontract contains schema properties with space in the name (column name of the csv file incluse space ' ' I ask to enforce the Quote into the Soda
QuotingConfig(
quote_field_name=type1 in ["postgres", "sqlserver", "azure"],
quote_model_name=type1 in ["postgres", "sqlserver"],
quote_model_name_with_backticks=type1 == "bigquery",
)
for Azure
