Skip to content

Commit

Permalink
Removing old section (#6966)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Mar 4, 2025
2 parents 7216758 + e6165ea commit abf87d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions website/docs/docs/build/python-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -677,8 +677,6 @@ def model(dbt, session: snowpark.Session):

</VersionBlock>

**About "sprocs":** dbt submits Python models to run as _stored procedures_, which some people call _sprocs_ for short. By default, dbt will use Snowpark's _temporary_ or _anonymous_ stored procedures ([docs](https://docs.snowflake.com/en/sql-reference/sql/call-with.html)), which are faster and keep query history cleaner than named sprocs containing your model's compiled Python code. To disable this feature, set `use_anonymous_sproc: False` in your model configuration.

**Docs:** ["Developer Guide: Snowpark Python"](https://docs.snowflake.com/en/developer-guide/snowpark/python/index.html)

#### Third-party Snowflake packages
Expand Down

0 comments on commit abf87d1

Please sign in to comment.