# Snowflake Workspace README

This folder (`dbt/snowflake_workspace`) is intended as a scratchpad for creating standalone SQL files to explore data directly in Snowflake. It's a convenient space for analysts and developers to prototype queries, test logic, or inspect transformations outside the strict structure of dbt models or sources.

## Recommendations

- **Use the Snowflake SQL Tools extension** (such as the [Official Snowflake VSCode extension](https://marketplace.visualstudio.com/items?itemName=Snowflake.snowflake-vsc)) for an interactive development experience with features like:
  - Cursor autocomplete for table and column names
  - Instant query execution and result inspection
  - Syntax highlighting and error checking

---

Happy querying! This folder is your playground for interactive Snowflake SQL development.
