We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b8206f commit ddeeab7Copy full SHA for ddeeab7
1 file changed
dataikuapi/dss/sqlquery.py
@@ -3,9 +3,11 @@
3
from ..utils import DataikuStreamedHttpUTF8CSVReader
4
import json
5
6
+
7
class DSSSQLQuery(object):
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`
11
12
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):
13
self.client = client
0 commit comments