Skip to content

Commit

Permalink
Merge pull request treasure-data#1627 from kumo203/fix-td-operator-do…
Browse files Browse the repository at this point in the history
…c-sample-code

Modify wrong sample
  • Loading branch information
szyn committed Aug 17, 2021
2 parents 3628370 + 8fb425c commit 0c6e58a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions digdag-docs/src/operators/td.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

+simple_query_expanded:
td>:
data: "SELECT '${session_id}' FROM nasdaq"
query: "SELECT '${session_id}' FROM nasdaq"

+simple_query_nonexpanded:
td>:
query: "SELECT * FROM nasdaq"
data: "SELECT * FROM nasdaq"

+create_new_table_using_result_of_select:
td>: queries/select_sql.sql
Expand Down

0 comments on commit 0c6e58a

Please sign in to comment.