Closed tderk closed 3 months ago
Hier muss ein Disclaimer mit in die Release Notes:
"If you used timestamps without timezones as ldts before, consider reloading your RDV with the new default datatype with timezone, or change the default datatype for ldts inside your dbt_project.yml to a timezone-unaware datatype."
Add a ldts_default_dtype global variable in the dbt_project.yml
Update the stage.sql for BigQuery, add a CAST for ldts to the ldts_default_dtype
Add string_default_dtype-macro(with parameters to select the correct dictionary variable) with corresponding dictionary variables for rsrc, stg and derived_columns
modify stage, rec_track_sat and deived_columns_datatype macros to use the variables by calling the string_default_dtype-macro