Skip to content

Commit b8417b6

Browse files
committed
remove hard-coded synapse id
1 parent bfffe5f commit b8417b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dags/synapse_minimal_jsonld_dag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
1515
The workflow for making datasets discoverable to Google:
1616
1. This DAG generates minimal JSON-LD files and uploads them to a publicly accessible S3 bucket
17-
2. This DAG stores the S3 URLs in a Synapse table (syn72041138)
17+
2. This DAG stores the S3 URLs in a Synapse table
1818
3. When a Synapse dataset webpage is opened in the portal, the Synapse Web Client queries this table
1919
4. If a croissant file link exists for that dataset, the Synapse Web Client injects it into the HTML of the page
2020
5. Google crawler reads the JSON-LD from the HTML and indexes the dataset for Google Datasets search

0 commit comments

Comments
 (0)