question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add --no-commit and --no-run options

See original GitHub issue

I want to verify whether configuration is correct or not before actually running a transaction. Idea here is that:

  • --no-commit: Begin a transaction, and run the bulk import job. But don’t commit the transaction.
  • --no-run: Begin a transaction, but don’t run the bulk import job.

It should be used with --resume-path option.

Issue Analytics

  • State:open
  • Created 8 years ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
mugacommented, Jul 6, 2015

Good feature.

0reactions
frsyukicommented, Jul 21, 2015

--no-commit (starts transaction, runs bulkload, doesn’t commit) and --no-run (starts transaction, doesn’t run bulkload, doesn’t commit) are easy to implement. --dry-run (doesn’t start, doesn’t run bulk load, doesn’t commit) is not easy. So my idea for now is to add --no-commit and --no-run. I welcome further comments.

Read more comments on GitHub >

github_iconTop Results From Across the Web

run | Data Version Control - DVC
Open-source version control system for Data Science and Machine Learning projects. Git-like experience to organize your data, models, and experiments.
Read more >
Git commit with no commit message - Stack Overflow
On Windows this command git commit -a --allow-empty-message -m '' makes commit with commit message " '' ", so it is better to...
Read more >
Create the Archive File - IBM
Automatically add the Archive File to a specified Archive Collection. Create a duplicate Archive File. Limit the number of rows of data that...
Read more >
git-commit Documentation - Git
by using the -a switch with the commit command to automatically "add" ... The --dry-run option can be used to obtain a summary...
Read more >
Add -no-commit option to revert commits partially : IDEA-236806
You can revert the commit without creating a new one by adding the '--no-commit' option. This leaves all the reverted files in the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found