Skip to content

Create Tasks

Use this page to quickly find create-oriented commands.

Quick Command Examples

Use these as starting templates.

# Bulk create entities from CSV (safe preview)
python -m purviewcli entity bulk-create-csv --csv-file .\\samples\\csv\\entities.csv --dry-run

# Create glossary resources
python -m purviewcli glossary create --help
python -m purviewcli glossary create-term --help

# Create relationship
python -m purviewcli relationship create --help

# Create share assets
python -m purviewcli share create-asset --help

# Create scan resources
python -m purviewcli scan putdatasource --help
python -m purviewcli scan putscan --help

Entity Create

Glossary Create

Relationship Create

Share Create

Management Create

Scan Create/Configure