Yevhen Lebid
Yevhen Lebid
@spinnakerbot remove-label to-be-closed
@spinnakerbot remove-label to-be-closed
@spinnakerbot remove-label stale
@spinnakerbot remove-label stale
@spinnakerbot remove-label stale
I see this error too... Also, I tried to localize problem, and I can confirm that it occurs in this part: ``` for db_object in DATABASE_OBJECTS: cleanup_op = PythonOperator( task_id='cleanup_'...
Great! Thanks @ud803! Also, don't forget change: ``` airflow_db_model = context["params"].get("airflow_db_model") state = context["params"].get("state") age_check_column = context["params"].get("age_check_column") keep_last = context["params"].get("keep_last") keep_last_filters = context["params"].get("keep_last_filters") keep_last_group_by = context["params"].get("keep_last_group_by") ``` to ``` object_name...
The same for me...