Skip to content

Commit

Permalink
inseri stop_times nas constants
Browse files Browse the repository at this point in the history
  • Loading branch information
lingsv committed Oct 11, 2023
1 parent ce42239 commit a63d149
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ test/*
test/*.ipynb
test/*.csv
setup.py
.vscode/*
.vscode/
.idea/
*.hdf
*.DS_Store
*.json
Expand Down
6 changes: 6 additions & 0 deletions pipelines/rj_smtr/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,12 @@ class constants(Enum): # pylint: disable=c0103
"extract_params": {"filename": "gtfs"},
"source_type": "gcs-txt",
},
{
"table_id": "stop_times",
"primary_key": ["trip_id", "stop_sequence"],
"extract_params": {"filename": "gtfs"},
"source_type": "gcs-txt",
},
{
"table_id": "trips",
"primary_key": ["trip_id"],
Expand Down

0 comments on commit a63d149

Please sign in to comment.