-
Notifications
You must be signed in to change notification settings - Fork 17
Conversation
Hello @toan-quach and @jrobinAV , please permit me to tag you directly. For some reason, I can't seem to request for a review. |
@Forchapeatl awesome!! Thanks for tagging us! We will review as soon as we can :D Thanks again for your help! |
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.
Thank you for a great first PR. I believe this will be a good addition to taipy-core.
I have a few comments about naming and DataNode abstract methods that need to be implemented.
Other than that, there are minor linting errors that should be fixed.
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.
The PR is going in the right direction. Thanks a lot.
The configure method in the DataNodeConfig is missing though.
Hello @Forchapeatl. Thank you very much for your contribution. For information, we are currently working on a significant repository refactoring. We are merging sub-repositories into a single repository. For instance, the taipy-core repository is about to be merged into the taipy repository. This should not impact your work. But just so you are not surprised, instead of merging your PR, we will move your code from this branch (in taipy-core) into a new branch of another repository (taipy). We will let you know and let you review the code. Thank you for your understanding. |
Hello @jrobinAV thank you for your kind review. The requested changes have been made. The The issue now is the |
Thank you for your information. |
About the Then, you can take a look at the For now, the todo list:
|
Hello, Yes, I agree with you. Let's forget abt the append method. It is an optional method anyway. Thank you so much. |
Hello everyone, the requested changes have been made. This includes.
Please let me know if more changes are required. |
I believe it has the same problem. A small update on the |
The tests are failing:
The Can you check again? |
remove blank line
The tests are up and running. That's great 😁 Can you take a look at the linter error in https://github.com/Avaiga/taipy-core/actions/runs/7102562575/job/19333215991?pr=828? |
Thank you. The code should be working fine now. |
Well :) this is unexpected , @trgiangdo , I did run the pylint test as you said . I am abit reluctant to fix this error because , I am unable to reproduce the error on my environment , let me know what you think. |
About the error
You just need to add a space after the comma in line 56 and line 76 and it should works |
Hello @Forchapeatl. FYI, this taipy-core repository is merged into the taipy repository and is going to be archived soon. So, instead of merging your PR, can you create a new PR in the main taipy repository, so you can be counted as an official Taipy contributor by Github? |
Migrated to Avaiga/taipy#585 |
Added AWS S3 DataNode
Fixes Avaiga/taipy#536
- Create S3 datanode.
- Read stream object from s3 bucket.
- Write stream object to s3 bucket.
Todo