Hi, I wanted to ask you. If I start dagit with cer...
# announcements
c
Hi, I wanted to ask you. If I start dagit with certain env variables (eg
$ VAR=val dagit ...
), how can I make these available for the scheduled jobs also, it seems they are not starting as the env vars are not set for the cron.
s
You can pass an
environment_vars
argument to the schedule decorator, and the env vars will be set in the script executed by cron
c
alright!
nice