mik-laj commented on a change in pull request #7878: Load all job models at once
URL: https://github.com/apache/airflow/pull/7878#discussion_r398395471
 
 

 ##########
 File path: airflow/jobs/__init__.py
 ##########
 @@ -16,3 +16,7 @@
 # specific language governing permissions and limitations
 # under the License.
 #
+import airflow.jobs.backfill_job  # noqa
+import airflow.jobs.base_job  # noqa
+import airflow.jobs.local_task_job  # noqa
+import airflow.jobs.scheduler_job  # noqa
 
 Review comment:
   I prefer to keep ignore close to where the problem is. Nobody looks into the 
configuration file. Ignoring files in the configuration file is helpful if you 
have generated or similar files. Then you do not want to modify the file 
because ... the file is generated, so its modification is difficult. WDYT?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to