Skip to content

Commit

Permalink
TEIID-2903 fix for no metadata with a google spreadsheet source
Browse files Browse the repository at this point in the history
  • Loading branch information
shawkins authored and johnathonlee committed Sep 11, 2014
1 parent d42dc33 commit 7e4b594
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion connectors/google-api/pom.xml
Expand Up @@ -7,7 +7,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>google-api</artifactId>
<groupId>org.jboss.teiid.connectors</groupId>
<name>Gogole API</name>
<name>Google API</name>
<description>The java API for connecting Google services</description>
<dependencies>
<dependency>
Expand Down
Expand Up @@ -213,6 +213,7 @@ private List<SheetRow> executeAndParse(HttpClient client, HttpGet get) throws IO
if (type != null) {
c.setDataType(SpreadsheetColumnType.valueOf(type.toUpperCase()));
}
this.metadata.add(c);
}
}

Expand Down

0 comments on commit 7e4b594

Please sign in to comment.