Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SNOW-875095: Add offset param to DataFrame.limit() #44

Open
PatArse opened this issue Jul 24, 2023 · 2 comments
Open

SNOW-875095: Add offset param to DataFrame.limit() #44

PatArse opened this issue Jul 24, 2023 · 2 comments

Comments

@PatArse
Copy link

PatArse commented Jul 24, 2023

Hi,

I'm currently using Snowpark 1.8.0 in a Java project and I noticed there is a limit(n) method on DataFrames, but no offset(n) method.

I spoke with someone from Snowflake who says there is a method in the Python version of Snowpark and he suggested that I ask here.

Any plan on adding support for that method or a work around in the meantime ?

Thank you !

@github-actions github-actions bot changed the title No DataFrame method for offset. SNOW-875095: No DataFrame method for offset. Jul 24, 2023
@sfc-gh-jfreeberg
Copy link
Collaborator

sfc-gh-jfreeberg commented Jul 26, 2023

Hi @PatArse -- I just checked the Snowpark Python reference API and there's no DataFrame.offset() method, but there is an "offset" param in the DataFrame.limit() method: https://docs.snowflake.com/developer-guide/snowpark/reference/python/latest/api/snowflake.snowpark.DataFrame.limit

How about we update this issue to instead request the "offset" param to be added to the DataFrame.offset() DataFrame.limit() method?

@PatArse
Copy link
Author

PatArse commented Jul 26, 2023

I think you mean adding the offset param to the DataFrame.limit(), but yes that would be great !

@sfc-gh-jfreeberg sfc-gh-jfreeberg changed the title SNOW-875095: No DataFrame method for offset. SNOW-875095: Add offset param to DataFrame.limit() Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants