jedcunningham commented on issue #26581: URL: https://github.com/apache/airflow/issues/26581#issuecomment-1256464843
Sorry, I'm advocating for removing RTIF as an option altogether and if you run `airflow db clean -t rendered_task_instance_fields` you get a warning like this instead: ``` WARNING - Sorry, you cannot clean 'rendered_task_instance_fields' directly. It gets cleaned up along with 'task_instance' ``` Interestingly, we don't appear to error check tables we pass in anyways, so straight up removing it might be an option too. cc @dstandish -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
