Skip to content

Commit

Permalink
Merge pull request #292 from nsylv/master
Browse files Browse the repository at this point in the history
Update docs "create project" example to include `with_external_id`
  • Loading branch information
nbateshaus committed Aug 29, 2019
2 parents 159f60e + 14bfbba commit b70232d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/user-guide/spec.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ For instance, to create a project::
.with_type("DEDUP")
.with_description("Mastering Project")
.with_unified_dataset_name("Project_unified_dataset")
.with_external_id("tamrProject1")
)
project = tamr.projects.create(spec.to_dict())

Expand Down

0 comments on commit b70232d

Please sign in to comment.