Skip to content

Commit

Permalink
marking it as private preview
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-rsureshbabu committed Apr 29, 2024
1 parent cc266b4 commit 8aac228
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/snowflake/snowpark/lineage.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

import snowflake.snowpark
from snowflake.snowpark._internal.error_message import SnowparkClientExceptionMessages
from snowflake.snowpark._internal.utils import private_preview
from snowflake.snowpark.types import (
IntegerType,
StringType,
Expand Down Expand Up @@ -420,6 +421,7 @@ def _get_result_dataframe(
)
return self._session.create_dataframe(transformed_results, schema=schema)

@private_preview(version="1.16.0")
def trace(
self,
object_name: str,
Expand Down

0 comments on commit 8aac228

Please sign in to comment.