Skip to content

Commit a96ef85

Browse files
author
Max Wang
committed
update examples
1 parent 3e464dc commit a96ef85

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.claude/skills/dataverse-sdk/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ client.delete_table("new_Product")
200200
client.upload_file(
201201
table_schema_name="account",
202202
record_id=account_id,
203-
file_name_attribute="new_document", # If the file column doesn't exist, it will be created automatically
203+
file_name_attribute="new_Document", # If the file column doesn't exist, it will be created automatically
204204
path="/path/to/document.pdf"
205205
)
206206
```

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ client.delete_table("new_Product")
269269
client.upload_file(
270270
table_schema_name="account",
271271
record_id=account_id,
272-
file_name_attribute="new_document", # If the file column doesn't exist, it will be created automatically
272+
file_name_attribute="new_Document", # If the file column doesn't exist, it will be created automatically
273273
path="/path/to/document.pdf"
274274
)
275275
```

src/PowerPlatform/Dataverse/claude_skill/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ client.delete_table("new_Product")
200200
client.upload_file(
201201
table_schema_name="account",
202202
record_id=account_id,
203-
file_name_attribute="new_document", # If the file column doesn't exist, it will be created automatically
203+
file_name_attribute="new_Document", # If the file column doesn't exist, it will be created automatically
204204
path="/path/to/document.pdf"
205205
)
206206
```

0 commit comments

Comments
 (0)