Skip to content

Conversation

@yarikoptic
Copy link

More about codespell: https://github.com/codespell-project/codespell .

I personally introduced it to dozens if not hundreds of projects already and so far only positive feedback.

CI workflow has 'permissions' set only to 'read' so also should be safe.

caseydm and others added 30 commits July 24, 2024 17:48
Allow view stats/histo of prioritized works in fast queue
nolanm1122 and others added 27 commits November 25, 2024 16:55
Load institution ancestors
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "sed -i -e 's, nd log it, and log it,g' sql/sql_generate_export_tables.py",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "sed -i -e s,retrival,retrieval,g ./sql/sql_generate_export_tables.py",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
…agically

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
s3_bucket = f"openalex-sandbox/affiliations/{time.strftime('%Y-%m-%d')}"
chunk_size = 4250000 # 850M / 200 parts = 4.25M rows per part
query = "SELECT * from mid.affilation ORDER BY paper_id, author_id"
query = "SELECT * from mid.affiliation ORDER BY paper_id, author_id"
Copy link
Author

Choose a reason for hiding this comment

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

I guess this script is rarely used since seems this would fix a bug?

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants