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

upgrade to support dbt-core v1.4.0 #14

Closed
4 tasks
dataders opened this issue Feb 3, 2023 · 4 comments
Closed
4 tasks

upgrade to support dbt-core v1.4.0 #14

dataders opened this issue Feb 3, 2023 · 4 comments
Assignees

Comments

@dataders
Copy link
Collaborator

dataders commented Feb 3, 2023

Background

The latest version of dbt Core,dbt-core==1.4.0, was published on January 25, 2023 (PyPI | Github). In fact, a patch, dbt-core==1.4.1 (PyPI | Github), was also released on the same day.

How to upgrade

dbt-labs/dbt-core#6624 is an open discussion with more detailed information. If you have questions, please put them there! dbt-labs/dbt-core#6849 is for keeping track of the community's progress on releasing 1.4.0

The above linked guide has more information, but below is a high-level checklist of work that would enable a successful 1.4.0 release of your adapter.

  • support Python 3.11 (only if your adapter's dependencies allow)
  • Consolidate timestamp functions & macros
  • Replace deprecated exception functions
  • Add support for more tests

the next minor release: 1.5.0

FYI, dbt-core==1.5.0 is expected to be released at the end of April. Please plan on allocating a more effort to upgrade support compared to previous minor versions. Expect to hear more in the middle of April.

At a high-level expect much greater adapter test coverage (a very good thing!), and some likely heaving renaming and restructuring as the API-ification of dbt-core is now well underway. See https://github.com/dbt-labs/dbt-core/milestone/82 for more information.

@markporoshin
Copy link
Owner

Sure, I'm going to upgrade dbt-greenplum as soon as possible. Hope this week

@markporoshin markporoshin self-assigned this Feb 4, 2023
@JackWolverson
Copy link

Hi @markporoshin ive taken a look at this as the version of dbt core being slightly older stopped us from using dbt-utils and caused an issue with where dbt looks for profiles.yml ( only looks in current directory in 1.3+). for supporting 3.11 i think ive done. for the next two tasks i assume as this is mainly an extension of dbt-postgres they are done for free with upgrading the version of core/postgres adaptor. for the add support for more tests im not sure what would need adding or would this be the same as the others where they are done within the postgres adaptor ?

@JackWolverson
Copy link

@dataders @markporoshin I have opened a PR please let me know if anything else needs adding for the upgrade to core 1.4

@markporoshin
Copy link
Owner

@dataders @JackWolverson I've upload new version of dbt-greenplum on pypi
https://pypi.org/project/dbt-greenplum/1.4.0/

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

No branches or pull requests

3 participants