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

feat: typescript support for data split result #570

Merged
merged 1 commit into from
Nov 7, 2019
Merged

Conversation

yoshi-automation
Copy link
Contributor

This PR was generated using Autosynth. 🌈

Log from Synthtool
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
.eslintignore
.eslintrc.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/support_request.md
.github/PULL_REQUEST_TEMPLATE.md
.github/release-please.yml
.jsdoc.js
.kokoro/common.cfg
.kokoro/continuous/node10/common.cfg
.kokoro/continuous/node10/docs.cfg
.kokoro/continuous/node10/lint.cfg
.kokoro/continuous/node10/samples-test.cfg
.kokoro/continuous/node10/system-test.cfg
.kokoro/continuous/node10/test.cfg
.kokoro/continuous/node12/common.cfg
.kokoro/continuous/node12/test.cfg
.kokoro/continuous/node8/common.cfg
.kokoro/continuous/node8/test.cfg
.kokoro/docs.sh
.kokoro/lint.sh
.kokoro/presubmit/node10/common.cfg
.kokoro/presubmit/node10/docs.cfg
.kokoro/presubmit/node10/lint.cfg
.kokoro/presubmit/node10/samples-test.cfg
.kokoro/presubmit/node10/system-test.cfg
.kokoro/presubmit/node10/test.cfg
.kokoro/presubmit/node12/common.cfg
.kokoro/presubmit/node12/test.cfg
.kokoro/presubmit/node8/common.cfg
.kokoro/presubmit/node8/test.cfg
.kokoro/presubmit/windows/common.cfg
.kokoro/presubmit/windows/test.cfg
.kokoro/publish.sh
.kokoro/release/docs.cfg
.kokoro/release/docs.sh
.kokoro/release/publish.cfg
.kokoro/samples-test.sh
.kokoro/system-test.sh
.kokoro/test.bat
.kokoro/test.sh
.kokoro/trampoline.sh
.nycrc
.prettierignore
.prettierrc
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
codecov.yaml
renovate.json
samples/README.md
npm WARN npm npm does not support Node.js v12.13.0
npm WARN npm You should probably upgrade to a newer version of node as we
npm WARN npm can't make any promises that npm will work with this version.
npm WARN npm Supported releases of Node.js are the latest release of 6, 8, 9, 10, 11.
npm WARN npm You can find the latest version at https://nodejs.org/

> core-js@2.6.10 postinstall /tmpfs/src/git/autosynth/working_repo/node_modules/core-js
> node postinstall || echo "ignore"


> @google-cloud/bigquery@4.3.0 prepare /tmpfs/src/git/autosynth/working_repo
> npm run compile

npm WARN npm npm does not support Node.js v12.13.0
npm WARN npm You should probably upgrade to a newer version of node as we
npm WARN npm can't make any promises that npm will work with this version.
npm WARN npm Supported releases of Node.js are the latest release of 6, 8, 9, 10, 11.
npm WARN npm You can find the latest version at https://nodejs.org/

> @google-cloud/bigquery@4.3.0 compile /tmpfs/src/git/autosynth/working_repo
> tsc -p . && cp src/types.d.ts build/src/

npm notice created a lockfile as package-lock.json. You should commit this file.
added 703 packages from 1268 contributors and audited 2503 packages in 19.79s
found 0 vulnerabilities

npm WARN npm npm does not support Node.js v12.13.0
npm WARN npm You should probably upgrade to a newer version of node as we
npm WARN npm can't make any promises that npm will work with this version.
npm WARN npm Supported releases of Node.js are the latest release of 6, 8, 9, 10, 11.
npm WARN npm You can find the latest version at https://nodejs.org/

> @google-cloud/bigquery@4.3.0 types /tmpfs/src/git/autosynth/working_repo
> dtsd bigquery v2 > ./src/types.d.ts

npm WARN npm npm does not support Node.js v12.13.0
npm WARN npm You should probably upgrade to a newer version of node as we
npm WARN npm can't make any promises that npm will work with this version.
npm WARN npm Supported releases of Node.js are the latest release of 6, 8, 9, 10, 11.
npm WARN npm You can find the latest version at https://nodejs.org/

> @google-cloud/bigquery@4.3.0 fix /tmpfs/src/git/autosynth/working_repo
> gts fix && eslint --fix '**/*.js'


