Skip to content

Dagster Essentials Data Link returns Not Found #27293

Answered by garethbrickman
gluengen asked this question in Q&A
Discussion options

You must be logged in to vote

This bug is reported here: #25729

We are working to get that fixed. In the meantime as a workaround attached is the needed data in a CSV: taxi_zones.csv

In the taxi_zones_file asset, replace the commented out code below with the non commented code and add the correct file path to the CSV file:

# raw_zones = requests.get(
#    "https://data.cityofnewyork.us/api/views/755u-8jsi/rows.csv?accessType=DOWNLOAD"
# )

 with open("path/to/file/taxi_zones.csv", 'rb') as file:
        raw_zones = file.read()

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by garethbrickman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
type: bug Something isn't working area: docs Related to documentation in general
2 participants