* Support 0.9.x `pymysql` in `sparkly.testing.MysqlFixture`
2.8.1
* Fix support for using multiple sparkly sessions during tests * SparklySession does not persist modifications to os.environ * Support ElasticSearch 7 by making type optional.
2.8.0
* Extend `SparklyCatalog` to work with database properties: - `spark.catalog_ext.set_database_property` - `spark.catalog_ext.get_database_property` - `spark.catalog_ext.get_database_properties`
2.7.1
* Allow newer versions of `six` package (avoid depednecy hell)
2.7.0
* Migrate to spark 2.4.0 * Fix testing.DataType to use new convention to get field type