Skip to content

Commit

Permalink
11.9 — Finally change type to INT64 for updated_at
Browse files Browse the repository at this point in the history
  • Loading branch information
Bl3f committed Oct 26, 2023
1 parent 79063e1 commit 73ec54b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion analytics/models/generated_sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sources:
- name: updated_at
type: date
description: When the data has been updated in the database.
data_type: STRING
data_type: INT64
- name: time
type: float
description: Time in seconds since the beginning of the activity.
Expand Down
2 changes: 1 addition & 1 deletion analytics/models/stages_metrics.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SELECT
*,
ST_LENGTH(g.path) AS distance
ST_LENGTH(path) AS distance
FROM {{ ref('stg_stages_info') }}

0 comments on commit 73ec54b

Please sign in to comment.