sql_query_task {brickster} | R Documentation |
SQL Query Task
Description
SQL Query Task
Usage
sql_query_task(query_id, warehouse_id, parameters = NULL)
Arguments
query_id |
The canonical identifier of the SQL query. |
warehouse_id |
The canonical identifier of the SQL warehouse. |
parameters |
Named list of paramters to be used for each run of this job. |
See Also
Other Task Objects:
condition_task()
,
email_notifications()
,
for_each_task()
,
libraries()
,
new_cluster()
,
notebook_task()
,
pipeline_task()
,
python_wheel_task()
,
run_job_task()
,
spark_jar_task()
,
spark_python_task()
,
spark_submit_task()
,
sql_file_task()
[Package brickster version 0.2.8.1 Index]