mirror of
https://github.com/FlipsideCrypto/livequery-models.git
synced 2026-02-06 10:56:46 +00:00
* add deploy/core & updated test_udf * namespace scope macros * remove package namespace * add render.sql * namespace scole apply_grants_by_schema * add depnends_on clause for deploy/martketplace models
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' |