Nicolas Bisurgi

Results 6 issues of Nicolas Bisurgi

In these commits you will find the GitProject.py that has the class, properties and methods to handle the tm1project and the GitService that incorporates the GitProject objects and adds the...

**Describe the bug** TM1Py should have a function to toggle on or off a cube rule. This could be useful when performing bulk loads of data into rule based cubes....

enhancement

- Updated GitHub Actions workflow to dynamically generate PyInstaller spec file during build - Configured workflow to automatically attach Windows executable to 'latest' release on master merges - Added label...

## Summary ### Problem The ApplicationService failed with 404 errors when accessing applications inside private folders because the TM1 REST API requires PrivateContents('FolderName') for private folder segments, but TM1py was...

release:patch

**Describe the bug** When accessing applications located inside private folders, the `ApplicationService` methods (`get_names`, `get`, `exists`, `delete`, `rename`, etc.) fail with a 404 error. This is because the TM1 REST...

bug