Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wchen4 authored Sep 13, 2023
1 parent d1009fe commit 346e138
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scenarios/import_iterable_to_treasuredata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ This scenario shows how you can ingest data not supported by the Iterable connec
1. Update the destination database and table values in the `import_iterable_to_td.dig` file (`<database_name>` and `<table_name>`).

2. Upload the workflow with TD CLI.

```
$ td wf push import_iterable_to_td

```
3. Set the Iterable API Key and Treasure Data API Key as workflow secrets using the `td wf secrets` command.

```
# Set Iterable API Key workflow secret
$ td wf secrets --project import_iterable_to_td --set iterable.apikey=<iterable_api_key>
# Set Treasure Data API Key workflow secret
$ td wf secrets --project import_iterable_to_td --set td.apikey=<treasuredata_master_api_key>

```
Finally, you can trigger the session manually.

```
# Run
$ td wf start import_iterable_to_td import_iterable_to_td --session now

```
If you have any questions, contact to support@treasuredata.com.

0 comments on commit 346e138

Please sign in to comment.