Skip to content

Commit

Permalink
Update description of what to do
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanLeRoy committed Jul 25, 2024
1 parent 5e5a853 commit 9368bd2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions packages/core/components/DataSourcePrompt/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,11 @@ export default function DataSourcePrompt(props: Props) {
</ul>
<li className={styles.details}>
Optionally, supply an additional metadata source file to add more
information about the data source. This file should have a column
containing each column you want to provide additional information about.
Each row following the first, which should contain the column names,
should contain a description of the column.
information about the data source. This file should have a header row
column named &quot;Column Name&quot; and another column named
&quote;Description&quot; and a row with the details for each filled in
for any columns present in the actual data source you would like to
describe.
</li>
<ul className={styles.detailList}></ul>
<li
Expand Down

0 comments on commit 9368bd2

Please sign in to comment.