mik-laj commented on a change in pull request #7484: [AIRFLOW-6864][depends on
6863] Make airflow/jobs pylint compatible
URL: https://github.com/apache/airflow/pull/7484#discussion_r383026081
##########
File path: airflow/jobs/backfill_job.py
##########
@@ -49,7 +51,7 @@ class BackfillJob(BaseJob):
triggers a set of task instance runs, in the right order and lasts for
as long as it takes for the set of task instance to be completed.
"""
- ID_PREFIX = 'backfill_'
+ ID_PREFIX = DagRunType.BACKFILL_JOB
ID_FORMAT_PREFIX = ID_PREFIX + '{0}'
Review comment:
Do we need these constants? Maybe it would be better to use the DagRunType
directly?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services