You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
. *load_mapping_suite_in_database* - this DAG performs the loading of a
141
-
mapping suite or all mapping suites from a branch on GitHub, with the
142
-
mapping suite the test data from it can also be loaded, if the test data
141
+
=== load_mapping_suite_in_database
142
+
143
+
This DAG performs the loading of a mapping suite or all mapping suites from a branch on GitHub, with the mapping suite the test data from it can also be loaded, if the test data
143
144
is loaded the notice_processing_pipeline DAG will be triggered.
144
145
145
146
@@ -163,10 +164,8 @@ suites on that branch or tag)
. *fetch_notices_by_query -* this DAG fetches notices from TED by using a
168
-
query and, depending on an additional parameter, triggers the
169
-
notice_processing_pipeline DAG in full or partial mode (execution of
167
+
=== fetch_notices_by_query
168
+
This DAG fetches notices from TED by using a query and, depending on an additional parameter, triggers the notice_processing_pipeline DAG in full or partial mode (execution of
. *fetch_notices_by_date -* this DAG fetches notices from TED for a day
185
-
and, depending on an additional parameter, triggers the
186
-
notice_processing_pipeline DAG in full or partial mode (execution of
187
-
only one step).
182
+
=== fetch_notices_by_date
183
+
184
+
This DAG fetches notices from TED for a day and, depending on an additional parameter, triggers the notice_processing_pipeline DAG in full or partial mode (execution of only one step).
As a user I want to reprocess notices that are in the backlog so that
518
547
they are published in Cellar and available to the public in RDF format.
519
548
520
-
Notices that have failed running a complete and successful
521
-
notice_processing_pipeline run will be added to the backlog by using
522
-
different statuses that will be added to these notices. The status of a
523
-
notice will be automatically determined by the system. The backlog could
549
+
Notices that have failed running a complete and successful notice_processing_pipeline run will be added to the backlog by using different statuses that will be added to these notices. The status of a notice will be automatically determined by the system. The backlog could
524
550
have multiple notices in different statuses.
525
551
526
552
The backlog is divided in five categories as follows:
@@ -533,10 +559,7 @@ The backlog is divided in five categories as follows:
533
559
534
560
==== UC5.a Deal with notices that couldn't be normalised
535
561
536
-
In the case that the backlog contains notices that couldn’t be
537
-
normalised at some point and will want to try to reprocess those notices
538
-
just run the *reprocess_unnormalised_notices_from_backlog* DAG following
539
-
the instructions below.
562
+
In the case that the backlog contains notices that couldn’t be normalised at some point and will want to try to reprocess those notices just run the *reprocess_unnormalised_notices_from_backlog* DAG following the instructions below.
540
563
541
564
[arabic]
542
565
. Enable the reprocess_unnormalised_notices_from_backlog DAG
==== UC5.b: Deal with notices that couldn't be transformed
552
575
553
-
In the case that the backlog contains notices that couldn’t be
554
-
transformed at some point and will want to try to reprocess those
555
-
notices just run the *reprocess_untransformed_notices_from_backlog* DAG
556
-
following the instructions below.
576
+
In the case that the backlog contains notices that couldn’t be transformed at some point and will want to try to reprocess those notices just run the *reprocess_untransformed_notices_from_backlog* DAG following the instructions below.
557
577
558
578
[arabic]
559
579
. Enable the reprocess_untransformed_notices_from_backlog DAG
==== UC5.c: Deal with notices that couldn’t be validated
568
588
569
-
In the case that the backlog contains notices that couldn’t be
570
-
normalised at some point and will want to try to reprocess those notices
571
-
just run the *reprocess_unvalidated_notices_from_backlog* DAG following
572
-
the instructions below.
589
+
In the case that the backlog contains notices that couldn’t be validated at some point and will want to try to reprocess those notices just run the *reprocess_unvalidated_notices_from_backlog* DAG following the instructions below.
573
590
574
591
[arabic]
575
592
. Enable the reprocess_unvalidated_notices_from_backlog DAG
==== UC5.d: Deal with notices that couldn't be published
601
+
==== UC5.d: Deal with notices that couldn't be packages
585
602
586
-
In the case that the backlog contains notices that couldn’t be
587
-
normalised at some point and will want to try to reprocess those notices
588
-
just run the *reprocess_unpackaged_notices_from_backlog* DAG following
589
-
the instructions below.
603
+
In the case that the backlog contains notices that could not be packaged at some point and will want to try to reprocess those notices just run the *reprocess_unpackaged_notices_from_backlog* DAG following the instructions below.
590
604
591
605
[arabic]
592
606
. Enable the reprocess_unpackaged_notices_from_backlog DAG
==== UC5.e: Deal with notices that couldn't be published
602
616
603
-
In the case that the backlog contains notices that couldn’t be
604
-
normalised at some point and will want to try to reprocess those notices
605
-
just run the *reprocess_unpublished_notices_from_backlog* DAG following
606
-
the instructions below.
617
+
In the case that the backlog contains notices that couldn’t be published at some point and will want to try to reprocess those notices just run the *reprocess_unpublished_notices_from_backlog* DAG following the instructions below.
607
618
608
619
[arabic]
609
620
. Enable the reprocess_unpublished_notices_from_backlog DAG
=== UC6: How to re-transform notices that have been successfully published and publicly available ?
630
+
631
+
As a user I want to re-transform notices that have been successfully published and publicly available so that new versions of the RDF notices are published in Cellar and available to the public in RDF format.
632
+
633
+
This use cases is appropriate only when a new version of the Mapping suite has been loaded into the TED-SWS system. Otherwise, the output of the re-transformation will be the same as before.
634
+
635
+
636
+
[arabic]
637
+
. Enable the *reprocess_published_in_cellar_notices* DAG
0 commit comments