-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add agency to materialized view shapes_with_routes #283
Comments
Can you provide the link to the Dagster run that failed? |
Unfortunately, this is not possible since test was fully replaced and updated this morning. |
@derhuerst: I startet the gtfs import again. It failed: http://10.70.172.21:3000/locations/mobidata_bw/asset-groups/gtfs/lineage/gtfs?logFileKey=axsmncze |
The script fails, as the sub select has no alias (see the dagster jobs stdout for details):
|
UpdateUnlike test, the addition of the the three attributes did not work. The materialized view |
It makes sense to add the
agency_id
,agency_name
andagency_url
to the materialized viewshapes_with_routes
.As far as I understand, the file
32-geoserver-shapes.sql
in theetc/gtfs/postprocessing.d
folder must be edited to do so.In our test system I tried to implement an augmented materialized view. For this purpose, I created the following branch.
Nonetheless, the gtfs import which I started on Dagster failed on creating the adapted materialized view. Most likely, there might be some mistakes in the sql file. My attempt was as follows:
@derhuerst: Can you please check if there are any mistakes and, if necessary, tell us which other files must be edited to achieve the described objective?
The text was updated successfully, but these errors were encountered: