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

breaking: Remove deprecated contrib redirections #2181

Merged
merged 1 commit into from
Aug 25, 2017

Conversation

Tarrasch
Copy link
Contributor

Description

After this commit the following imports will no longer work

import luigi.s3
import luigi.postgres

Instead use

import luigi.contrib.{s3,postgres}

This is a continution on #1997

Motivation and Context

This will make it clear that these modules should not be considered core luigi.

Have you tested this? If so, how?

I ran some tox-tests locally. But I mainly rely on Travis here.

After this commit the following imports will no longer work

    import luigi.s3
    import luigi.postgres

Instead use

    import luigi.contrib.{s3,postgres}

This is a continution on spotify#1997
@mention-bot
Copy link

@Tarrasch, thanks for your PR! By analyzing the history of the files in this pull request, we identified @steenzout, @erikbern and @freider to be potential reviewers.

Copy link
Collaborator

@dlstadther dlstadther left a comment

Choose a reason for hiding this comment

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

I think the merge of this PR should result in release 2.7. Thoughts?

@Tarrasch
Copy link
Contributor Author

I think the merge of this PR should result in release 2.7. Thoughts?

Sounds good to me. I guess people will be more careful upgrading to a minor bump. Plus we've had many other nice contributions since last release. :)

@dlstadther
Copy link
Collaborator

@Tarrasch Thoughts on when to merge this? (and release a new version)

@dlstadther
Copy link
Collaborator

@Tarrasch Following up here regarding merging this PR (and maybe a few other small ones) and releasing the next large Luigi Version. Thoughts?

@Tarrasch Tarrasch merged commit 781613e into spotify:master Aug 25, 2017
@Tarrasch Tarrasch deleted the remove_contrib_redirects branch August 25, 2017 12:13
@Tarrasch
Copy link
Contributor Author

@dlstadther totally agree, I've just been a bit lazy. Sorry about that. :)

saku added a commit to saku/luigi-td that referenced this pull request May 14, 2018
This was referenced Jun 29, 2022
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.

3 participants