GoogleCloudPlatform / datashare-toolkit

DIY commercial datasets on Google Cloud Platform
Apache License 2.0
88 stars 25 forks source link

Add destination datasetID creation in README #99

Open phriscage opened 4 years ago

phriscage commented 4 years ago

Describe the bug add destination datasetID creation in README. Spot Fulfillment API requires a destination datasetID to execute BQ jobs. This is missing from the README. The default points to bqds_spot_fulfillment

To Reproduce Steps to reproduce the behavior:

  1. Go to api
  2. Run through install and launch
  3. Try to POST /fulfullmentRequests with wait: true
  4. See error

Expected behavior no errors

Additional context Will need to add a configuration option here and anywhere there should be a reference to FULFILLMENT_CONFIG_DESTINATION_DATASET_ID

phriscage commented 4 years ago

@ramfordt ^^