Marco Palmeri
Zanie
now = pendulum.now("utc") dates = { "date": now, "today": now.strftime("%Y-%m-%d"), "yesterday": now.add(days=-1).strftime("%Y-%m-%d"), "tomorrow": now.add(days=1).strftime("%Y-%m-%d"), "today_nodash": now.strftime("%Y%m%d"), "yesterday_nodash": now.add(days=-1).strftime("%Y%m%d"), "tomorrow_nodash": now.add(days=1).strftime("%Y%m%d"), }
Jeremiah
date
prefect.context.date.in_tz('EST')
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.