simple test DAG
This commit is contained in:
parent
3406662572
commit
d9170a0d1a
|
@ -55,7 +55,7 @@ def strip_prefix(s, p):
|
||||||
default_args=default_args,
|
default_args=default_args,
|
||||||
tags=["s3"],
|
tags=["s3"],
|
||||||
)
|
)
|
||||||
def skg_if_pipeline():
|
def import_raw_graph():
|
||||||
|
|
||||||
@task
|
@task
|
||||||
def create_indexes():
|
def create_indexes():
|
||||||
|
|
Loading…
Reference in New Issue