File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -2,18 +2,21 @@ flowchart TB
2
2
%% Node definitions
3
3
gd [( "`<b>Source Data</b>
4
4
Google Drive :
5
- calcofi /data /{dataset }/*.csv `")]
5
+ calcofi /data /{provider }/{ dataset }/*.csv `")]
6
6
iw [ "<b>Ingest Workflow</b>
7
- workflows : ingest_ { dataset} .qmd "]
7
+ workflows : ingest_ { provider } _ { dataset} .qmd "]
8
8
dd [ "<b>Data Definitions</b>
9
- workflows : /ingest /{dataset }/:
9
+ workflows : /ingest /{provider }/{ dataset }/:
10
10
<ul >
11
11
<li>tbls_redefine.csv</li>
12
12
<li > flds_redefine.csv</li>
13
13
</ul > " ]
14
14
db[("<b>Database</b>")]
15
- api [ " <b>API Endpoint</b>\n/db_tables\n/db_columns" ]
16
- catalog [ " <b>R Function</b>\ncalcofi4r::cc_db_catalog()" ]
15
+ api [ "<b>API Endpoint</b>
16
+ /db_tables
17
+ /db_columns "]
18
+ catalog [ "<b>R Function</b>
19
+ calcofi4r ::cc_db_catalog ( ) "]
17
20
eml [ "<b>Publish Workflow</b>
18
21
workflows : publish_ { dataset} _ { portal} .qmd
19
22
with {portal }s :
You can’t perform that action at this time.
0 commit comments