streamlit-nightly 1.33.1.dev20240429__py2.py3-none-any.whl → 1.33.1.dev20240430__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- streamlit/connections/sql_connection.py +2 -0
- {streamlit_nightly-1.33.1.dev20240429.dist-info → streamlit_nightly-1.33.1.dev20240430.dist-info}/METADATA +1 -1
- {streamlit_nightly-1.33.1.dev20240429.dist-info → streamlit_nightly-1.33.1.dev20240430.dist-info}/RECORD +7 -7
- {streamlit_nightly-1.33.1.dev20240429.data → streamlit_nightly-1.33.1.dev20240430.data}/scripts/streamlit.cmd +0 -0
- {streamlit_nightly-1.33.1.dev20240429.dist-info → streamlit_nightly-1.33.1.dev20240430.dist-info}/WHEEL +0 -0
- {streamlit_nightly-1.33.1.dev20240429.dist-info → streamlit_nightly-1.33.1.dev20240430.dist-info}/entry_points.txt +0 -0
- {streamlit_nightly-1.33.1.dev20240429.dist-info → streamlit_nightly-1.33.1.dev20240430.dist-info}/top_level.txt +0 -0
@@ -40,6 +40,7 @@ _ALL_CONNECTION_PARAMS = {
|
|
40
40
|
"host",
|
41
41
|
"port",
|
42
42
|
"database",
|
43
|
+
"query",
|
43
44
|
}
|
44
45
|
_REQUIRED_CONNECTION_PARAMS = {"dialect", "username", "host"}
|
45
46
|
|
@@ -107,6 +108,7 @@ class SQLConnection(BaseConnection["Engine"]):
|
|
107
108
|
host=conn_params["host"],
|
108
109
|
port=int(conn_params["port"]) if "port" in conn_params else None,
|
109
110
|
database=conn_params.get("database"),
|
111
|
+
query=conn_params["query"] if "query" in conn_params else None,
|
110
112
|
)
|
111
113
|
|
112
114
|
create_engine_kwargs = ChainMap(
|
@@ -55,7 +55,7 @@ streamlit/connections/__init__.py,sha256=WSOEtrwhiNYti89iCk3O7I83rurZl8gXoM8tA2d
|
|
55
55
|
streamlit/connections/base_connection.py,sha256=8rzoGovDem0o3FzJTikP0IRdL7i3lBqHhyESBnER9no,7465
|
56
56
|
streamlit/connections/snowflake_connection.py,sha256=z8yUWzHnoDOriydUc6KbDQStI5emvmqkEUtGf0c-AFc,12517
|
57
57
|
streamlit/connections/snowpark_connection.py,sha256=eoOfCTCI6BMByN9lZn42Z_c7Z3dLGYZZLmM8ouhj-ig,8184
|
58
|
-
streamlit/connections/sql_connection.py,sha256=
|
58
|
+
streamlit/connections/sql_connection.py,sha256=Doi_bshOqNBhR7m42bvE6EPtUaLFBqaPRiaI4i-xVyU,12234
|
59
59
|
streamlit/connections/util.py,sha256=3Ryc93a5KstsVwQl6ug5cmb8F-WQoD4c0mBWNPLoFsY,3022
|
60
60
|
streamlit/elements/__init__.py,sha256=Vrf1yVMOcTyhUPnYvsfyeL96Vpd5z8KoSV5ZzTcTQgU,616
|
61
61
|
streamlit/elements/alert.py,sha256=DtSIPEanOPJGnDmquAbtdiFD-FdbLyseg5XUZVvuKpw,5212
|
@@ -521,9 +521,9 @@ streamlit/web/server/server_util.py,sha256=FptUF-CjFh78VjeTQDi3R78m7E64MDe3wcklg
|
|
521
521
|
streamlit/web/server/stats_request_handler.py,sha256=cL__KbJFIhdhf1Zt6skbLehUqT-jo56x1HARxogZDOI,3680
|
522
522
|
streamlit/web/server/upload_file_request_handler.py,sha256=YPDmKWUnaGH9d4QNcMEsY5k1YIz_q-xW1K5fmgHaDzc,4966
|
523
523
|
streamlit/web/server/websocket_headers.py,sha256=07SkWLcOxbyldl7UcBzrMKY9ZojypCQACiKoh5FcH7Y,1870
|
524
|
-
streamlit_nightly-1.33.1.
|
525
|
-
streamlit_nightly-1.33.1.
|
526
|
-
streamlit_nightly-1.33.1.
|
527
|
-
streamlit_nightly-1.33.1.
|
528
|
-
streamlit_nightly-1.33.1.
|
529
|
-
streamlit_nightly-1.33.1.
|
524
|
+
streamlit_nightly-1.33.1.dev20240430.data/scripts/streamlit.cmd,sha256=ZEYM3vBJSp-k7vwSJ3ba5NzEk9-qHdSeLvGYAAe1mMw,676
|
525
|
+
streamlit_nightly-1.33.1.dev20240430.dist-info/METADATA,sha256=DXL0sKDPKloPGSaO26rM2K1D4YUdQSyfzDSt2d05pT4,8528
|
526
|
+
streamlit_nightly-1.33.1.dev20240430.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
|
527
|
+
streamlit_nightly-1.33.1.dev20240430.dist-info/entry_points.txt,sha256=uNJ4DwGNXEhOK0USwSNanjkYyR-Bk7eYQbJFDrWyOgY,53
|
528
|
+
streamlit_nightly-1.33.1.dev20240430.dist-info/top_level.txt,sha256=V3FhKbm7G2LnR0s4SytavrjIPNIhvcsAGXfYHAwtQzw,10
|
529
|
+
streamlit_nightly-1.33.1.dev20240430.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|