Skip to content

Commit

Permalink
Update kedro-datasets/kedro_datasets/snowflake/snowpark_dataset.py
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas <[email protected]>
  • Loading branch information
tdhooghe authored Oct 21, 2024
1 parent 4d514d9 commit 2fddf19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class SnowparkTableDataset(AbstractDataset):
"""``SnowparkTableDataset`` loads and saves Snowpark dataframes.
As of Oct-2024, the snowpark connector only works with Python 3.9, 3.10 and 3.11.
As of Oct-2024, the snowpark connector works with Python 3.9, 3.10 and 3.11. Python 3.12 is not supported yet.
Example usage for the
`YAML API <https://docs.kedro.org/en/stable/data/\
Expand Down

0 comments on commit 2fddf19

Please sign in to comment.