Skip to content

Commit

Permalink
More consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-afedorov committed Oct 7, 2019
1 parent f715f2f commit f6936ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connectors/aws_inventory.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
('arn', 'VARCHAR'),
('create_date', 'TIMESTAMP_LTZ'),
('password_last_used', 'TIMESTAMP_LTZ'),
('account_id', 'STRING(32)'),
('account_id', 'STRING(30)'),
],
}

Expand Down

0 comments on commit f6936ea

Please sign in to comment.