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

CTECH-2603 Added a notebook for T10003 Retrieving Files #642

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

MikeMcGarry
Copy link
Member

Pull Request Checklist

  • Changes follow the style guide
  • Tests pass
  • Raised the PR against the develop branch

Description of the PR

Describe the code changes for the reviewers, explain the solution you have provided and how it fixes the issue

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@MikeMcGarry
Copy link
Member Author

/LGTM

@MikeMcGarry
Copy link
Member Author

/LGTM

1 similar comment
@rizwansaeed
Copy link
Contributor

/LGTM

@@ -0,0 +1,871 @@
{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this example implies the file is available straight away, but i believe that may not be the case. we have extensions in the sdk to do the checking status so it appears as a synchronous call. i think we should either 1) explain and show how to do the checking status, or 2) use the sdk method. i appreciate that may not be in all the sdks but it does provide a place for a user to go and look at some code to see how to implement


Reply via ReviewNB

@@ -0,0 +1,871 @@
{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we might end up in a race condition where the nb runs in multiple pipelines, wrap this in a try-except?


Reply via ReviewNB

@@ -0,0 +1,871 @@
{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line #7.    api_factory_notifications = ApiClientFactory(token=RefreshingToken())

why "notifications"?


Reply via ReviewNB

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

Successfully merging this pull request may close these issues.

None yet

2 participants