simple test DAG
This commit is contained in:
parent
32992c79e8
commit
2cb40d2276
|
@ -102,12 +102,12 @@ def skg_if_pipeline():
|
|||
verify=False)
|
||||
|
||||
unzip_to_s3("dump.zip", S3_BUCKET_NAME)
|
||||
bulk_load("datasource")
|
||||
bulk_load("grant")
|
||||
bulk_load("organization")
|
||||
bulk_load("datasources")
|
||||
bulk_load("grants")
|
||||
bulk_load("organizations")
|
||||
bulk_load("persons")
|
||||
bulk_load("research_product")
|
||||
bulk_load("topic")
|
||||
bulk_load("products")
|
||||
bulk_load("topics")
|
||||
bulk_load("venues")
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue