1- # TODO: Add a header if needed.
2-
3- # ======== 🦕 HERE THERE BE DINOSAURS 🦖 =========
4- # This content is subject to significant change. Not for review yet.
5- # Included as a proof of concept for context or testing ONLY.
6- # ================================================
1+ # -*- coding: utf-8 -*-
2+ # Copyright 2025 Google LLC
3+ #
4+ # Licensed under the Apache License, Version 2.0 (the "License");
5+ # you may not use this file except in compliance with the License.
6+ # You may obtain a copy of the License at
7+ #
8+ # http://www.apache.org/licenses/LICENSE-2.0
9+ #
10+ # Unless required by applicable law or agreed to in writing, software
11+ # distributed under the License is distributed on an "AS IS" BASIS,
12+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ # See the License for the specific language governing permissions and
14+ # limitations under the License.
15+ #
716
817# Imports
918import os
@@ -111,9 +120,3 @@ class BigQueryClient:
111120
112121{#- Helper Section: methods included from partial template -#}
113122 {#- include "partials/_client_helpers.j2" #}
114-
115-
116- # ======== 🦕 HERE THERE WERE DINOSAURS 🦖 =========
117- # The above content is subject to significant change. Not for review yet.
118- # Included as a proof of concept for context or testing ONLY.
119- # ================================================
0 commit comments