Skip to content

Commit

Permalink
Ignore additions to ONIX schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jdddog committed Apr 25, 2024
1 parent 3204a71 commit 94c4ab9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dags/oaebu_workflows/onix_telescope/onix_telescope.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ def bq_load(release: dict, **context) -> None:
source_format=SourceFormat.NEWLINE_DELIMITED_JSON,
table_description=bq_table_description,
client=client,
ignore_unknown_values=True
)
set_task_state(state, context["ti"].task_id, release=release)

Expand Down

0 comments on commit 94c4ab9

Please sign in to comment.