Skip to content

Instantly share code, notes, and snippets.

@yirenlu92
Created April 9, 2025 15:17
Show Gist options
  • Save yirenlu92/dcc38e1c11d749b0620e5b08cc00409d to your computer and use it in GitHub Desktop.
Save yirenlu92/dcc38e1c11d749b0620e5b08cc00409d to your computer and use it in GitHub Desktop.
Prefect-modal integration
{
"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