Open fedorov opened 1 year ago
re task 1: How should we address if a pull request is not attended in a day?
Good question! I think we should overwrite the branch corresponding to PR. Also, now that I think about it, the latest release and attachments should be commited only on merge, not when PR is created.
Based on thinking about this and discussions, here's the revisited proposed behavior of the GHA for facilitating index updates:
queries
folder and run them idc_current
maps to at the time the query is executedbigquery-public-data
project and get latest idc_v*
idc_current
with the actual version in the query and save each of the queries as GHA artifact@vkt1414 we discussed this with JC, and with the new layout of the repositories, it makes sense to move queries from idc-index
to this repo, and upload the resulting CSV/Parquet file to PyPI. We won't need to attach the zip file to the release.
@vkt1414 I suggest we add 2 GitHub actions:
queries
folder, and save the result of each query as<query_prefix>.csv.zip
in the "latest" releaseWhat do you think? Did I miss anything?