August 2022 Summaries
2 posts from Hex
Filter
Month:
Year:
Post Summaries
Back to Blog
Connecting a local Python environment to a Snowflake data warehouse enables users to query data directly into Python or Jupyter notebooks. The process involves installing the Snowflake Connector for Python, authenticating and connecting to the Snowflake data warehouse using environment variables for security, executing SQL queries, and fetching results into a pandas DataFrame. This approach allows users to leverage Python's data analysis capabilities on Snowflake data seamlessly. The guide also mentions alternative methods for connecting to Snowflake, such as using SQLAlchemy or pandas.read_sql, although these are not as specifically tailored for Snowflake as the primary method described. By following these steps, users can efficiently perform complex analyses, statistical operations, or machine learning tasks using pandas after retrieving data from Snowflake.
Aug 22, 2022
1,710 words in the original blog post.
Hex has integrated dbt's documentation site into its platform, allowing users to access descriptions from a dbt Cloud project directly in the database schema browser in Hex. This integration aims to reduce friction for data analysts and improve the discoverability of valuable docs by bringing them straight to the UI people are using. The feature shows model, source, and column descriptions alongside test statuses, with an option to link users to dbt's documentation site for more context.
Aug 03, 2022
756 words in the original blog post.