8000 make project nullable on datasource · tableau/server-client-python@b743125 · GitHub
[go: up one dir, main page]

Skip to content

Commit b743125

Browse files
committed
make project nullable on datasource
#1210
1 parent e4fbe41 commit b743125

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tableauserverclient/models/datasource_item.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ def project_id(self) -> str:
139139
return self._project_id
140140

141141
@project_id.setter
142-
@property_not_nullable
143142
def project_id(self, value: str):
144143
self._project_id = value
145144

0 commit comments

Comments
 (0)
0