Skip to content
Snippets Groups Projects
Commit 5836a79e authored by edvs19's avatar edvs19
Browse files

teste

parent 2dd662ce
No related branches found
No related tags found
No related merge requests found
......@@ -47,12 +47,8 @@ repo_home = '/opt/airflow/dags/repo'
@dag
def teste(
params={
"input_file" : Param(type=str)
}
):
print(params.input_file)
def teste():
print("Hello world")
@dag
def run_tests():
......@@ -63,5 +59,5 @@ def run_tests():
)
dag2 = teste("parametro")
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