UI 2 Snowflake Query changed
This commit is contained in:
@@ -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])
|
||||
|
||||
|
||||
@@ -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])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user