File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -221,6 +221,7 @@ If using vault authentication, make sure the token file is available in the cont
221221docker run --rm -v $(pwd):/data dbpedia/databus-python-client download https://databus.dbpedia.org/dbpedia-enterprise/live-fusion-snapshots/fusion/2025-08-23/fusion_props=all_subjectns=commons-wikimedia-org_vocab=all.ttl.gz --token vault-token.dat
222222```
223223
224+
224225### Upload-and-deploy command
225226```
226227databusclient upload-and-deploy --help
@@ -273,7 +274,7 @@ databusclient upload-and-deploy \
273274```
274275
275276
276- ### deploy command with metadata
277+ ### deploy- with- metadata command
277278```
278279databusclient deploy-with-metadata --help
279280```
@@ -310,12 +311,10 @@ databusclient deploy-with-metadata \
310311 --description " This dataset was uploaded for testing the Nextcloud → Databus deployment pipeline." \
311312 --license https://dalicc.net/licenselibrary/Apache-2.0 \
312313 --apikey " API-KEY"
313-
314314```
315315
316316
317317## Module Usage
318-
319318### Step 1: Create lists of distributions for the dataset
320319
321320``` python
You can’t perform that action at this time.
0 commit comments