0

Where do you find/make/use the command:

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

Given by the snowplow-bigquery-loader documentation.

jStaff
  • 650
  • 1
  • 9
  • 25

1 Answers1

2

You should run it from a GCP compute instance. Ensure that both your --config and --resolver arguments are base64 encoded json arrays provided in the examples.

James
  • 671
  • 5
  • 17