你如何 运行 snowplow-bigquery-loader?

How do you run snowplow-bigquery-loader?

你在哪里 find/make/use 命令:

./snowplow-bigquery-mutator \
    listen      # Can be "init" to create empty table
    --config $CONFIG \
    --resolver $RESOLVER \

由 snowplow-bigquery-loader 文档给出。

您应该 运行 它来自 GCP 计算实例。确保您的 --config--resolver 参数都是示例中提供的 base64 编码 json 数组。