Skip to content
Snippets Groups Projects
Commit 9d64b6fe authored by edvs19's avatar edvs19
Browse files

teste

parent ed3a0461
No related branches found
No related tags found
No related merge requests found
......@@ -19,10 +19,9 @@ with DAG(
"input_file": Param("invalid_file.jsonl", type="string"),
},
) as dag1:
dag1.log.info(f"Input file { dag1.params["input_file"] }")
file = dag1.params["input_file"]
dag1.log.info(f"Input file { file }")
task_spark = SparkSubmitOperator(
task_id="landing_to_bronze",
......
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