@@ -215,7 +215,7 @@ that row.
215
215
216
216
.. exampleinclude :: /../../providers/tests/system/google/cloud/bigquery/example_bigquery_queries.py
217
217
:language: python
218
- :dedent: 8
218
+ :dedent: 4
219
219
:start-after: [START howto_operator_bigquery_get_data]
220
220
:end-before: [END howto_operator_bigquery_get_data]
221
221
@@ -313,7 +313,7 @@ with proper query job configuration that can be Jinja templated.
313
313
314
314
.. exampleinclude :: /../../providers/tests/system/google/cloud/bigquery/example_bigquery_queries.py
315
315
:language: python
316
- :dedent: 8
316
+ :dedent: 4
317
317
:start-after: [START howto_operator_bigquery_insert_job]
318
318
:end-before: [END howto_operator_bigquery_insert_job]
319
319
@@ -336,7 +336,7 @@ language as follow:
336
336
337
337
.. exampleinclude :: /../../providers/tests/system/google/cloud/bigquery/example_bigquery_queries.py
338
338
:language: python
339
- :dedent: 8
339
+ :dedent: 4
340
340
:start-after: [START howto_operator_bigquery_select_job]
341
341
:end-before: [END howto_operator_bigquery_select_job]
342
342
@@ -373,7 +373,7 @@ return ``False`` the check is failed and errors out.
373
373
374
374
.. exampleinclude :: /../../providers/tests/system/google/cloud/bigquery/example_bigquery_queries.py
375
375
:language: python
376
- :dedent: 8
376
+ :dedent: 4
377
377
:start-after: [START howto_operator_bigquery_check]
378
378
:end-before: [END howto_operator_bigquery_check]
379
379
@@ -399,7 +399,7 @@ or numeric value. If numeric, you can also specify ``tolerance``.
399
399
400
400
.. exampleinclude :: /../../providers/tests/system/google/cloud/bigquery/example_bigquery_queries.py
401
401
:language: python
402
- :dedent: 8
402
+ :dedent: 4
403
403
:start-after: [START howto_operator_bigquery_value_check]
404
404
:end-before: [END howto_operator_bigquery_value_check]
405
405
@@ -423,7 +423,7 @@ tolerance of the ones from ``days_back`` before you can either use
423
423
424
424
.. exampleinclude :: /../../providers/tests/system/google/cloud/bigquery/example_bigquery_queries.py
425
425
:language: python
426
- :dedent: 8
426
+ :dedent: 4
427
427
:start-after: [START howto_operator_bigquery_interval_check]
428
428
:end-before: [END howto_operator_bigquery_interval_check]
429
429
0 commit comments