Skip to content
New issue

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

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

Already on GitHub? # to your account

use echo_queries from mara_db.config.default_echo_queries #58

Merged
merged 1 commit into from Jan 23, 2021
Merged

use echo_queries from mara_db.config.default_echo_queries #58

merged 1 commit into from Jan 23, 2021

Conversation

ghost
Copy link

@ghost ghost commented Nov 10, 2020

Since mara_db version 4.7.1 the echo_queries parameter is by default taken from mara_db.config.default_echo_queries when it is None.

The config is by default set to True, so, we can safely remove all echo_queries=True calls in mara_pipeline.
With this PR the mara_db.config.default_echo_queries config will apply to mara_pipeline as well.

Since mara_db version 4.7.1 the echo_queries parameter is taken from mara_db.config.default_echo_queries when it is None. Since the config is by
default set to True, we can safely remove all echo_queries=True calls in mara_pipeline.
With this PR the mara_db.config.default_echo_queries config will apply to mara_pipeline as well.
@ghost
Copy link
Author

ghost commented Dec 9, 2020

@gathineou you merged already the PR in mara-db related to this, could you merge that here as well?
The main purpose for this is to reduce the log size of my Jenkins job. Before I had 2 MB logs per execution, after applying this PR it is just 460 KB

@martin-loetzsch martin-loetzsch merged commit d0a7fc2 into mara:master Jan 23, 2021
martin-loetzsch added a commit that referenced this pull request Mar 8, 2021
- Fix CopyIncrementally with no data (#54)
- Add ability to specify modification value type in CopyIncrementally (#53)	66e7dc1	Jan Katins <jan.katins@zenjob.com>	4. Mar 2021 at 22:06
- Fix read stderr during command execution (#47)
- Use echo_queries from mara_db.config.default_echo_queries (#58)
- Include all versioned package files in wheel
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants