Results 55 comments of Vijay Kiran

I was able to build with libxml using: ``` brew install libxml2 export LDFLAGS="-L/usr/local/opt/libxml2/lib" export CPPFLAGS="-I/usr/local/opt/libxml2/include" export PKG_CONFIG_PATH="/usr/local/opt/libxml2/lib/pkgconfig" ``` before running autogen/configure/make. But, I've the same issue of editor not...

@alanplarium can you please test with 3.0.12 and reopen if it doesn't work?

With 3.0.12 ``` ➜ soda scan -c configuration.yml -d aa_vk failed_rows.yml Soda Core 3.0.12 Scan summary: 1/1 check NOT EVALUATED: dim_customer in aa_vk max(total_children) = 0 [NOT EVALUATED] check_value: None...

@albinkjellin can you please test/check with 3.0.12 and re-open if this is still not working?

Any chance this is going to be merged?

Hey @drsnyder `spark_df` type with python/pyspark. Can you try specifying the `type: spark` - please see https://docs.soda.io/soda/connect-spark.html#connect-to-spark-for-databricks-sql

If you are using with Python/Notebook then indeed you should use spark_df, the spark type is for connecting to Databricks via Databricks spark connector.

Thank you for the report @rodrigomartinez1302 ! Would you like to open a PR with the fix? I'll be happy to merge it ASAP.