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

Support BQ job children #28

Open
stephen-soltesz opened this issue Sep 10, 2020 · 0 comments
Open

Support BQ job children #28

stephen-soltesz opened this issue Sep 10, 2020 · 0 comments
Labels

Comments

@stephen-soltesz
Copy link
Contributor

stephen-soltesz commented Sep 10, 2020

BigQuery supports complex "scripting" queries that include multiple results.

For example:

BEGIN
    SELECT 10 AS value_example1;
    SELECT 100 as value_example2;
END

The bigquery-exporter could support this type of query by finding value_* columns from each result set. This could also support complex steps, e.g. write to a table, run query on derived table.

See also: #27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants