Miretpl commented on code in PR #70639:
URL: https://github.com/apache/airflow/pull/70639#discussion_r3847249476
##########
providers/celery/src/airflow/providers/celery/get_provider_info.py:
##########
@@ -133,6 +134,13 @@ def get_provider_info():
"example":
"db+postgresql+psycopg://postgres:airflow@postgres/airflow",
"default": None,
},
+ "result_backend_schema": {
+ "description": "The database schema that the Celery
result backend tables (``celery_taskmeta``,\n``celery_tasksetmeta``) live in,
when they are provisioned into a schema other than\nthe one used by
``sql_alchemy_conn``. When set, ``airflow db clean`` (and the\narchived-table
export/drop commands) operate on these tables in this schema instead\nof
silently skipping them.\n",
+ "version_added": None,
Review Comment:
Could we specify `version_added` here?
--
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]