Skip to content

Commit

Permalink
feat: onboarding nasa_wildfire after folder changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gkodukula committed Feb 24, 2022
1 parent b96dfd4 commit 3120646
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,10 @@


resource "google_bigquery_table" "nasa_wildfire_past_week" {
project = var.project_id
dataset_id = "nasa_wildfire"
table_id = "past_week"

project = var.project_id
dataset_id = "nasa_wildfire"
table_id = "past_week"
description = "Past Week table"




depends_on = [
google_bigquery_dataset.nasa_wildfire
]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3120646

Please sign in to comment.