Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sbt "-Dbigquery.project=my-project" "-Dhttp.proxyHost=localhost" "-Dhttp.proxyPort=3128" "-Dhttps.proxyHost=localhost" "-Dhttps.proxyPort=3128" "runMain mypackage.Main --project=my-project --tempLocation=gs://my-project/dataflow/tmp --staging-location=gs://my-project/dataflow/stage --runner=DirectRunner" | |
[info] Loading settings for project global-plugins from idea.sbt ... | |
[info] Loading global plugins from .sbt\1.0\plugins | |
[info] Loading settings for project myproject-build from plugins.sbt ... | |
[info] Loading project definition from project | |
[info] Loading settings for project myproject from build.sbt ... | |
[info] Set current project to myproject (in build file:./) | |
[info] Compiling 1 Scala source to target\scala-2.13\classes ... | |
[error] src\main\scala\mypackage\Main.scala:214:88: implicit error; | |
[error] !I decode: DerivedDecoder[NestedFromSchema] |