mirror of
https://github.com/FlipsideCrypto/livequery-models.git
synced 2026-02-06 10:56:46 +00:00
* - removed utils.register_secret - add hosted profile * - refactor project variables to use config object * - add \n * - uncommented code * - update return type * - reverted name truncation * - change GHA workflow environments to align with dbt profiles * - add hosted option to enviornment dropdown * - add integration test * Update dbt_project.yml Add INTERNAL_DEV role to stg profile * - fix grants - enforce dbt target
10 lines
242 B
YAML
10 lines
242 B
YAML
models:
|
|
- name: _utils
|
|
columns:
|
|
- name: udf_introspect
|
|
tests:
|
|
- test_udf:
|
|
name: test___utils_udf_introspect
|
|
args: "'hello'"
|
|
assertions:
|
|
- result = 'hello' |