BigQuery 서비스
BigQuery 서비스를 사용하면 Apps Script에서 Google BigQuery API를 사용할 수 있습니다. 이 API를 사용하면 사용자가 BigQuery 프로젝트를 관리하고, 새 데이터를 업로드하고, 쿼리를 실행할 수 있습니다.
참조
이 서비스에 관한 자세한 내용은 BigQuery API의 참조 문서를 참고하세요.
Apps Script의 모든 고급 서비스와 마찬가지로 BigQuery 서비스는 공개 API와 동일한 객체, 메서드, 매개변수를 사용합니다. 자세한 내용은 메서드 서명 결정 방법을 참고하세요.
문제를 신고하고 다른 지원을 확인하려면 Google Cloud 지원 가이드를 참고하세요.
샘플 코드
아래 샘플 코드는 API의 버전 2를 사용합니다.
쿼리 실행
이 샘플은 일일 상위 Google 검색어 목록을 쿼리합니다.
CSV 데이터 로드
이 샘플은 새 테이블을 만들고 Google Drive의 CSV 파일을 테이블에 로드합니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-12-21(UTC)
[null,null,["최종 업데이트: 2024-12-21(UTC)"],[[["The BigQuery service in Apps Script enables management of BigQuery projects, data uploads, and query execution using the Google BigQuery API."],["This advanced service requires prior enabling before use and leverages the same structure as the public API."],["Sample code is provided demonstrating how to run a query to retrieve Google Search terms and load CSV data into BigQuery."],["Users can consult the Google Cloud support guide for troubleshooting and support related to the BigQuery service."]]],[]]