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

Fix the big query data set project/dataset name #32459

Conversation

dims
Copy link
Member

@dims dims commented Apr 17, 2024

Found errors in the running pod. Looks like i had the project:dataset combination wrong earlier.

29.04user 4.98system 8:37.04elapsed 6%CPU (0avgtext+0avgdata 368072maxresident)k
8inputs+16528outputs (0major+332365minor)pagefaults 0swaps
incremental progress gen #26
BigQuery error in load operation: Invalid project ID 'k8s_infra_kettle'. Project
IDs must contain 6-63 lowercase letters, digits, or dashes. Some project IDs
also include domain name separated by a colon. IDs must start with a letter and
may not end with a dash.
+ time python3 make_db.py --buckets buckets.yaml --junit --threads 32
+ pypy3 make_json.py --days 1 --assert-oldest 1.9
+ pypy3 make_json.py  --days 1 | pv | gzip > build_day.json.gz
+ bq load --source_format=NEWLINE_DELIMITED_JSON --max_bad_records=1000  k8s_infra_kettle:build.day build_day.json.gz schema.json
Traceback (most recent call last):
  File "/kettle/update.py", line 87, in <module>
    main()
  File "/kettle/update.py", line 66, in main
    call(f'{bq_cmd} {bq_ext} k8s_infra_kettle:build.day build_day.json.gz schema.json')
  File "/kettle/update.py", line 44, in call
    raise OSError('invocation failed')
OSError: invocation failed

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. area/kettle sig/testing Categorizes an issue or PR as relevant to SIG Testing. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Apr 17, 2024
Copy link
Member

@BenTheElder BenTheElder left a comment

Choose a reason for hiding this comment

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

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Apr 17, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: BenTheElder, dims

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@BenTheElder
Copy link
Member

pylint line too long

kettle/update.py:66:0: C0301: Line too long (103/100) (line-too-long)
kettle/update.py:69:0: C0301: Line too long (105/100) (line-too-long)
kettle/update.py:80:0: C0301: Line too long (102/100) (line-too-long)

Signed-off-by: Davanum Srinivas <[email protected]>
@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Apr 17, 2024
Copy link
Member

@BenTheElder BenTheElder left a comment

Choose a reason for hiding this comment

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

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Apr 17, 2024
@k8s-ci-robot k8s-ci-robot merged commit 29db47e into kubernetes:master Apr 17, 2024
5 checks passed
@ameukam
Copy link
Member

ameukam commented Apr 18, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/kettle cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. sig/testing Categorizes an issue or PR as relevant to SIG Testing. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants