idempotent

apache airflow idempotent DAG implementation

apache airflow idempotent DAG implementation Question: I am generating a start and end time for an API query using the following: startTime = datetime.now(pytz.timezone(‘US/Eastern’)) – timedelta(hours = 1) endTime = datetime.now(pytz.timezone(‘US/Eastern’)) This works great and generates the correct parameters for the API query. But I noticed if the task fails and if I try to …

Total answers: 3