name -> full_name + fixed error message for missing access token
This commit is contained in:
@@ -4,7 +4,7 @@ const table = new Table({
|
||||
name: 'raw.github_repo',
|
||||
columns: [
|
||||
{ name: 'observed_timestamp', type: 'numeric', isPrimary: true },
|
||||
{ name: 'name', type: 'varchar', isPrimary: true },
|
||||
{ name: 'full_name', type: 'varchar', isPrimary: true },
|
||||
|
||||
{ name: 'created_at', type: 'numeric', isNullable: false },
|
||||
{ name: 'updated_at', type: 'numeric', isNullable: false },
|
||||
|
Reference in New Issue
Block a user