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

ci: Bump meltano from 3.6.0b4 to 3.6.0 in /.github/workflows in the ci group #324

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps the ci group in /.github/workflows with 1 update: meltano.

Updates meltano from 3.6.0b4 to 3.6.0

Release notes

Sourced from meltano's releases.

v3.6.0 (2024-12-09)

Highlights

  • The default value of elt.buffer_size was bumped from 10 MiB to 100 MiB. This should reduce the number of broken pipelines you may encounter when taps emit hefty records.
  • Logs emitted with the meltano.core.logging.json_log_formatter now include an exceptions key containing a structured array of exception objects to aid in log parsing and debugging.
  • Mappings are now correctly auto-installed.
  • Python 3.8 (EOL 2024/10) is no longer supported.
  • Python 3.13 is now supported.

✨ New

  • #8944 Suggest verifying stream selection after meltano config ... test fails
  • #8917 Bumped the default elt.buffer_size to 100 MiB
  • #8913 Include the Python version and machine type in system debug log message
  • #8894 Fields marked as unsupported in the catalog are now marked as such in the output of meltano select --list --all
  • #8889 The args attribute of plugin commands is now optional
  • #8786 Added an --all flag to meltano state clear to delete all state IDs -- Thanks @​fauzxan!
  • #8735 Add Content-Type to S3 state file uploads
  • #8844 Support an environment variable for the --full-refresh flag -- Thanks @​MutuT2!
  • #8618 Python 3.13 is now supported
  • #8737 Added exceptions to the log message when using the JSON formatter
  • #8626 Added a --run-id option to meltano el[t]
  • #8494 Added a callsite_parameters argument to the builtin log formatters, which adds source path, line number and function name fields to the emitted log

🐛 Fixes

  • #8949 Add newline at the end of plugin lock files
  • #8914 Ask for confirmation in meltano config ... reset
  • #8869 Adding User friendly loader error when the loader is missing from the Meltano run. -- Thanks @​NishitSingh2023!
  • #8852 Using the --force flag of meltano install no longer causes plugin installation to crash when using the uv venv backend
  • #8828 Show the correct value in the "Current value is still" warning for meltano config set -- Thanks @​ReubenFrankel!
  • #8815 A mapper is now auto-installed when one of its mappings is used in a command -- Thanks @​ReubenFrankel!

⚙️ Under the Hood

  • #8851 Decoupled the JobState ORM model of the system db from state store implementations
  • #8898 Use importlib.resources to read package files and use importlib.metadata to detect "editable" installations (via PEP 610)
  • #8830 Dropped support for EOL Python 3.8

📚 Documentation Improvements

  • #8950 Document Git requirement and add uv section
  • #8937 Use tabs for code blocks with OS-specific instructions in Getting Started guide
  • #8934 Document a logging example to log at DEBUG level but excluding extractor/loader stdout
  • #8909 Update part1.mdx
  • #8829 Update Azure state backend connection documentation for DefaultAzureCredential -- Thanks @​acarter24!

... (truncated)

Changelog

Sourced from meltano's changelog.

v3.6.0 (2024-12-09)

✨ New

  • #8944 Suggest verifying stream selection after meltano config ... test fails
  • #8917 Bumped the default elt.buffer_size to 100 MiB
  • #8913 Include the Python version and machine type in system debug log message
  • #8894 Fields marked as unsupported in the catalog are now marked as such in the output of meltano select --list --all
  • #8889 The args attribute of plugin commands is now optional
  • #8786 Added an --all flag to meltano state clear to delete all state IDs -- Thanks @​fauzxan!
  • #8735 Add Content-Type to S3 state file uploads
  • #8844 Support an environment variable for the --full-refresh flag -- Thanks @​MutuT2!
  • #8618 Python 3.13 is now supported
  • #8737 Added exceptions to the log message when using the JSON formatter
  • #8626 Added a --run-id option to meltano el[t]
  • #8494 Added a callsite_parameters argument to the builtin log formatters, which adds source path, line number and function name fields to the emitted log

