polygon-models/models/deploy/core/_utils.yml
Ryan-Loofy fc211f5fbd
Polygon Overhaul (#233)
* Polygon Overhaul

- Update DBT models to match streamline optimizations
- Standardization
- Added more recent DBT optimizations

* Add livequery infra

* Add PROD integration
2023-10-18 13:13:59 -04:00

11 lines
253 B
YAML

version: 2
models:
- name: _utils
columns:
- name: udf_introspect
tests:
- test_udf:
name: test___utils_udf_introspect
args: "'hello'"
assertions:
- result = 'hello'