-
Notifications
You must be signed in to change notification settings - Fork 4
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
cd: create a gha that generate an index for each query in the src/sql folder #5
Closed
Commits on Mar 25, 2024
-
cd:create a gha that can generate an index for
every query in the src/sql folder. The gha will check if the version of IDC is out of date. If so, the queries will be updated, and run with bigquery to generate csv and parquet files in root directory. The cmake lists file is edited to pick up the csv and parquet files generated by bq and package them. Moreover gitignore is edited to have a pattern for ignoring service account files. Lastly, if queries are updated, a pull request will be created to update the queries to be in sync with latest idc release.
Configuration menu - View commit details
-
Copy full SHA for df0c196 - Browse repository at this point
Copy the full SHA df0c196View commit details -
enh: re-organize sql queries and scripts used for gha
a helper python script is referred and run in gha to generate indices use static methods for functions that do not rely on initialization of a class sql queries are reverted back to use idc_current but explicit versioned queries are uploaded as gha artifacts pylint is configured to lint scripts folder as well
Configuration menu - View commit details
-
Copy full SHA for dc81122 - Browse repository at this point
Copy the full SHA dc81122View commit details -
enh: add build dependencies directly to pyproject.toml
call the index generator from cmake lists started using a single function to generate indices instead of two taking boolean inputs whether or not to generate csv, parquet files. Currently hard coded to generate both formats and not fully using the boolean capabilities yet with cmake. Queries are no longer needed to be attached as gha artifacts
Configuration menu - View commit details
-
Copy full SHA for 9933808 - Browse repository at this point
Copy the full SHA 9933808View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67f1e30 - Browse repository at this point
Copy the full SHA 67f1e30View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc64bfd - Browse repository at this point
Copy the full SHA fc64bfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52954f1 - Browse repository at this point
Copy the full SHA 52954f1View commit details -
enh: use csv index only for now
fix minor formatting errors
Configuration menu - View commit details
-
Copy full SHA for b2a5d45 - Browse repository at this point
Copy the full SHA b2a5d45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17c9e13 - Browse repository at this point
Copy the full SHA 17c9e13View commit details -
Configuration menu - View commit details
-
Copy full SHA for e002336 - Browse repository at this point
Copy the full SHA e002336View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2503daa - Browse repository at this point
Copy the full SHA 2503daaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 985c9c8 - Browse repository at this point
Copy the full SHA 985c9c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3324ffe - Browse repository at this point
Copy the full SHA 3324ffeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ba0527 - Browse repository at this point
Copy the full SHA 0ba0527View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.