Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "android_last_seen_at" data type #6082

Merged
merged 4 commits into from
Sep 29, 2021
Merged

Fix "android_last_seen_at" data type #6082

merged 4 commits into from
Sep 29, 2021

Commits on Sep 15, 2021

  1. Fix "android_last_seen_at" data type

    Intercom API send a timestamp for the "android_last_seen_at" field.  Which cause issue later on when dbt tries to created the table.
    
    2021-09-10 02:40:43 INFO () LineGobbler(voidCall):85 - Database Error in model intercom__contacts (models/generated/airbyte_tables/dev_sandbox/intercom__contacts.sql)
    2021-09-10 02:40:43 INFO () LineGobbler(voidCall):85 -   Invalid digit, Value '-', Pos 4, Type: Long 
    2021-09-10 02:40:43 INFO () LineGobbler(voidCall):85 -   DETAIL:  
    2021-09-10 02:40:43 INFO () LineGobbler(voidCall):85 -     -----------------------------------------------
    2021-09-10 02:40:43 INFO () LineGobbler(voidCall):85 -     error:  Invalid digit, Value '-', Pos 4, Type: Long 
    2021-09-10 02:40:43 INFO () LineGobbler(voidCall):85 -     code:      1207
    2021-09-10 02:40:43 INFO () LineGobbler(voidCall):85 -     context:   2021-09-03T00:45:55Z
    2021-09-10 02:40:43 INFO () LineGobbler(voidCall):85 -     query:     131295371
    2021-09-10 02:40:43 INFO () LineGobbler(voidCall):85 -     location:  :0
    2021-09-10 02:40:43 INFO () LineGobbler(voidCall):85 -     process:   query3_51_131295371 [pid=0]
    2021-09-10 02:40:43 INFO () LineGobbler(voidCall):85 -     -----------------------------------------------
    2021-09-10 02:40:43 INFO () LineGobbler(voidCall):85 -   compiled SQL at ../build/run/airbyte_utils/models/generated/airbyte_tables/dev_sandbox/intercom__contacts.sql
    ReptilianBrain authored Sep 15, 2021
    Configuration menu
    Copy the full SHA
    d9b3d28 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Bumped version

    lazebnyi committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    5c3f537 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Configuration menu
    Copy the full SHA
    363a2da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51a4875 View commit details
    Browse the repository at this point in the history