Skip to content

Commit

Permalink
Updated fixtures with new fields for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmassen-hane authored and jdddog committed Sep 15, 2023
1 parent b20041f commit 04ba403
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"name": "InvertedIndex",
"type": "RECORD",
"mode": "REPEATED",
"mode": "NULLABLE",
"fields": [
{
"name": "keys",
Expand Down
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import pendulum
from airflow.hooks.base import BaseHook
from airflow.models.taskinstance import TaskInstance
from airflow.operators.empty import EmptyOperator as DummyOperator
from airflow.operators.empty import EmptyOperator
from google.cloud import bigquery
from google.cloud.bigquery import SourceFormat

Expand Down Expand Up @@ -399,7 +399,7 @@ def __init__(

# The last task that the next DAG run's ExternalTaskSensor waits for.
self.add_operator(
DummyOperator(
EmptyOperator(
task_id=external_task_id,
)
)
Expand Down

0 comments on commit 04ba403

Please sign in to comment.