End-to-End Examples¶
Use these canonical examples as your starting point. They are maintained to match current resource support.
Choose an edition¶
- DSS Free Edition:
examples/free - DSS Enterprise:
examples/enterprise
Focused patterns¶
- Modules (
with+instances):examples/modules - Python API workflow (
load -> plan -> apply):examples/python_api
Coverage¶
These example sets collectively cover all supported resource categories:
- Variables and project code environment defaults
- Zones (Enterprise)
- Git libraries
- Managed folders (
filesystem,upload) - Datasets (
filesystem,upload,snowflake,oracle) - Exposed objects (
dataset,managed_folder) (Enterprise) - Foreign objects (
foreign_datasets,foreign_managed_folders) (Enterprise) - Recipes (
python,sql_query,sync) - Scenarios (
step_based,python) - Modules (
with,instances)
Suggested workflow¶
- Copy one example directory into your repo.
- Replace project key, connection names, and source project references.
- Set credentials via
DSS_HOSTandDSS_API_KEY. - Run
dss-provisioner planand review the output. - Run
dss-provisioner applywhen the plan looks correct.