-
Notifications
You must be signed in to change notification settings - Fork 54
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
fix source setting KeyError: 'spec'
in to_dict() method
#1631
Conversation
Report bugs in Issues The following are automatically added:
Available user actions:
Supported /retest check runs
Supported labels
|
|
/verified |
can you please fill the missing parts in the first comment @vsibirsk ? |
KeyError: 'spec'
in to_dict() method
/lgtm |
/cherry-pick v4.15 |
Cherry-picked PR fix source setting |
/cherry-pick v4.14 |
Cherry-picked PR fix source setting |
Short description:
Fix the issue in
DataSource
to_dict()
method when settingsource
value inself.res
ifself.res
doesn't have anyspec
Which issue(s) this PR fixes:
Fixes issue introduced in #1601