🐛 Fixes

  • #8949 Add newline at the end of plugin lock files
  • #8914 Ask for confirmation in meltano config ... reset
  • #8869 Adding User friendly loader error when the loader is missing from the Meltano run. -- Thanks @​NishitSingh2023!
  • #8852 Using the --force flag of meltano install no longer causes plugin installation to crash when using the uv venv backend
  • #8828 Show the correct value in the "Current value is still" warning for meltano config set -- Thanks @​ReubenFrankel!
  • #8815 A mapper is now auto-installed when one of its mappings is used in a command -- Thanks @​ReubenFrankel!

⚙️ Under the Hood

  • #8851 Decoupled the JobState ORM model of the system db from state store implementations
  • #8898 Use importlib.resources to read package files and use importlib.metadata to detect "editable" installations (via PEP 610)
  • #8830 Dropped support for EOL Python 3.8

📚 Documentation Improvements

  • #8950 Document Git requirement and add uv section
  • #8937 Use tabs for code blocks with OS-specific instructions in Getting Started guide
  • #8934 Document a logging example to log at DEBUG level but excluding extractor/loader stdout
  • #8909 Update part1.mdx
  • #8829 Update Azure state backend connection documentation for DefaultAzureCredential -- Thanks @​acarter24!
  • #8809 Bumped Docusaurus to 3.1, fixed broken links and started printing warnings on broken anchors
  • #8752 Added 2024-Q3 changelog
  • #8808 Fixed broken anchor links in settings page

📦 Packaging changes

  • #8956 Bump the runtime-dependencies group with 3 updates
  • #8947 Bump the runtime-dependencies group with 3 updates
  • #8943 Bump the runtime-dependencies group with 2 updates
  • #8931 Bump the runtime-dependencies group with 6 updates
  • #8907 Bump the runtime-dependencies group with 4 updates

... (truncated)

Commits
  • 1d0c978 chore: Release v3.6.0 (#8952)
  • 2376655 docs: Document Git requirement and add uv section (#8950)
  • 635adf5 chore(deps-dev): Bump the development-dependencies group with 4 updates (#8954)
  • e877854 packaging(deps): Bump the runtime-dependencies group with 3 updates (#8956)
  • a9c672a chore(deps): Bump path-to-regexp and express in /docs (#8959)
  • d4a8a5c chore(deps-dev): Bump the development-dependencies group in /docs with 4 upda...
  • 7179c96 ci: Bump the actions group with 2 updates (#8955)
  • 4d43848 ci: Bump poetry from 1.8.4 to 1.8.5 in /.github/workflows in the default grou...
  • 8d4ca34 fix: Add newline at the end of plugin lock files (#8949)
  • 6befccc chore: pre-commit autoupdate (#8948)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the ci group in /.github/workflows with 1 update: [meltano](https://github.com/meltano/meltano).


Updates `meltano` from 3.6.0b4 to 3.6.0
- [Release notes](https://github.com/meltano/meltano/releases)
- [Changelog](https://github.com/meltano/meltano/blob/main/CHANGELOG.md)
- [Commits](meltano/meltano@v3.6.0b4...v3.6.0)

---
updated-dependencies:
- dependency-name: meltano
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ci
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pip dependencies label Dec 9, 2024
@dependabot dependabot bot requested a review from edgarrmondragon December 9, 2024 19:35
Copy link

sonarqubecloud bot commented Dec 9, 2024

Copy link
Member

@edgarrmondragon edgarrmondragon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@edgarrmondragon edgarrmondragon added this pull request to the merge queue Dec 9, 2024
Merged via the queue into main with commit c566173 Dec 9, 2024
14 checks passed
@edgarrmondragon edgarrmondragon deleted the dependabot/pip/dot-github/workflows/ci-0e7a7af0eb branch December 9, 2024 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pip dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant