Skip to content

Commit

Permalink
clarify permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinL committed Oct 25, 2018
1 parent 035bbd2 commit b607151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/get_athena_query_response.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#'
#'@param sql_query A string specifying the SQL query you want to send to athena. See packages github readme for info on the flavour of SQL Athena uses.
#'
#'@param out_path The s3 folder the query results will be sent to e.g. s3://my-bucket/__temp__
#'@param out_path The s3 folder the query results will be sent to e.g. s3://my-bucket/__temp__. You must have permission to access to this folder!
#'
#'@param return_athena_types Specifies if the list describing the data's meta data types should be defined using athena datatypes (TRUE) or using the data engineering team's generic metadata types (FALSE). If not specified the default value of this input parameter is set to FALSE.
#'
Expand Down

0 comments on commit b607151

Please sign in to comment.