Comment
New Contributor III
Great article, thanks for the detailed guidance!

One question:
For serverless workflows, you recommend storing validated Python wheels in a Unity Catalog Volume.
However, when running a dbt task on Databricks, the dbt project (and its requirements.txt) needs to live inside a workspace folder.

Is it acceptable to store Python dependencies in a workspace folder instead of a Volume in this case?
Or would that go against the recommended security / governance model for serverless?

Thanks for any clarification!