Closed hardtke closed 3 years ago
This fix allows the use of ARIMA models in dbt_ml. Other wise the post run hook fails with:
Unrecognized name: loss at [14:63]
Additionally, when looking for the correct training_info schema I use lower(). BigQuery case insensitive for the model_type.
@hardtke, thank you for your contribution! This looks great. We'll get this merged to master, and will include it in the next minor release.
This fix allows the use of ARIMA models in dbt_ml. Other wise the post run hook fails with:
Unrecognized name: loss at [14:63]
Additionally, when looking for the correct training_info schema I use lower(). BigQuery case insensitive for the model_type.