Skip to content

Commit

Permalink
Beam: use test Maxmind databases (close #269)
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhanunlu authored and chuwy committed Sep 17, 2020
1 parent 453ead4 commit cb98ad1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class IpLookupsEnrichmentSpec extends PipelineSpec {
val url =
"http://snowplow-hosted-assets.s3.amazonaws.com/third-party/maxmind/GeoLite2-City.mmdb"
val localFile = "./ip_geo"
SpecHelpers.downloadLocalEnrichmentFile(url, localFile)
SpecHelpers.copyLocalEnrichmentFile("/beam-enrich-geolite2-city.mmdb", localFile)

JobTest[Enrich.type]
.args(
Expand Down

0 comments on commit cb98ad1

Please sign in to comment.