initial stage
This commit is contained in:
parent
2f5430d9c8
commit
d97972b85e
|
@ -55,7 +55,7 @@ def strip_prefix(s, p):
|
|||
start_date=pendulum.datetime(2021, 1, 1, tz="UTC"),
|
||||
catchup=False,
|
||||
default_args=default_args,
|
||||
tags=["example", "async", "s3"],
|
||||
tags=["lot1"],
|
||||
)
|
||||
def import_EOSC_graph():
|
||||
@task
|
||||
|
|
|
@ -52,7 +52,7 @@ def strip_prefix(s, p):
|
|||
start_date=pendulum.datetime(2021, 1, 1, tz="UTC"),
|
||||
catchup=False,
|
||||
default_args=default_args,
|
||||
tags=["example", "async", "s3"],
|
||||
tags=["lot1"],
|
||||
)
|
||||
def eosc_catalog_import():
|
||||
@task
|
||||
|
|
|
@ -55,7 +55,7 @@ def strip_prefix(s, p):
|
|||
start_date=pendulum.datetime(2021, 1, 1, tz="UTC"),
|
||||
catchup=False,
|
||||
default_args=default_args,
|
||||
tags=["example", "async", "s3"],
|
||||
tags=["lot1"],
|
||||
)
|
||||
def skg_if_pipeline():
|
||||
@task
|
||||
|
|
Loading…
Reference in New Issue