Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions airflow/providers/databricks/operators/databricks.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class DatabricksSubmitRunOperator(BaseOperator):
take precedence and override the top level json keys. (templated)

.. seealso::
For more information about templating see :ref:`jinja-templating`.
For more information about templating see :ref:`concepts:jinja-templating`.
https://docs.databricks.com/api/latest/jobs.html#runs-submit
:type json: dict
:param spark_jar_task: The main class and parameters for the JAR task. Note that
Expand Down Expand Up @@ -394,7 +394,7 @@ class DatabricksRunNowOperator(BaseOperator):
take precedence and override the top level json keys. (templated)

.. seealso::
For more information about templating see :ref:`jinja-templating`.
For more information about templating see :ref:`concepts:jinja-templating`.
https://docs.databricks.com/api/latest/jobs.html#run-now
:type json: dict
:param notebook_params: A dict from keys to values for jobs with notebook task,
Expand Down
4 changes: 2 additions & 2 deletions docs/apache-airflow-providers-google/operators/ads.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ To query the Google Ads API and generate a CSV report of the results use
:start-after: [START howto_google_ads_to_gcs_operator]
:end-before: [END howto_google_ads_to_gcs_operator]

Use :ref:`Jinja templating <jinja-templating>` with
Use :ref:`Jinja templating <concepts:jinja-templating>` with
:template-fields:`airflow.providers.google.ads.transfers.ads_to_gcs.GoogleAdsToGcsOperator`
parameters which allow you to dynamically determine values.
The result is saved to :ref:`XCom <concepts:xcom>`, which allows the result to be used by other operators.
Expand All @@ -62,7 +62,7 @@ To upload Google Ads accounts to Google Cloud Storage bucket use the
:start-after: [START howto_ads_list_accounts_operator]
:end-before: [END howto_ads_list_accounts_operator]

Use :ref:`Jinja templating <jinja-templating>` with
Use :ref:`Jinja templating <concepts:jinja-templating>` with
:template-fields:`airflow.providers.google.ads.transfers.ads_to_gcs.GoogleAdsToGcsOperator`
parameters which allow you to dynamically determine values.
The result is saved to :ref:`XCom <concepts:xcom>`, which allows the result to be used by other operators.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ it will be retrieved from the Google Cloud connection used. Basic usage of the o
:start-after: [START howto_bigquery_create_data_transfer]
:end-before: [END howto_bigquery_create_data_transfer]

You can use :ref:`Jinja templating <jinja-templating>` with
You can use :ref:`Jinja templating <concepts:jinja-templating>` with
:template-fields:`airflow.providers.google.cloud.operators.bigquery_dts.BigQueryCreateDataTransferOperator`
parameters which allows you to dynamically determine values. The result is saved to :ref:`XCom <concepts:xcom>`,
which allows it to be used by other operators. Additionally, id of the new config is accessible in
Expand All @@ -90,7 +90,7 @@ Basic usage of the operator:
:start-after: [START howto_bigquery_delete_data_transfer]
:end-before: [END howto_bigquery_delete_data_transfer]

You can use :ref:`Jinja templating <jinja-templating>` with
You can use :ref:`Jinja templating <concepts:jinja-templating>` with
:template-fields:`airflow.providers.google.cloud.operators.bigquery_dts.BigQueryCreateDataTransferOperator`
parameters which allows you to dynamically determine values.

Expand All @@ -111,7 +111,7 @@ Basic usage of the operator:
:start-after: [START howto_bigquery_start_transfer]
:end-before: [END howto_bigquery_start_transfer]

You can use :ref:`Jinja templating <jinja-templating>` with
You can use :ref:`Jinja templating <concepts:jinja-templating>` with
:template-fields:`airflow.providers.google.cloud.operators.bigquery_dts.BigQueryDataTransferServiceStartTransferRunsOperator`
parameters which allows you to dynamically determine values.

Expand All @@ -124,7 +124,7 @@ To check if operation succeeded you can use
:start-after: [START howto_bigquery_dts_sensor]
:end-before: [END howto_bigquery_dts_sensor]

You can use :ref:`Jinja templating <jinja-templating>` with
You can use :ref:`Jinja templating <concepts:jinja-templating>` with
:template-fields:`airflow.providers.google.cloud.sensors.bigquery_dts.BigQueryDataTransferServiceTransferRunSensor`
parameters which allows you to dynamically determine values.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Trigger a build is performed with the
:start-after: [START howto_operator_create_build_from_storage]
:end-before: [END howto_operator_create_build_from_storage]

You can use :ref:`Jinja templating <jinja-templating>` with
You can use :ref:`Jinja templating <concepts:jinja-templating>` with
:template-fields:`airflow.providers.google.cloud.operators.cloud_build.CloudBuildCreateBuildOperator`
parameters which allows you to dynamically determine values. The result is saved to :ref:`XCom <concepts:xcom>`, which allows it
to be used by other operators.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Create a instance is performed with the
:start-after: [START howto_operator_create_instance]
:end-before: [END howto_operator_create_instance]

