Skip to content

Instantly share code, notes, and snippets.

@hiroyuki-sato
Last active March 15, 2021 00:58

Revisions

  1. hiroyuki-sato revised this gist Mar 15, 2021. 1 changed file with 1741 additions and 0 deletions.
    1,741 changes: 1,741 additions & 0 deletions embulk_log.txt
    1,741 additions, 0 deletions not shown because the diff is too large. Please use a local Git client to view these changes.
  2. hiroyuki-sato created this gist Mar 15, 2021.
    17 changes: 17 additions & 0 deletions embulk_test.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    #!/bin/sh

    for i in {20..27} ; do
    echo "******************************************************************"
    echo "*"
    echo "*"
    echo "* embulk v0.10.$i"
    echo "*"
    echo "*"
    echo "******************************************************************"

    for j in {1..5} ; do
    echo "%%%%% try: $j %%%%%"

    embulk-0.10.$i -X embulk_home=/Users/user/.embulk-dev/0.10.$i run example/conf.yml
    done
    done