Skip to content

Commit

Permalink
func comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gfr10598 committed May 30, 2018
1 parent 60e69e7 commit 19f0433
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rex/rex.go
Expand Up @@ -82,6 +82,7 @@ func (rex *ReprocessingExecutor) AdvanceState(t *state.Task) {
}
}

// GetDS returns a bq Dataset that can be used for rex Table operations.
func (rex *ReprocessingExecutor) GetDS() (bqext.Dataset, error) {
return bqext.NewDataset(rex.Project, rex.Dataset, rex.Options...)
}
Expand Down

0 comments on commit 19f0433

Please sign in to comment.