Skip to content

Commit 66ab881

Browse files
authored
Adjust indentation on scheduled query sample. (googleapis#8493)
1 parent 531e9f2 commit 66ab881

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

bigquery_datatransfer/samples/create_scheduled_query.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ def sample_create_transfer_config(project_id, dataset_id, authorization_code="")
4646

4747
# Use standard SQL syntax for the query.
4848
query_string = """
49-
SELECT
50-
CURRENT_TIMESTAMP() as current_time,
51-
@run_time as intended_run_time,
52-
@run_date as intended_run_date,
53-
17 as some_integer
54-
"""
49+
SELECT
50+
CURRENT_TIMESTAMP() as current_time,
51+
@run_time as intended_run_time,
52+
@run_date as intended_run_date,
53+
17 as some_integer
54+
"""
5555

5656
parent = client.project_path(project_id)
5757

0 commit comments

Comments
 (0)