chore: release v0.1.8#72

## Bump

- [ ] Major
- [ ] Minor
- [x] Patch

## Changelog

### Added
- Upload view configs to CDF Files during deploy; view configs can be referenced by external ID for fully remote pipeline invocation
- Upload settings to CDF Files to allow fully remote pipeline invocation without local config
- Support multiple instance spaces per view config (`instance_spaces` list)
- Batched CDF SDK prefetch for time series SHACL validation

### Fixed
- Use exact view `external_id` (case-sensitive) for view config file external ID
- Pass `data_quality_space` to RAW validation state functions
- Accept `instance_spaces` list in `validate_config.py`

### Changed
- Standardize `sync_batch_size` to 500 and increase `chunk_size` from 100 to 500 for all views in abp-dev and abp-test
- Add RAW validation rules for RMDM-feeding tables in abp-dev
- Extract `_inject_prefetch_errors` helper to reduce duplication in time series validation
- Document CDF Files upload and remote pipeline invocation
- Add tests for `data_quality_space` propagation in RAW validation
- Bump `cognite-data-quality` to `0.1.8` in function_code requirements
