Skip to content

Commit

Permalink
Code reviews catch missing changes always code review
Browse files Browse the repository at this point in the history
  • Loading branch information
plessbd committed Aug 20, 2019
1 parent 3bf9d08 commit b32779d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions configuration/etl/etl_tables.d/cloud_openstack/raw_event.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"#": "Raw event information from the Open Stack log files.",

"#": "Note that almost any field in the raw event logs can be NULL so most fields are nullable.",
"#": "These will be stored here and filtered out later. For example, several events with type",
"table_definition": {
Expand Down Expand Up @@ -51,12 +50,14 @@
"default": null
},
{
"#": "human readable name at the time the log is written",
"name": "user_name",
"type": "varchar(64)",
"type": "varchar(255)",
"nullable": true,
"default": null
},
{
"#": "GUID for user",
"name": "user_id",
"type": "varchar(64)",
"nullable": true,
Expand Down

0 comments on commit b32779d

Please sign in to comment.