-
Notifications
You must be signed in to change notification settings - Fork 179
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
ADAP-1115: Move to hatch
and pyproject.toml
#1250
base: main
Are you sure you want to change the base?
Conversation
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 dbt-snowflake contributing guide. |
Since CI is target branch based, here's the actual integration test run: https://github.com/dbt-labs/dbt-snowflake/actions/runs/11883218656 |
hatch
and pyproject.toml
hatch
and pyproject.toml
# Conflicts: # .bumpversion.cfg
# Conflicts: # setup.py
Integrations that run against the workflow in this branch: |
…is stopping with memory issues in GHA on Ubuntu
…es in GHA on Ubuntu
We are moving to a monorepo that uses
pyproject.toml
andhatch
. This requires a series of migrations, including this one. This PR inclues:setup.py
/dev-requirements.txt
topyproject.toml
/hatch.toml
mypy
andpytest
) intopyproject.toml
tox.ini
,pytest.ini
, etc.)