Skip to content

Commit

Permalink
Fix: NTD external tables failing due to typo (#3658)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-costanzo authored Jan 23, 2025
1 parent 3b078ec commit 2618a81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ post_hook: |
FROM `{{ get_project_id() }}`.external_ntd__funding_and_expenses.historical__operating_and_capital_funding_time_series__read_me_data_dictionary
LIMIT 1;
source_objects:
- "operating_and_capital_funding_time_series/historical/read_me___data_dictionary//*.jsonl.gz"
- "operating_and_capital_funding_time_series/historical/read_me___data_dictionary/*.jsonl.gz"
destination_project_dataset_table: "external_ntd__funding_and_expenses.historical__operating_and_capital_funding_time_series__read_me_data_dictionary"
source_format: NEWLINE_DELIMITED_JSON
use_bq_client: true
hive_options:
mode: AUTO
require_partition_filter: false
source_uri_prefix: "operating_and_capital_funding_time_series/historical/read_me___data_dictionary//"
source_uri_prefix: "operating_and_capital_funding_time_series/historical/read_me___data_dictionary/"
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ post_hook: |
FROM `{{ get_project_id() }}`.external_ntd__funding_and_expenses.historical__service_data_and_operating_expenses_time_series_by_mode__read_me_data_dictionary/
LIMIT 1;
source_objects:
- "service_data_and_operating_expenses_time_series_by_mode/historical/read_me___data_dictionary//*.jsonl.gz"
- "service_data_and_operating_expenses_time_series_by_mode/historical/read_me___data_dictionary/*.jsonl.gz"
destination_project_dataset_table: "external_ntd__funding_and_expenses.historical__service_data_and_operating_expenses_time_series_by_mode__read_me_data_dictionary/"
source_format: NEWLINE_DELIMITED_JSON
use_bq_client: true
hive_options:
mode: AUTO
require_partition_filter: false
source_uri_prefix: "service_data_and_operating_expenses_time_series_by_mode/historical/read_me___data_dictionary//"
source_uri_prefix: "service_data_and_operating_expenses_time_series_by_mode/historical/read_me___data_dictionary/"

0 comments on commit 2618a81

Please sign in to comment.