-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.type: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.
Description
Determine this is the right repository
- I determined this is the correct repository in which to report this bug.
Summary of the issue
As part of the migration to the google-cloud-python mono-repo, several internal cross-references in the docs no longer worked (largely due to inline links to deleted samples).
A deeper look should be given to the deleted files OR references to see whether there is value in reconstituting those links.
google-cloud-bigquery:
See commit: a62aa46
API client name and version
No response
Reproduction steps: code
file: main.py
def reproduce():
# complete code hereReproduction steps: supporting files
file: mydata.csv
alpha,1,3
beta,2,5
Reproduction steps: actual results
file: output.txtmydata.csv
Calculated: foo
Reproduction steps: expected results
file: output.txtmydata.csv
Calculated: bar
OS & version + platform
No response
Python environment
No response
Python dependencies
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.type: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.