Skip to content

Commit fca52fe

Browse files
Merge pull request #209 from DomoApps/arun.raj/connectors-DOMO-482404-Amazon-Redshift-writeback
Add two new fields in details section
2 parents 1a91348 + 14d546f commit fca52fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

s/article/360043436893.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Once you have entered valid credentials, you can use the same account any time y
5454

5555
This pane contains a number of fields for specifying your data and indicating where it's going.
5656

57-
<table border="1" cellpadding="1" cellspacing="1" data-aura-rendered-by="33:195;a"><thead><tr><th colspan="1" rowspan="1"><p> Menu </p></th><th colspan="1" rowspan="1"><p> Description </p></th></tr></thead><tbody><tr><td colspan="1" rowspan="1"><p> DataSet ID </p></td><td colspan="1" rowspan="1"><p> Enter the DataSet ID (GUID) for the DataSet you want to copy to Redshift. You can find the ID by opening the details view for the DataSet in the Data Center and looking at the portion of the URL following <span class="mt-font-courier-new"> datasources/ </span>. For example, in the URL <span class="mt-font-courier-new"><span class="nowiki"><a href="https://mycompany.domo.com/datasources/845305d8-da3d-4107-a9d6-13ef3f86d4a4/details/overview" rel="noopener" target="_blank"> https://mycompany.domo.com/datasources/845305d8-da3d-4107-a9d6-13ef3f86d4a4/details/overview </a></span></span>, the DataSet ID is <span class="mt-font-courier-new"> 845305d8-da3d-4107-a9d6-13ef3f86d4a4. </span></p></td></tr><tr><td colspan="1" rowspan="1"><p> Table Name Source </p></td><td colspan="1" rowspan="1"><p> Select how you want to name the table where data will be copied. </p><ul><li><p><b> DataSet ID </b>. The table name will be the number you entered for <b> DataSet ID </b>. </p></li><li><p><b> DataSet Name </b>. The table name will be the same as that of the input DataSet. </p></li><li><p><b> Custom Name </b>. You will give the table a custom name in the <b> Custom Table Name </b> field. </p></li></ul></td></tr><tr><td colspan="1" rowspan="1"><p> Custom Table Name </p></td><td colspan="1" rowspan="1"><p> Enter the name of the table in your Redshift database where you want your DataSet data to be copied. </p></td></tr></tbody></table>
57+
<table border="1" cellpadding="1" cellspacing="1" data-aura-rendered-by="33:195;a"><thead><tr><th colspan="1" rowspan="1"><p> Menu </p></th><th colspan="1" rowspan="1"><p> Description </p></th></tr></thead><tbody><tr><td colspan="1" rowspan="1"><p> DataSet ID </p></td><td colspan="1" rowspan="1"><p> Enter the DataSet ID (GUID) for the DataSet you want to copy to Redshift. You can find the ID by opening the details view for the DataSet in the Data Center and looking at the portion of the URL following <span class="mt-font-courier-new"> datasources/ </span>. For example, in the URL <span class="mt-font-courier-new"><span class="nowiki"><a href="https://mycompany.domo.com/datasources/845305d8-da3d-4107-a9d6-13ef3f86d4a4/details/overview" rel="noopener" target="_blank"> https://mycompany.domo.com/datasources/845305d8-da3d-4107-a9d6-13ef3f86d4a4/details/overview </a></span></span>, the DataSet ID is <span class="mt-font-courier-new"> 845305d8-da3d-4107-a9d6-13ef3f86d4a4. </span></p></td></tr><tr><td colspan="1" rowspan="1"><p> Table Name Source </p></td><td colspan="1" rowspan="1"><p> Select how you want to name the table where data will be copied. </p><ul><li><p><b> DataSet ID </b>. The table name will be the number you entered for <b> DataSet ID </b>. </p></li><li><p><b> DataSet Name </b>. The table name will be the same as that of the input DataSet. </p></li><li><p><b> Custom Name </b>. You will give the table a custom name in the <b> Custom Table Name </b> field. </p></li></ul></td></tr><tr><td colspan="1" rowspan="1"><p> Custom Table Name </p></td><td colspan="1" rowspan="1"><p> Enter the name of the table in your Redshift database where you want your DataSet data to be copied. </p></td></tr><tr><td colspan="1" rowspan="1"><p> Schema Name </p></td><td colspan="1" rowspan="1"><p> Write dataset data to the selected schema. </p></td></tr><tr><td colspan="1" rowspan="1"><p> Operation Type </p></td><td colspan="1" rowspan="1"><p>Select an operation type to perform:</p> <table class='zebra-striped bordered'> <tbody> <tr> <th>Operation</th> <th>Description</th> </tr> <tr> <td>Create New Table</td> <td>Creates a new table for each execution. The table name uses the specified name followed by a numeric counter.</td> </tr> <tr> <td>Update an Existing Table</td> <td>Updates an existing table if the table name matches a table in Amazon Redshift. If no matching table exists, a new table is created on the first run.</td> </tr> </tbody> </table></td></tr><tr><td colspan="1" rowspan="1"><p> Append Or Overwrite </p></td><td colspan="1" rowspan="1"><p>Select how you want to update the database table:</p><table class='zebra-striped bordered'><tbody><tr> <th>Operation</th> <th>Description</th> </tr> <tr><td>Append Data</td><td>Appends the fetched data to the existing table.</td></tr><tr><td>Overwrite With New Data</td><td>Overwrites the existing data with newly fetched data to the existing table.</td></tr></tbody></table><p><Note>**Note:** If the table does not exist on the first run, a new table might be created. On subsequent runs, the table is updated based on the selected option.</Note></td></tr></tbody></table>
5858

5959
### Other Panes
6060

0 commit comments

Comments
 (0)