-
Notifications
You must be signed in to change notification settings - Fork 36
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
release 1.4.6 #395
Merged
Merged
release 1.4.6 #395
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… and master (#280) * Change github actions pipelines. * Change pipeline logic.
* New step on pipelie. * Some adjusts.
* Add new make command to change version. * Change command order. * Change desc and variable name. * Change command name.
…284) * changed timestamp resolution * fix import * simple refactor Co-authored-by: Henrique Camargo <[email protected]>
* Change trigger to publish dev pipeline. * Some fix.
* Update workflow doc. * Update README * Add pre-release. * Fix typo.
…ected feature sets (#278) * Add interval branch modifications. * Add interval_runs notebook. * Add tests. * Apply style (black, flack8 and mypy). * Fix tests. * Change version to create package dev.
* add apply migration method * add test apply migration * add migrate actor with tests * mypy compliant * fix test interaction with mocked object * Rebase and some adjusts. Co-authored-by: Mayara Moromisato <[email protected]>
* Apply create_partitions to historical validate. * Remove comments and adjusts.
* Fix key path * bump version Co-authored-by: AlvaroMarquesAndrade <1a789766b1c4c8b679e80f11fa6d63d42fa4bcdf>
* Apply tracking logs and logging config. * Adjusts in CLI and logging.conf. * Some adjusts. * Change version to generate new dev package * Fix version. * Apply style. * Add new assert in the migrate unit test.
* Change logging config. * Some adjusts. * Remove a code smell.
* Change tracking logs method. * Change version to generate dev package. * Change path name in S3
* modify cassandra client to be region aware * add option for the user to set read and write consistency levels on cassandra config * add tests * use env vars instead * Update butterfree/configs/db/cassandra_config.py Co-authored-by: Rodrigo Martins de Oliveira <[email protected]> * Update butterfree/configs/db/cassandra_config.py Co-authored-by: Rodrigo Martins de Oliveira <[email protected]> Co-authored-by: Rodrigo Martins de Oliveira <[email protected]>
* add local dc property * update version
* feat: delta
* fix: dedup code
* fix: performance adjustments, migrate
…385) * feat(mlop-2454): add protection to wrong host values and unit tests * trigger * fix(mlop-2454): using sonar cloud compilant * chore(mlop-2454): apply fmt * feat(mlop-2454): update exclude list * docs(mlops-2456): update docstring * feat(mlops-2456): add exclude to flake8 * chore(mlops-2456): rolling back test
* fix: rollback repartition
This reverts commit b802f69.
This reverts commit a11a699.
This reverts commit 7f65873.
This reverts commit 52d4911.
This reverts commit 11cc5d5.
## Why? 📖 We should let the users handle logging configurations to avoid unwanted side effects. ## What? 🔧 - removing the `butterfree.configs.logger` module - replacing `__logger` references to `logging.getLogger(__name__)` ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes an issue)
# What We are reverting the `staging` and `master` branches to the codebase of `1.4.0` version. Currently this is the stable and tested one ## Changes reverted - **Revert "fix: move incremental filter (#388)"** - **Revert "fix: rollback repartition (#386)"** - **Revert "chore: level (#382)"** - **Revert "fix: performance adjustments, migrate (#378)"** - **Revert "fix: performance improvements (#374)"** ## Changes maintained - #385 - #376 ## What's next We'll add in the next PR's (and releases) the new features
michellyrds
force-pushed
the
release/1.4.6
branch
from
January 6, 2025 20:06
b7b566f
to
38509be
Compare
Quality Gate passedIssues Measures |
lecardozo
approved these changes
Jan 7, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1.4.6
Fixed