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¶
- Create single entity
- Create bulk entities
- Create bulk classifications
- Create or update collection assignment
- Create or update collection assignment in bulk