File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 18
18
)
19
19
from lamp_py .aws .s3 import file_list_from_s3 , file_list_from_s3_with_details , object_exists
20
20
21
+ GLIDES_TABLEAU_PROJECT = "Glides"
22
+
21
23
glides_trips_updated_schema = pyarrow .schema (
22
24
[
23
25
("data.metadata.location.gtfsId" , pyarrow .large_string ()),
@@ -177,6 +179,7 @@ def __init__(self) -> None:
177
179
hyper_file_name = tableau_glides_all_trips_updated .prefix .rsplit ("/" )[- 1 ].replace (".parquet" , ".hyper" ),
178
180
remote_parquet_path = tableau_glides_all_trips_updated .s3_uri ,
179
181
lamp_version = tableau_glides_all_trips_updated .version ,
182
+ project_name = GLIDES_TABLEAU_PROJECT ,
180
183
)
181
184
182
185
@property
@@ -211,6 +214,7 @@ def __init__(self) -> None:
211
214
hyper_file_name = tableau_glides_all_operator_signed_in .prefix .rsplit ("/" )[- 1 ].replace (".parquet" , ".hyper" ),
212
215
remote_parquet_path = tableau_glides_all_operator_signed_in .s3_uri ,
213
216
lamp_version = tableau_glides_all_operator_signed_in .version ,
217
+ project_name = GLIDES_TABLEAU_PROJECT ,
214
218
)
215
219
216
220
@property
You can’t perform that action at this time.
0 commit comments