-
Notifications
You must be signed in to change notification settings - Fork 133
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
Strive Connector Class #757
base: main
Are you sure you want to change the base?
Conversation
Hey @thebbennett, did anybody ever connect with you about resolving the test issues that arose on this PR? Let me know if you need any advice to move forward with changes that'll get the PR into a passing state. |
Hey! Very sorry about this- I started to build the Strive class and then got swept away by midterms. I opened the PR bc I like to work with an open PR. I tend to use a PR to take notes, make a checklist, document open Qs for myself, etc. Very sorry for any confusion this may have caused. If you need me to take down the PR, I can I also very much intend to be more active in Parsons once I survive this last GA Runoff sprint |
I'm back from the dead and have a renewed interested in working on this connector. |
@shaunagm I can run my tests locally just fine because I've stored my Strive API key as a env param, but how can I get my Strive tests to run in CircleCI which is currently failing bc there is not Strive API key in the env |
@thebbennett is there a way to set up a Strive sandbox that remains available indefinitely? If so, we can use the keys to the sandbox in the CI tests, and I can set that up (or we can pair on it, if you want to see how it works). Some platforms don't have sandboxes, though, in which case we use the |
Hi @shaunagm! Stupid question, but I'm just wondering if the sandbox would need to be filled with data that must be public? Just thinking if I can make a sandbox on my end to help move this process along. |
Not a dumb question, @sharinetmc! At least some of the data would be publicly exposed through the test suite, so we'd want to use fake data. |
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.
Just changing the status to request changes. I also just contacted Strive about creating a sandbox for tests!
I'm no where near done with this PR! Still working on it
…On Thu, Jun 22, 2023 at 3:56 PM sharinetmc ***@***.***> wrote:
***@***.**** requested changes on this pull request.
Just changing the status to request changes. I also just contacted Strive
about creating a sandbox for tests!
—
Reply to this email directly, view it on GitHub
<#757 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG24UT5ZEGDPDFDWBWT2NDLXMSPQRANCNFSM6AAAAAARCQUOVY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
*brittany bennett, she/her*
*Analytics Engineer *
https://www.brittanybennett.com/
|
Hey @thebbennett, I'm doing a check in of open PRs and noticed a test failure installing pyaml that looks unrelated to your PR. You can see lots of people reporting the issue in this thread: yaml/pyyaml#601 I think you can avoid this by updating your PR branch, because none of the other PRs have this issue. But let me know if htat doesn't work and if this is a blocker for you, and I can look into the problem further. |
Overview
Strive is a popular broadcast SMS tool. The API developer docs can be found here. This PR represents the work to add a new connector class to Parsons.
To Do