mirror of
https://github.com/FlipsideCrypto/livequery-models.git
synced 2026-02-06 10:56:46 +00:00
- Add 36 marketplace integration READMEs - Fix Groq UDF deployment issues (IFF function syntax) - Remove API key parameters from function signatures - Use vault-based authentication for all integrations - Fix test token patterns to avoid GitHub secret detection 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
6 lines
139 B
SQL
6 lines
139 B
SQL
-- depends_on: {{ ref('live') }}
|
|
{%- set configs = [
|
|
config_github_utils_udfs,
|
|
] -%}
|
|
{{- ephemeral_deploy_marketplace(configs) -}}
|