Created
April 9, 2025 15:17
-
-
Save yirenlu92/dcc38e1c11d749b0620e5b08cc00409d to your computer and use it in GitHub Desktop.
Prefect-modal integration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"job_configuration": | |
{ | |
"...": "...", | |
"proxy": "{{ proxy }}" # <-- leave as is to make templatable | |
}, | |
"variables": | |
{ | |
"properties": | |
{ | |
"...": "...", | |
"proxy": | |
{ | |
"title": "Proxy", | |
"description": "A named [proxy](https://modal.com/docs/guide/proxy-ips) configured in Modal.", | |
"type": "string", | |
"default": "NAME OF THEIR PROXY HERE" # <-- replace w/ name of Modal Proxy | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment