We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58732a9 commit 8f482f6Copy full SHA for 8f482f6
src/snowflake/snowpark/session.py
@@ -1794,6 +1794,7 @@ def replicate_local_environment(
1794
1795
Example::
1796
1797
+ >>> import sys, pytest; (sys.version_info[:2] == (3, 9)) or pytest.skip() # package conflicts in Python 3.9
1798
>>> from snowflake.snowpark.functions import udf
1799
>>> import numpy
1800
>>> import pandas
@@ -2711,6 +2712,8 @@ def table_function(
2711
2712
2713
References: `Snowflake SQL functions <https://docs.snowflake.com/en/sql-reference/functions-table.html>`_.
2714
2715
2716
+
2717
Example 1
2718
Query a table function by function name:
2719
0 commit comments