Skip to content

Commit

Permalink
LG-13778: Changes to address the schema changes for production and re…
Browse files Browse the repository at this point in the history
…solve bug (#577)
  • Loading branch information
aanand-gsa authored Jul 1, 2024
1 parent 89643ce commit afe8387
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions _articles/logs-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ subcategory: "Data Warehouse"

This is a guide to provide the schema definitions for the four log tables in our Data Warehouse:

- `events.logs`
- `production.logs`
- `unextracted_events.logs`
- `unextracted_production.logs`
- `logs.events`
- `logs.production`
- `logs.unextracted_events`
- `logs.unextracted_production`

## logs.production

The `logs.production` table contains the following fields:

- `cloudwatch_timestamp`
- `message`
- `uuid` (primary key)
- `uuid`
- `method`
- `path`
- `format`
Expand All @@ -42,7 +42,7 @@ The `logs.events` table contains the following fields:

- `cloudwatch_timestamp`
- `message`
- `id` (primary key)
- `id`
- `name`
- `time`
- `visitor_id`
Expand Down

0 comments on commit afe8387

Please sign in to comment.