Skip to content

Commit

Permalink
fix: remaining ntd external table error (#3663)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-costanzo authored Jan 23, 2025
1 parent 2618a81 commit 73aa28c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ bucket: gs://calitp-ntd-xlsx-products-clean
prefix_bucket: false
post_hook: |
SELECT *
FROM `{{ get_project_id() }}`.external_ntd__funding_and_expenses.historical__service_data_and_operating_expenses_time_series_by_mode__read_me_data_dictionary/
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"
destination_project_dataset_table: "external_ntd__funding_and_expenses.historical__service_data_and_operating_expenses_time_series_by_mode__read_me_data_dictionary/"
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:
Expand Down

0 comments on commit 73aa28c

Please sign in to comment.