File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22target /
33dbt_packages /
44logs /
5+ sling /service_key.json
Original file line number Diff line number Diff line change 1+ source : GOOGLE-STORAGE
2+ target : PG-ANALYTICS
3+
4+ defaults :
5+ object : ' raw_google_sheets.franchise_{stream_file_name}'
6+ mode : full-refresh
7+ source_options :
8+ format : csv
9+
10+ streams :
11+ " gs://franchise-data/actives.csv " :
12+ " gs://franchise-data/coaches.csv " :
13+ " gs://franchise-data/general_managers.csv " :
14+ " gs://franchise-data/inactives.csv " :
15+
Original file line number Diff line number Diff line change 1+ source : PG-BASKETBALL-DB
2+ target : PG-ANALYTICS
3+
4+ defaults :
5+ # object: 'raw_{stream_schema}.{stream_table}'
6+ object : ' raw_nba.{stream_table}' # updated (correct) version - watch end of video
7+ mode : full-refresh
8+
9+ streams :
10+ nba_data.games_response :
11+ nba_data.teams_response :
12+
You can’t perform that action at this time.
0 commit comments