/tmpfs/src/git/autosynth/working_repo/samples/addColumnLoadAppend.js
  26:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/addColumnQueryAppend.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/addEmptyColumn.js
  23:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/browseRows.js
  23:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/cancelJob.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/clientJSONCredentials.js
  23:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/copyTable.js
  27:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/copyTableMultipleSource.js
  26:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/createDataset.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/createTable.js
  31:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/createTablePartitioned.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/deleteDataset.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/deleteLabelDataset.js
  29:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/deleteLabelTable.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/deleteModel.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/deleteTable.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/extractTableCompressed.js
  27:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/extractTableJSON.js
  27:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/extractTableToGCS.js
  27:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/getDataset.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/getDatasetLabels.js
  27:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/getJob.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/getModel.js
  27:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/getTable.js
  27:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/getTableLabels.js
  27:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/insertRowsAsStream.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/labelDataset.js
  27:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/labelTable.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/listDatasets.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/listDatasetsByLabel.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/listJobs.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/listModels.js
  28:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/listModelsStreaming.js
  28:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/listTables.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/loadCSVFromGCS.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/loadCSVFromGCSAutodetect.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/loadCSVFromGCSTruncate.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/loadJSONFromGCS.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/loadJSONFromGCSAutodetect.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/loadJSONFromGCSTruncate.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/loadLocalFile.js
  26:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/loadOrcFromGCSTruncate.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/loadParquetFromGCSTruncate.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/loadTableGCSORC.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/loadTableGCSParquet.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/loadTablePartitioned.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/nestedRepeatedSchema.js
  39:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/query.js
  23:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/queryDestinationTable.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/queryDisableCache.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/queryDryRun.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/queryLegacy.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/queryLegacyLargeResults.js
  26:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/queryParamsArrays.js
  24:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/queryParamsNamed.js
  24:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/queryParamsPositional.js
  24:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/queryParamsStructs.js
  24:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/queryParamsTimestamps.js
  24:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/queryStackOverflow.js
  23:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/quickstart.js
  21:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/relaxColumn.js
  25:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/relaxColumnLoadAppend.js
  26:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/test/datasets.test.js
  18:28  error  "@google-cloud/bigquery" is not found  node/no-missing-require
  19:26  error  "chai" is not found                    node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/test/jobs.test.js
  18:28  error  "@google-cloud/bigquery" is not found  node/no-missing-require
  19:26  error  "chai" is not found                    node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/test/models.test.js
  19:28  error  "@google-cloud/bigquery" is not found  node/no-missing-require
  20:26  error  "chai" is not found                    node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/test/queries.test.js
  18:26  error  "chai" is not found                    node/no-missing-require
  22:28  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/test/quickstart.test.js
  18:26  error  "chai" is not found                    node/no-missing-require
  21:28  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/test/tables.test.js
  18:26  error  "chai" is not found                    node/no-missing-require
  23:28  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/updateDatasetAccess.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/updateDatasetDescription.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/updateDatasetExpiration.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/updateModel.js
  27:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/updateTableDescription.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/updateTableExpiration.js
  26:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

✖ 80 problems (80 errors, 0 warnings)

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/bigquery@4.3.0 fix: `gts fix && eslint --fix '**/*.js'`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the @google-cloud/bigquery@4.3.0 fix script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/kbuilder/.npm/_logs/2019-11-07T12_09_07_586Z-debug.log
synthtool > Cleaned up 2 temporary directories.
synthtool > Wrote metadata to synth.metadata.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Nov 7, 2019
@codecov
Copy link

codecov bot commented Nov 7, 2019

Codecov Report

Merging #570 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #570   +/-   ##
=======================================
  Coverage   99.43%   99.43%           
=======================================
  Files           6        6           
  Lines         707      707           
  Branches      192      192           
=======================================
  Hits          703      703           
  Misses          3        3           
  Partials        1        1

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6729fe8...75deb2f. Read the comment docs.

@callmehiphop callmehiphop changed the title [CHANGE ME] Re-generated to pick up changes in the API or client library generator. feat: typescript support for data split result Nov 7, 2019
@callmehiphop callmehiphop merged commit 2236545 into master Nov 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants