MCPcopy Create free account
hub / github.com/comaps/comaps / make_rm_build_task

Function make_rm_build_task

tools/python/airmaps/instruments/utils.py:35–41  ·  view source on GitHub ↗
(dag)

Source from the content-addressed store, hash-verified

33
34
35def make_rm_build_task(dag):
36 return PythonOperator(
37 task_id="Rm_build_task",
38 provide_context=True,
39 python_callable=rm_build,
40 dag=dag,
41 )
42
43
44def run_generation_from_first_stage(

Callers 3

__init__Method · 0.90
build_coastline.pyFile · 0.90
update_planet.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected