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

Remove Provider Deprecations in Sqlite #44707

Merged

Conversation

jscheffl
Copy link
Contributor

@jscheffl jscheffl commented Dec 5, 2024

In Airflow 3 Dev Call we discussed and made a LAZY CONSENSUS to remove all deprecation's in providers prior 2.11 release in https://lists.apache.org/thread/lhy7zhz8yxo3jjpln0ds8ogszgb9b469.

This PR is for the provider Sqlite

Relates to #44559

@gopidesupavan
Copy link
Member

Can you please also update the docs? https://github.com/apache/airflow/blob/main/docs/apache-airflow-providers-sqlite/operators.rst?plain=1#L20

@jscheffl jscheffl force-pushed the feature/remove-provider-deprecations-sqlite branch from fcb0f35 to 71df393 Compare December 6, 2024 18:48
@jscheffl jscheffl requested a review from eladkal December 6, 2024 18:49
@jscheffl jscheffl added the full tests needed We need to run full set of tests for this PR to merge label Dec 6, 2024
@jscheffl jscheffl force-pushed the feature/remove-provider-deprecations-sqlite branch from 71df393 to 1bcc328 Compare December 6, 2024 21:31
@jscheffl jscheffl merged commit c73becd into apache:main Dec 7, 2024
97 checks passed
Comment on lines -32 to -33
@pytest.mark.backend("sqlite")
class TestSqliteOperator:
Copy link
Contributor

Choose a reason for hiding this comment

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

I wonder if we need to keep these tests?
How do we know SQLExecuteQueryOperator works with sqlite backend if we remove these?
Do we have this coverage elsewhere?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We have pytests for SQLExecuteQueryOperator and these tests are executed against all DBs we support. I did not check in detail but if you think DB tests are missing... we should add it there.

Copy link
Contributor

Choose a reason for hiding this comment

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

I will check this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:providers full tests needed We need to run full set of tests for this PR to merge provider:sqlite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants