You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experiencing issues with the native Data Quality Manager app in Snowflake. Currently, it seems that the version I have installed is outdated (use the latest files in the main branch of github: Snowflake-Labs/sfguide-getting-started-with-data-quality-manager) and I can't find clear documentation on the steps needed to update it.
I would like to know if there is any option to update the application or are there specific steps I need to follow to get the latest version available. It would also be helpful to know if the application still has active support and updated reference documentation.
When I start using the application with the general schema analysis I get the following error:
TypeError : selectbox() got an unexpected keyword argument ‘placeholder’
Traceback:
File “/usr/lib/python_udf/22a4a92860a4f401f1eac0646da895c0b243079e54fbd865ff37f4b9be1b8ea2/lib/python3.8/site-packages/streamlit/runtime/scriptrunner/script_runner.py”, line 565, in _run_script
exec(code, module.dict)
File “/tmp/appRoot/streamlit_app.py”, line 132, in
page.print_page()
File “/home/udf/338044323749/src/metrics_alert_monitoring.py”, line 102, in print_page
File “/usr/lib/python_udf/22a4a92860a4f401f1eac0646da895c0b243079e54fbd865ff37f4b9be1b8ea2/lib/python3.8/site-packages/streamlit/runtime/metrics_util.py”, line 332, in wrapped_func
result = non_optional_func(*args, **kwargs)
Something similar happens when running the native Snowflake DFMs and in the Table DFM Metrics part. Thanks for your help team!
The text was updated successfully, but these errors were encountered:
This framework is being supported, but each member of our team watches several frameworks, so sorry if response is slow!
Can you do me a favor and click "Edit" -> "Packages" and update streamlit to the latest version? I'm hardcoding the version but this looks like that isn't being honored for some reason
I updated the packages in the "environment.yml" file, specifically the version of Streamlit to 1.42 and the error continues. I will be attentive to any news.
Hello Snowflake support team,
I am experiencing issues with the native Data Quality Manager app in Snowflake. Currently, it seems that the version I have installed is outdated (use the latest files in the main branch of github: Snowflake-Labs/sfguide-getting-started-with-data-quality-manager) and I can't find clear documentation on the steps needed to update it.
I would like to know if there is any option to update the application or are there specific steps I need to follow to get the latest version available. It would also be helpful to know if the application still has active support and updated reference documentation.
When I start using the application with the general schema analysis I get the following error:
TypeError : selectbox() got an unexpected keyword argument ‘placeholder’
Traceback:
File “/usr/lib/python_udf/22a4a92860a4f401f1eac0646da895c0b243079e54fbd865ff37f4b9be1b8ea2/lib/python3.8/site-packages/streamlit/runtime/scriptrunner/script_runner.py”, line 565, in _run_script
exec(code, module.dict)
File “/tmp/appRoot/streamlit_app.py”, line 132, in
page.print_page()
File “/home/udf/338044323749/src/metrics_alert_monitoring.py”, line 102, in print_page
dmf_name_filter = col1.selectbox(‘DMF’, options=dmf_name_options, placeholder=‘All’)
File “/usr/lib/python_udf/22a4a92860a4f401f1eac0646da895c0b243079e54fbd865ff37f4b9be1b8ea2/lib/python3.8/site-packages/streamlit/runtime/metrics_util.py”, line 332, in wrapped_func
result = non_optional_func(*args, **kwargs)
Something similar happens when running the native Snowflake DFMs and in the Table DFM Metrics part. Thanks for your help team!
The text was updated successfully, but these errors were encountered: