-
Notifications
You must be signed in to change notification settings - Fork 31
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
LocalProvider #1029
LocalProvider #1029
Conversation
@IceKhan13 Am I on the right track? |
Direction is looking good to me :) We will need to test how good it works though :) |
@IceKhan13 Thanks! |
8119f58
to
ab5c16b
Compare
Signed-off-by: Akihiko Kuroda <[email protected]>
8959a93
to
ae985c8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@psschwei |
Good catch... (I followed the steps in the issue, which was written before upload was a thing...) |
I think we can raise |
ah, I see how you did it :) feel free to ignore above message |
It supports both. For the new pattern, 'load' must be called before 'run' . It's the same way as serverless provider. |
I'll look into the warning. Thanks! |
@psschwei The waring should have gone now. |
#1029 accidentally removed `Program` from being importable at this level, when it is still in its deprecation period. This PR re-adds that module as importable from the `core` package until its deprecation period is over.
Summary
Add LocalProvider
Details and comments