Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apache/airflow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d26a0f7cd89b83749fc1fef49abcc3416e86aac9
Choose a base ref
..
head repository: apache/airflow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 61b32a4009c72e6aa5e343648d63011425204a73
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 providers/tests/system/google/cloud/dataform/example_dataform.py
Original file line number Diff line number Diff line change
@@ -179,7 +179,7 @@

# [START howto_operator_create_workflow_invocation_action_async]
create_workflow_invocation_async_action = DataformCreateWorkflowInvocationOperator(
task_id="create-workflow-invocation-async",
task_id="create-workflow-invocation-async-action",
project_id=PROJECT_ID,
region=REGION,
repository_id=REPOSITORY_ID,
@@ -190,7 +190,7 @@
)

is_workflow_invocation_action_done = DataformWorkflowInvocationActionStateSensor(
task_id="is-workflow-invocation-done",
task_id="is-workflow-invocation-action-done",
project_id=PROJECT_ID,
region=REGION,
repository_id=REPOSITORY_ID,