- Correctly handle EntityNotFound when trying to determine session state, setting state to does not exist instead of STOPPED.
- Allow spawning new isolated sessions for the models that require different session configuration.
- Correctly handle EntityNotFound when listing relations.
- Add configuration property to allow spark casting of seed column types.
- Fix the get_columns_in_relation function error when on_schema_change is specified.
- Upgrade dependencies: dbt-core 1.9.2, dbt-spark 1.9.1, dbt-tests-adapter 1.11.0, mypy 1.15.0, moto 5.0.28, and black 25.1.0.
- Fix the temporary view creation issue when using schema_on_change
- Fix error handling and logging
- Fix missing catalog identifier related issues for Iceberg
- Add update_iceberg_ts column with an add_iceberg_timestamp option.
- Add refresh table when missing columns are detected
- Fix ALTER TABLE ADD COLUMN returning None