This PR updates the SchemaDumper to extract and include the destination table in the create_table method for a materialized view. This functionality has existed in the create_table method for a while, but was not being parsed by the SchemaDumper when creating the schema file.
This PR updates the SchemaDumper to extract and include the destination table in the
create_table
method for a materialized view. This functionality has existed in thecreate_table
method for a while, but was not being parsed by the SchemaDumper when creating the schema file.