Project Movement¶
Import¶
- tamr_toolbox.project.import_artifacts(*, project_artifact_path, tamr_client, target_project=None, new_project_name=None, new_unified_dataset_name=None, exclude_artifacts=None, include_additive_artifacts=None, include_destructive_artifacts=None, fail_if_not_present=False, asynchronous=False, overwrite_existing=False)[source]¶
Import project artifacts into a tamr instance
Requires Tamr 2021.005.0 or later
- Parameters
tamr_client (
Client
) – a tamr clientproject_artifact_path (
str
) – project artifacts zip filepathtarget_project (
Optional
[Project
]) – an optional target project for migrationnew_unified_dataset_name (
Optional
[str
]) – new unified dataset nameexclude_artifacts (
Optional
[List
[str
]]) – list of artifacts to exclude in importinclude_additive_artifacts (
Optional
[List
[str
]]) – list of artifacts to import only additivelyinclude_destructive_artifacts (
Optional
[List
[str
]]) – list of artifacts to import destructivelyfail_if_not_present (
bool
) – flag to fail project if not already present in instanceasynchronous (
bool
) – flag to run function asynchronouslyoverwrite_existing (
bool
) – flag to overwrite existing project artifacts
- Return type
- Returns
operation for project import api call