Qamarudeen Muhammad
05/18/2023, 7:15 AMInvalid timestamp: '+12699-01-07T18:00:26.673000Z'
compiled SQL at ../build/run/airbyte_utils/models/generated/airbyte_incremental/scd/airbyte_bigquery/mytablename_scd.sql
40 of 63 ERROR creating incremental model airbyte_bigquery.mytablename_scd....................................... [ERROR in 6.40s]
Database Error in model tbl_purchase_order_scd (models/generated/airbyte_incremental/scd/airbyte_bigquery/mytablename_scd.sql
)kapa.ai
05/18/2023, 7:15 AMkapa.ai
05/18/2023, 7:17 AMnormalize
directory. The path should look like this: tutorial/normalization-files/normalize/
. 3. Locate the specific dbt file for the model you want to customize (e.g., mytablename_scd.sql
). 4. Edit the dbt file to add your custom CASE conditions to handle the invalid timestamp issue. 5. Push your custom dbt transformation project back to Airbyte by following the instructions in this [guide](https://docs.airbyte.com/operator-guides/transformation-and-normalization/transformations-with-airbyte). Please note that if you make changes to the connection (e.g., adding or removing tables), you'll need to repeat the "Export the generated dbt code from Airbyte" step to get the updated code for your new tables, as mentioned in this [tutorial](https://airbyte.com/tutorials/bigquery-partition-cluster). Keep in mind that the provided information is based on Airbyte version 0.23.0-alpha from May 2021, and there might be some differences in the latest version (0.44.3). However, the general process should still be applicable.Qamarudeen Muhammad
05/18/2023, 8:25 AMAlex Cuoci
05/18/2023, 2:08 PM