You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dbt_project.yml
+13-4Lines changed: 13 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -33,15 +33,24 @@ seeds:
33
33
vars:
34
34
overbase_firebase:
35
35
"OVERBASE:DONT_CARE": "MAKE_YAML_WORK"# optional
36
+
# "OVERBASE:SOURCES":
37
+
# - {project_id: watermark-maker,
38
+
# analytics_dataset_id: analytics_150733022,
39
+
# events_table: events_*,
40
+
# crashlytics_dataset_id: firebase_crashlytics,
41
+
# crashlytics_table: com_kobe_watermarkmaker_*}
42
+
# # add more projects here
43
+
# - {project_id: logo-maker-35628,
44
+
# analytics_dataset_id: analytics_153578578,
45
+
# events_table: events_*,
46
+
# crashlytics_dataset_id: firebase_crashlytics,
47
+
# crashlytics_table: com_dave_logomaker_*}
48
+
36
49
# don't define variables here, because if they aren't overwritten in the client yml, then they will resolve to "None".
37
50
# Instead, use them in the package where you need them with them with the appropriate default value
38
51
# Furthermore, whatever we use in sources.yml, we can't define in this package's dbt_project.yml, or else they won't be able to be overwritten by the client
39
52
# Any mandatory variables you want to be enforced should go into overbase_mandatory_vars.sql
40
53
# The comments liste here is just for our sanity & easier c/p in client configs
41
-
# "OVERBASE:FIREBASE_PROJECT_ID": "overbase" # mandatory, but used in sources.yml
42
-
# "OVERBASE:FIREBASE_ANALYTICS_DATASET_ID": "firebase_analytics_raw_test" # mandatory, but used in sources.yml
43
-
# "OVERBASE:FIREBASE_ANALYTICS_EVENTS_TABLE_NAME": "events_*" # optional, but used in sources.yml
44
-
# "OVERBASE:FIREBASE_ANALYTICS_EVENTS_INTRADAY_TABLE_NAME": "events_intraday_*" # optional, but used in sources.yml
45
54
# "OVERBASE:FIREBASE_ANALYTICS_CUSTOM_INSTALL_EVENT": "" # optional e.g. attributed_first_open
46
55
# "OVERBASE:CUSTOM_PLATFORM_PREPROCESSOR": "IF(app_info.version LIKE '%nexus', 'nexus', platform)"
0 commit comments