Skip to content

Commit

Permalink
Update website/docs/docs/build/python-models.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mirna Wong <[email protected]>
  • Loading branch information
nataliefiann and mirnawong1 authored Nov 12, 2024
1 parent 3eff314 commit d5d0305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/build/python-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ models:

To use a third-party Snowflake package that isn't available in Snowflake Anaconda, upload your package by following [this example](https://docs.snowflake.com/en/developer-guide/udf/python/udf-python-packages#importing-packages-through-a-snowflake-stage), and then configure the `imports` setting in the dbt Python model to reference to the zip file in your Snowflake staging.

Here’s a complete example configuration, including using `imports` in a Python model:
Here’s a complete example configuration using a zip file, including using `imports` in a Python model:

```python

Expand Down

0 comments on commit d5d0305

Please sign in to comment.