How to Reference Entities from Other sql Files in a dbt Workspace Before Deploying to Production?

In the dbt develop workspace, I am currently developing and have not yet deployed (run) to the production environment. I want to reference entities (sql) from other sql files within the workspace. After verifying the connections and behavior among multiple sql files in the workspace, I want to deploy them all to the production environment at once. How can I achieve this?