initial stage

This commit is contained in:
Giambattista Bloisi 2024-03-22 14:09:36 +01:00
parent 2f5430d9c8
commit d97972b85e
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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