dbt-labs / dbt-spark

dbt-spark contains all of the code enabling dbt to work with Apache Spark and Databricks
https://getdbt.com
Apache License 2.0
395 stars 221 forks source link

Support new agate Integer type and test with empty seed #936

Closed gshank closed 10 months ago

gshank commented 10 months ago

resolves #935

Problem

dbt Core added support for an agate integer type to support the show command. Empty seeds were failing due to lack of support in the "convert_" methods in impl.py, so a regression bug case fixed that.

Solution

Add a "convert_integer_type" method and include test of empty seed creation.

Checklist

github-actions[bot] commented 10 months ago

Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the dbt-spark contributing guide.