Skip to content

Commit

Permalink
Adjust indentation on scheduled query sample. (#8493)
Browse files Browse the repository at this point in the history
  • Loading branch information
tswast authored Jun 27, 2019
1 parent cd2d703 commit 55fbbb6
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ def sample_create_transfer_config(project_id, dataset_id, authorization_code="")

# Use standard SQL syntax for the query.
query_string = """
SELECT
CURRENT_TIMESTAMP() as current_time,
@run_time as intended_run_time,
@run_date as intended_run_date,
17 as some_integer
"""
SELECT
CURRENT_TIMESTAMP() as current_time,
@run_time as intended_run_time,
@run_date as intended_run_date,
17 as some_integer
"""

parent = client.project_path(project_id)

Expand Down

0 comments on commit 55fbbb6

Please sign in to comment.