UI 2 Snowflake Query changed

This commit is contained in:
AARETE\agupta
2024-06-21 16:35:18 -05:00
parent 856c51e792
commit a94e644e10
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ if client:
fields = fields[fields['PRIORITY'] == 'E']
if st.button("Show Results"):
query = 'select * from "DOCZY_PIPELINE_RAW_OUTPUT"'
query = 'select * from "DOCZY_PIPELINE_RAW_OUTPUT_AC"'
cur.execute(query)
df2 = pd.DataFrame.from_records(iter(cur), columns=[x[0] for x in cur.description])
+1 -1
View File
@@ -196,7 +196,7 @@ if client:
fields = fields[fields['PRIORITY'] == 'E']
if st.button("Show Results"):
query = 'select * from "DOCZY_PIPELINE_RAW_OUTPUT"'
query = 'select * from "DOCZY_PIPELINE_RAW_OUTPUT_AC"'
cur.execute(query)
df2 = pd.DataFrame.from_records(iter(cur), columns=[x[0] for x in cur.description])