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

Add download_csv #66

Closed
bh2smith opened this issue Sep 5, 2023 · 1 comment
Closed

Add download_csv #66

bh2smith opened this issue Sep 5, 2023 · 1 comment

Comments

@bh2smith
Copy link
Collaborator

bh2smith commented Sep 5, 2023

Function will look like this

    def download_csv(self, job_id: str) -> ExecutionResultCSV:
        """
        Retrieves the CSV content of the execution results for `job_id`
        This is just an alias for `get_result_csv`
        """
        return self.get_result_csv(job_id)

but should come in only after #64 lands (the function renaming).

@bh2smith
Copy link
Collaborator Author

bh2smith commented Sep 8, 2023

Closed by #73

@bh2smith bh2smith closed this as completed Sep 8, 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

1 participant