Skip to content
Snippets Groups Projects
Commit 1c922d63 authored by edvs19's avatar edvs19
Browse files

teste

parent 5836a79e
No related branches found
No related tags found
No related merge requests found
......@@ -50,14 +50,6 @@ repo_home = '/opt/airflow/dags/repo'
def teste():
print("Hello world")
@dag
def run_tests():
dgr = TriggerDagRunOperator(
trigger_dag_id="other_dag",
task_id="teste",
conf={"file_path": "{{ params.file_path }}"}
)
dag2 = teste()
# dag3 = run_tests()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment