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

🐛 Changed dbt packages in requirements.txt #855

Merged
merged 3 commits into from
Mar 26, 2024
Merged

🐛 Changed dbt packages in requirements.txt #855

merged 3 commits into from
Mar 26, 2024

Conversation

adrian-wojcik
Copy link
Contributor

Summary

The PR containing changes in requirements.txt file. Dbt-sqlserver were upgraded to djagoda's fork in order to fix bug in dbt.

Importance

It is important because without it some of the Transform&Catalog flows will be failing on Prefect due to bug in current version of dbt-sqlserver. Linked issue: #854

Checklist

This PR:

  • [X ] follows the guidelines laid out in CONTRIBUTING.md
  • [X ] links relevant issue(s)
  • [] adds/updates tests (if appropriate)
  • [] adds/updates docstrings (if appropriate)
  • [X ] adds an entry in CHANGELOG.md

Copy link
Contributor

@Rafalz13 Rafalz13 left a comment

Choose a reason for hiding this comment

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

Added comments

CHANGELOG.md Outdated Show resolved Hide resolved
requirements.txt Show resolved Hide resolved
CHANGELOG.md Outdated
@@ -8,9 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

### Fixed
- Changed requirements.txt to level up version of dbt-sqlserver in order to fix bug with `MAXRECURSION` error in dbt_run
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
- Changed requirements.txt to level up version of dbt-sqlserver in order to fix bug with `MAXRECURSION` error in dbt_run
- Changed `requirements.tx`t to level up version of `dbt-sqlserver` in order to fix bug with `MAXRECURSION` error in dbt_run.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

CHANGELOG.md Outdated

### Changed

### Removed
- Removed dbt-core==1.3.2 from requirements.txt
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
- Removed dbt-core==1.3.2 from requirements.txt
- Removed `dbt-core==1.3.2` from `requirements.txt`.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@Rafalz13 Rafalz13 merged commit bce1835 into dyvenia:dev Mar 26, 2024
3 checks passed
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.

2 participants