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

Add src directory structure for dbt-tests-adapter #356

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

mikealfare
Copy link
Contributor

As part of moving to a monorepo, we have decided to adopt the src namespace approach for storing functional code.

While updating pyproject.toml with these changes, I noticed that we use __about__.py to store the package version. However, other packages use __version__.py, and we are locked into this because this version is read by other packages. We should update dbt-tests-adapter to use __version__.py to standardize.

@mikealfare mikealfare self-assigned this Nov 16, 2024
@cla-bot cla-bot bot added the cla:yes label Nov 16, 2024
Copy link

Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is the only file with actual changes; the rest are moves. These changes reflect those file movements.

@mikealfare mikealfare marked this pull request as ready for review November 16, 2024 21:52
@mikealfare mikealfare requested a review from a team as a code owner November 16, 2024 21:52
@mikealfare mikealfare marked this pull request as draft November 17, 2024 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant