Deeman
|
120fef369a
|
Fix SQLMesh config and CI/CD deployment issues
- Fix SQLMesh config: Add semicolons to SQL statements in before_all hooks
- Resolves "unsupported syntax" warning for CREATE SECRET and ATTACH
- DuckDB requires semicolons to terminate statements properly
- Fix deploy:infra job: Update Pulumi authentication
- Remove `pulumi login --token` (not supported in Docker image)
- Use PULUMI_ACCESS_TOKEN environment variable directly
- Chain commands with && to avoid "unknown command 'sh'" error
- Fix deploy:supervisor job: Update esc login syntax
- Change `esc login --token` to `esc login` (--token flag doesn't exist)
- esc CLI reads token from PULUMI_ACCESS_TOKEN env var
- Simplify Pulumi CLI installation (remove apk fallback logic)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-10-13 21:58:43 +02:00 |
|