-
Notifications
You must be signed in to change notification settings - Fork 13
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
ContinuousFeed NameError during unmarshalling of SourceResponse #92
Comments
Yes same error for me when trying to create a Source element Work with 0.50.0 |
First let me apologise for the lack of specificity atm. I'm writing this at the end of my work day after I worked around the issue, so I'm writing this from memory. I do hope to come back and fill in some details, provide proper code, etc, but I may be told to focus my time/energy elsewhere now that our code is working again(🙄) 🙏
Using version 0.50.1, I encountered a NameError in the
sources.get_source
call, and traceback took me throughutils.unmarshal_json
to theunmarshal.from_dict
call (and then into dataclasses_json library).It seems to be choking on the
models.SourceE2eTestCloud
use inmodels.SourceConfiguration
, as the NameError mentions thatContinuousFeed
cannot be found (?, apologies, I've forgotten the exact message).The text was updated successfully, but these errors were encountered: