dbt-sqlite icon indicating copy to clipboard operation
dbt-sqlite copied to clipboard

get all the data types to be consistent

Open codeforkjeff opened this issue 2 years ago • 0 comments

Several tests in test_data_types.py are currently failing, and the issues around types are also what's behind the failures in TestDocsGenerateSqlite and TestDocsGenReferencesSqlite.

Here's some things the adapter needs to account for:

  • sqlite reports a column type exactly as defined in create table statements, including the case
  • loading seeds does a translation of Agate types to sqlite column types

codeforkjeff avatar Aug 06 '22 19:08 codeforkjeff