Skip to content

Commit

Permalink
Fix following testing, add instructions for uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
dpcollins-google committed Mar 24, 2021
1 parent 320fe25 commit ac2dd81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion sql-streaming-copier/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,3 @@ gcloud dataflow flex-template build $TEMPLATE_PATH \
--env FLEX_TEMPLATE_JAVA_MAIN_CLASS="com.google.cloud.pubsub.sql.TemplateMain"
```


Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public StandardSource getSource() {
return new StandardSqlSource() {
@Override
public String query() {
return "SELECT payload, message_key, attributes, IFNULL(event_timestamp, publish_timestamp) FROM PCOLLECTION";
return "SELECT payload, message_key, attributes, IFNULL(event_timestamp, publish_timestamp) AS event_timestamp FROM PCOLLECTION";
}

@Override
Expand Down

0 comments on commit ac2dd81

Please sign in to comment.