Skip to content

Commit

Permalink
Changed name for tester
Browse files Browse the repository at this point in the history
  • Loading branch information
Zav committed Feb 14, 2020
1 parent 5a22885 commit cccdf70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ from [lib_path].kubernetes_legacy_job_operator import KubernetesLegacyJobOperato
from airflow.utils.dates import days_ago

default_args = {"owner": "tester", "start_date": days_ago(2), "retries": 0}
dag = DAG("bjo", default_args=default_args, description="Test base job operator", schedule_interval=None)
dag = DAG("job-tester", default_args=default_args, description="Test base job operator", schedule_interval=None)

job_yaml=... # loaded from file.

Expand Down

0 comments on commit cccdf70

Please sign in to comment.