You can use :ref:`Jinja templating <jinja-templating>` with
You can use :ref:`Jinja templating <concepts:jinja-templating>` with
:template-fields:`airflow.providers.google.cloud.operators.cloud_memorystore.CloudMemorystoreCreateInstanceOperator`
parameters which allows you to dynamically determine values. The result is saved to :ref:`XCom <concepts:xcom>`, which allows it
to be used by other operators.
Expand All @@ -112,7 +112,7 @@ Delete a instance is performed with the
:start-after: [START howto_operator_delete_instance]
:end-before: [END howto_operator_delete_instance]

You can use :ref:`Jinja templating <jinja-templating>` with
You can use :ref:`Jinja templating <concepts:jinja-templating>` with
:template-fields:`airflow.providers.google.cloud.operators.cloud_memorystore.CloudMemorystoreDeleteInstanceOperator`
parameters which allows you to dynamically determine values.

Expand All @@ -130,7 +130,7 @@ Delete a instance is performed with the
:start-after: [START howto_operator_export_instance]
:end-before: [END howto_operator_export_instance]

You can use :ref:`Jinja templating <jinja-templating>` with
You can use :ref:`Jinja templating <concepts:jinja-templating>` with
:template-fields:`airflow.providers.google.cloud.operators.cloud_memorystore.CloudMemorystoreExportInstanceOperator`
parameters which allows you to dynamically determine values.

Expand All @@ -148,7 +148,7 @@ Delete a instance is performed with the
:start-after: [START howto_operator_failover_instance]
:end-before: [END howto_operator_failover_instance]

You can use :ref:`Jinja templating <jinja-templating>` with
You can use :ref:`Jinja templating <concepts:jinja-templating>` with
:template-fields:`airflow.providers.google.cloud.operators.cloud_memorystore.CloudMemorystoreFailoverInstanceOperator`
parameters which allows you to dynamically determine values.

Expand All @@ -166,7 +166,7 @@ Delete a instance is performed with the
:start-after: [START howto_operator_get_instance]
:end-before: [END howto_operator_get_instance]

You can use :ref:`Jinja templating <jinja-templating>` with
You can use :ref:`Jinja templating <concepts:jinja-templating>` with
:template-fields:`airflow.providers.google.cloud.operators.cloud_memorystore.CloudMemorystoreGetInstanceOperator`
parameters which allows you to dynamically determine values.

Expand All @@ -184,7 +184,7 @@ Delete a instance is performed with the
:start-after: [START howto_operator_import_instance]
:end-before: [END howto_operator_import_instance]

You can use :ref:`Jinja templating <jinja-templating>` with
You can use :ref:`Jinja templating <concepts:jinja-templating>` with
:template-fields:`airflow.providers.google.cloud.operators.cloud_memorystore.CloudMemorystoreImportOperator`
parameters which allows you to dynamically determine values.

Expand All @@ -202,7 +202,7 @@ List a instances is performed with the
:start-after: [START howto_operator_list_instances]
:end-before: [END howto_operator_list_instances]

You can use :ref:`Jinja templating <jinja-templating>` with
You can use :ref:`Jinja templating <concepts:jinja-templating>` with
:template-fields:`airflow.providers.google.cloud.operators.cloud_memorystore.CloudMemorystoreListInstancesOperator`
parameters which allows you to dynamically determine values. The result is saved to :ref:`XCom <concepts:xcom>`, which allows it
to be used by other operators.
Expand All @@ -227,7 +227,7 @@ Update a instance is performed with the
:start-after: [START howto_operator_update_instance]
:end-before: [END howto_operator_update_instance]

You can use :ref:`Jinja templating <jinja-templating>` with
You can use :ref:`Jinja templating <concepts:jinja-templating>` with
:template-fields:`airflow.providers.google.cloud.operators.cloud_memorystore.CloudMemorystoreUpdateInstanceOperator`
parameters which allows you to dynamically determine values.

Expand All @@ -246,7 +246,7 @@ Scale a instance is performed with the
:start-after: [START howto_operator_scale_instance]
:end-before: [END howto_operator_scale_instance]

You can use :ref:`Jinja templating <jinja-templating>` with
You can use :ref:`Jinja templating <concepts:jinja-templating>` with
:template-fields:`airflow.providers.google.cloud.operators.cloud_memorystore.CloudMemorystoreScaleInstanceOperator`
parameters which allows you to dynamically determine values.

Expand All @@ -266,7 +266,7 @@ Export and delete instance
If you want to export data and immediately delete instances then you can use
:class:`~airflow.providers.google.cloud.operators.cloud_memorystore.CloudMemorystoreExportAndDeleteInstanceOperator` operator.

You can use :ref:`Jinja templating <jinja-templating>` with
You can use :ref:`Jinja templating <concepts:jinja-templating>` with
:template-fields:`airflow.providers.google.cloud.operators.cloud_memorystore.CloudMemorystoreScaleInstanceOperator`
parameters which allows you to dynamically determine values.

Expand Down
Loading