Skip to content

Commit ddeeab7

Browse files
committed
Reference sql_query in SQLQuery
1 parent 7b8206f commit ddeeab7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dataikuapi/dss/sqlquery.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
from ..utils import DataikuStreamedHttpUTF8CSVReader
44
import json
55

6+
67
class DSSSQLQuery(object):
78
"""
8-
A connection to a database or database-like on which queries can be run through DSS
9+
A connection to a database or database-like on which queries can be run through DSS.
10+
Do not create this class directly, instead use :meth:`dataikuapi.DSSClient.sql_query`
911
"""
1012
def __init__(self, client, query, connection, database, dataset_full_name, pre_queries, post_queries, type, extra_conf, script_steps, script_input_schema, script_output_schema, script_report_location, read_timestamp_without_timezone_as_string, read_date_as_string, project_key):
1113
self.client = client

0 commit comments

Comments
 (0)