Streamlit with Data Warehouse/Big Data

Hello, I want to use Streamlit in my custom Python implementation.
I will deploy the server in the AWS or Azure Cloud

I want to understand the feasibility of connecting Streamlit with the Data warehouses other than Snowflake.
What is its compatibility with Azure and AWS Big Data/Data warehouse solutions? Can I directly connect Streamlit and Datawarehouse?

If it is possible any documentation or reference link will be much helpful

Using Streamlit or not doesn’t make a difference. If you can connect to your warehouse solution from a python script, then you can do it from a Streamlit application too.