Skip to content
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

add BigQuery loader function for static analysis #943

Merged
merged 3 commits into from
Oct 31, 2023

Conversation

maxfisher-g
Copy link
Contributor

@maxfisher-g maxfisher-g commented Oct 30, 2023

This is the final part of the static analysis data pipeline. Fixes #703

I made the new static analysis loader function very similar to the existing dynamic analysis loader function, but kept it as a separate function rather than combining the two, so they can be debugged / modified separately.

@maxfisher-g
Copy link
Contributor Author

I found the place where return values from the cloud functions in go are handled: here

So replacing panic with returning errors will preserve mostly the same information in the logs

function/loader/load.go Outdated Show resolved Hide resolved
Signed-off-by: Max Fisher <[email protected]>
@maxfisher-g maxfisher-g merged commit f144ef1 into main Oct 31, 2023
@maxfisher-g maxfisher-g deleted the static_analysis_loader branch October 31, 2023 08:41
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.

Create BigQuery schema and ingest static analysis results
3 participants