Skip to content

Add Common Data Quality provider skeleton#69795

Merged
gopidesupavan merged 5 commits into
apache:mainfrom
gopidesupavan:dq-skelton
Jul 13, 2026
Merged

Add Common Data Quality provider skeleton#69795
gopidesupavan merged 5 commits into
apache:mainfrom
gopidesupavan:dq-skelton

Conversation

@gopidesupavan

Copy link
Copy Markdown
Member

Adds the initial skeleton for the apache-airflow-providers-common-dataquality provider.

This PR only introduces the provider package structure and repository wiring. It does not add data quality operators, hooks, rules, UI, or runtime behavior yet. The goal is to land the provider skeleton first so follow-up PRs can add functionality in smaller reviewable steps.


Was generative AI tooling used to co-author this PR?
  • Yes (please specify the tool below)

  • Read the Pull Request Guidelines for more information. Note: commit author/co-author name and email in commits become permanently public when merged.
  • For fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
  • When adding dependency, check compliance with the ASF 3rd Party License Policy.
  • For significant user-facing changes create newsfragment: {pr_number}.significant.rst, in airflow-core/newsfragments. You can add this file in a follow-up commit after the PR is created so you know the PR number.

Comment thread providers/common/dataquality/.gitignore Outdated
Comment thread providers/common/dataquality/.gitignore Outdated

@Lee-W Lee-W left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Are we expected to have something really basic, or is it okay to keep it mostly empty for the first phase?

@gopidesupavan

gopidesupavan commented Jul 13, 2026

Copy link
Copy Markdown
Member Author

Are we expected to have something really basic, or is it okay to keep it mostly empty for the first phase?

yeah the reason is provider with functionality is getting more changes into single PR and it feels heavy .. have here with functionality #69575. after the skelton merge will rebase immediately. so would like to merge provider skelton first :)

Comment thread airflow-core/tests/unit/always/test_project_structure.py Outdated
Comment thread .github/boring-cyborg.yml Outdated
Comment thread providers/common/dataquality/docs/commits.rst Outdated
@gopidesupavan gopidesupavan merged commit 2e511e6 into apache:main Jul 13, 2026
283 checks passed
@gopidesupavan gopidesupavan deleted the dq-skelton branch July 13, 2026 22:37
@github-actions

Copy link
Copy Markdown
Contributor

Backport failed to create: v3-3-test. View the failure log Run details

Note: As of Merging PRs targeted for Airflow 3.X
the committer who merges the PR is responsible for backporting the PRs that are bug fixes (generally speaking) to the maintenance branches.

In matter of doubt please ask in #release-management Slack channel.

Status Branch Result
v3-3-test Commit Link

You can attempt to backport this manually by running:

cherry_picker 2e511e6 v3-3-test

This should apply the commit to the v3-3-test branch and leave the commit in conflict state marking
the files that need manual conflict resolution.

After you have resolved the conflicts, you can continue the backport process by running:

cherry_picker --continue

If you don't have cherry-picker installed, see the installation guide.

@Lee-W

Lee-W commented Jul 14, 2026

Copy link
Copy Markdown
Member

Are we expected to have something really basic, or is it okay to keep it mostly empty for the first phase?

yeah the reason is provider with functionality is getting more changes into single PR and it feels heavy .. have here with functionality #69575. after the skelton merge will rebase immediately. so would like to merge provider skelton first :)

Thanks! Will also take a look at that PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants