mirror of
https://github.com/FlipsideCrypto/polygon-models.git
synced 2026-02-06 14:56:48 +00:00
* Polygon Overhaul - Update DBT models to match streamline optimizations - Standardization - Added more recent DBT optimizations * Add livequery infra * Add PROD integration
11 lines
253 B
YAML
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' |