-
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
ngsi_v2 tutorials are deprecated #255
Comments
Branch 255-ngsi_v2-tutorials-are-deprecated created! |
I am running into problems at exercise 5. There is a method imported from pydantic called |
I have made some progress here. It might be, that this is the correct implementation but now other problems appear. It seems that |
@WaltherTrgovac thanks for the contribution! Could you make a pull request (PR) for this branch? We can better discuss the detail implementation or solution under the PR |
Hey, I am currently trying to follow these tutorials and stumbled upon the same issues you've already mentioned here. I am currently stuck on e5, as I get the same parsing error you have.
I haven't continued with the other exercises yet. If I find more inconsistencies, I will post them here |
@WaltherTrgovac Subseeunetly, you can create a list of models usige e.g. list-comprehension |
…cated fix: ngsi v2 tutorials are deprecated (#255)
Describe the bug
ngsi_v2 tutorials consist of exercises and solutions. Solutions use methods that are deprecated (pydantic and json methods).
To Reproduce
Executing exercise 3 solutions to exercise 7 produces various errors.
Expected behavior
Solutions should run properly.
Screenshots
Environment (please complete the following information):
Additional context
Mostly TypeErrors are causing the errors that are easy to fix. There are also some PEP 8 errors occuring.
The text was updated successfully, but these errors were encountered: