Closed emmyoop closed 1 year ago
There's an error in a logging event: [AdapterEventDebug]: Unable to parse dict {'name': 'Spark', 'base_msg': 'Getting table schema for relation {}', 'args': [
Looks like this line in dbt/adapters/spark/impl.py: logger.debug("Getting table schema for relation {}", relation)
That "relation" should be stringified.
resolves https://github.com/dbt-labs/dbt-core/issues/7154
Description
Modifies tests to test incremental materializations
Checklist
changie new
to create a changelog entry