Skip to content

Commit

Permalink
clarified xml/yml snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
martinwolst committed Jan 19, 2024
1 parent c53e1fd commit 4a9022d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions topics/admin/faqs/data-source-with-pulsar.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ contributors: [martinwolst]

Data source tools such as UCSC Main will fail if Pulsar is the default destination.

To fix this issue you can force individual tools to run on a specific destination or handler by adding to your job_conf file like:
To fix this issue you can force individual tools to run on a specific destination or handler by adding to your job_conf file:

XML
For job_conf.xml
```xml
<tools>
<tool id="ucsc_table_direct1" destination="my-local" />
</tools>
```
YML
For job_conf.yml
```yml
tools:
- id: ucsc_table_direct1
Expand Down

0 comments on commit 4a9022d

Please sign in to comment.