-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Feature/enterprise#362 - Add can_create() api #1390
Conversation
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified Files
|
@FredLL-Avaiga @jrobinAV The So with enterprise, |
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 implementation is tricky, but I like it.
Resolves https://github.com/Avaiga/taipy-enterprise/issues/362
This PR adds
taipy.can_create()
API to check if a DataNodeConfig or a ScenarioConfig can be created viataipy.create_scenario()
ortaipy.create_global_data_node()
and return a Reasons object