We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Impacted versions: >= 1.8.2
Impacted versions
Description:
Description
There seems to be a bug in the get_data_sources() method. It eventually tried to get the "data_type" attribute but that throws a no attribute error.
I believe this is the release that introduced the bug: https://github.com/embedchain/embedchain/releases/tag/0.1.82
The model for the data uses "type" but the method that pulls the data is using "data_type"
When bug was introduced: PR: https://github.com/embedchain/embedchain/pull/1273/files#diff-d494029527663b5dde22e3dc804d17421db5bdc6cdf0d191d3cb294e18aaaff4R16
When bug was introduced
Code:
Code
Recreate bug:
Recreate bug
The text was updated successfully, but these errors were encountered:
I saw same
Sorry, something went wrong.
Fix for me in version 0.1.90 See release note https://github.com/embedchain/embedchain/releases/tag/0.1.90
No branches or pull requests
🐛 Describe the bug
Impacted versions
: >= 1.8.2Description
:There seems to be a bug in the get_data_sources() method. It eventually tried to get the "data_type" attribute but that throws a no attribute error.
I believe this is the release that introduced the bug: https://github.com/embedchain/embedchain/releases/tag/0.1.82
The model for the data uses "type" but the method that pulls the data is using "data_type"
When bug was introduced
:PR: https://github.com/embedchain/embedchain/pull/1273/files#diff-d494029527663b5dde22e3dc804d17421db5bdc6cdf0d191d3cb294e18aaaff4R16
Code
:Recreate bug
:The text was updated successfully, but these errors were encountered: