Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display progress #19

Merged
merged 3 commits into from
Jun 3, 2015
Merged

Display progress #19

merged 3 commits into from
Jun 3, 2015

Conversation

uu59
Copy link
Contributor

@uu59 uu59 commented Jun 3, 2015

Fix #16
Display as below:

$ embulk run foo.yml
2015-06-03 16:11:26.513 +0900: Embulk v0.6.9
2015-06-03 16:11:30.896 +0900 [INFO] (transaction): {done:  0 / 1, running: 0}
2015-06-03 16:11:30.953 +0900 [INFO] (task-0000): Writing local file './sample.000.00.csv'
2015-06-03 16:11:32.840 +0900 [DEBUG] Fetching 1 / 1 page
2015-06-03 16:11:44.502 +0900 [INFO] (transaction): {done:  1 / 1, running: 0}
2015-06-03 16:11:44.527 +0900 [INFO] (main): Committed.
2015-06-03 16:11:44.527 +0900 [INFO] (main): Next config diff: {"in":{},"out":{}}

@yoshihara
Copy link
Contributor

LGTM

uu59 added a commit that referenced this pull request Jun 3, 2015
@uu59 uu59 merged commit 481e2ed into master Jun 3, 2015
@uu59 uu59 deleted the display_progress branch June 3, 2015 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Show progress of record adding in run command
2 participants