-
Notifications
You must be signed in to change notification settings - Fork 0
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
UMLS table creation #1
Conversation
0cdac0a
to
8d36baa
Compare
ruff check | ||
ruff format --check | ||
|
||
unittest: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is expected to fail until we cut a 2.1 release.
- repo: https://github.com/sqlfluff/sqlfluff | ||
rev: 2.3.4 | ||
hooks: | ||
- id: sqlfluff-lint | ||
types: [] | ||
types_or: [sql,jinja] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not used currently, but it's possible there will be jinja files in here in the future.
|
||
:param root: the location at the base of the path you want to remove | ||
|
||
TODO: replace with native pathlib.rmtree when upgrading to python 3.12 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does that method actually exist? I don't see it in the docs
You could/should replace this with shutil.rmtree
today.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
walk() is the function i was looking for.
I was trying to keep all library path operation in pathlib - this might be silly.
This PR sets up the initial UMLS creation study.