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).
==== UC4: How to fetch and process notices using a query?
503
+
=== UC4: How to fetch and process notices using a query?
475
504
476
505
As a user I want to fetch and process notices published by specific
477
506
filters that are available from the TED API so that they are published
@@ -533,10 +562,7 @@ The backlog is divided in five categories as follows:
533
562
534
563
==== UC5.a Deal with notices that couldn't be normalised
535
564
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.
565
+
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
566
541
567
[arabic]
542
568
. Enable the reprocess_unnormalised_notices_from_backlog DAG
==== UC5.b: Deal with notices that couldn't be transformed
552
578
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.
579
+
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
580
558
581
[arabic]
559
582
. Enable the reprocess_untransformed_notices_from_backlog DAG
==== UC5.c: Deal with notices that couldn’t be validated
568
591
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.
592
+
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
593
574
594
[arabic]
575
595
. Enable the reprocess_unvalidated_notices_from_backlog DAG
==== UC5.d: Deal with notices that couldn't be published
604
+
==== UC5.d: Deal with notices that couldn't be packages
585
605
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.
606
+
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
607
591
608
[arabic]
592
609
. Enable the reprocess_unpackaged_notices_from_backlog DAG
==== UC5.e: Deal with notices that couldn't be published
602
619
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.
620
+
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
621
608
622
[arabic]
609
623
. Enable the reprocess_unpublished_notices_from_backlog DAG
0 commit comments