livequery-models/macros/marketplace/github/github_actions__github_utils.sql
Jensen Yap 5ae7a52fea Add marketplace UDF integrations with fixes
- 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>
2025-08-05 20:19:53 +09:00

8 lines
229 B
SQL

-- depends_on: {{ ref('live') }}
-- depends_on: {{ ref('github_utils__github_utils') }}
{%- set configs = [
config_github_actions_udfs,
config_github_actions_udtfs,
] -%}
{{- ephemeral_deploy_marketplace(configs) -}}