generated from oscarpulido55/aef-sample-dataform-repo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdataform.json
executable file
·29 lines (29 loc) · 1.34 KB
/
dataform.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"defaultSchema": "default_dataset",
"assertionSchema": "dataform_assertions",
"defaultLocation": "us-central1",
"warehouse": "bigquery",
"defaultDatabase": "data-analytics-pocs",
"vars": {
"connection_name": "projects/data-analytics-pocs/locations/us-central1/connections/sample-connection",
"dataset_id_landing": "aef_landing_sample_dataset",
"dataset_projectid_landing": "data-analytics-pocs",
"dataset_location_landing": "us-central1",
"dataset_description_landing": "Landing dataset description",
"dataset_lake_landing": "aef-sales-lake",
"dataset_zone_landing": "aef-landing-sample-zone",
"dataset_id_curated": "aef_curated_sample_dataset",
"dataset_projectid_curated": "data-analytics-pocs",
"dataset_location_curated": "us-central1",
"dataset_description_curated": "curated dataset description",
"dataset_lake_curated": "aef-sales-lake",
"dataset_zone_curated": "aef-curated-sample-zone",
"dataset_id_exposure": "aef_exposure_sample_dataset",
"dataset_projectid_exposure": "data-analytics-pocs",
"dataset_location_exposure": "us-central1",
"dataset_description_exposure": "Exposure dataset description",
"dataset_lake_exposure": "aef-sales-lake",
"dataset_zone_exposure": "aef-exposure-sample-zone",
"sample_data_bucket": "data-analytics-pocs-my-sample-data-bucket"
}
}