# Query: travel-sample # Flags: WordMatch RegExp # Including: ./docs-server # Excluding: *.html,*.json Eventing pages modules/eventing/pages/eventing-debugging-and-diagnosability.adoc: 208: Below a function processes one mutation from the test bucket *travel-sample* but has an undefined JavaScript variable *a* without a try catch block. modules/eventing/pages/eventing-examples-docarchive.adoc: 27: In addition we will use some data from *travel-sample* sample document set. 35: . If you don’t already have the bucket *travel-sample*' listed in the *Couchbase Web Console* > *Buckets* page you can load this document set as follows: 38: ** Check *travel-sample* checkbox. 118: ** We use the NIQL Query Editor locate a large set of data in `travel-sample` 122: SELECT COUNT(*) FROM `travel-sample` where type = 'airport' 125: ** We use the NIQL Query Editor to insert 1,968 items from `travel-sample` of type = "airport" into our 'source' bucket. 130: SELECT META().id _k, _v FROM `travel-sample` _v WHERE type="airport"; modules/eventing/pages/eventing-handler-basicN1qlPreparedSelectStmt.adoc: 10: * Requires the "travel-sample" sample dataset to be loaded. 11: * Requires a metadata bucket, a source bucket of "travel-sample". 13: * Assuming you deployed "From now" mutate any document in "travel-sample" to generate a log line. 23: // Deploy from now then mutate a document in `travel-sample` 30: "FROM `travel-sample` " + 51: UPDATE `travel-sample` USE KEYS "airline_24" SET id = 24; modules/eventing/pages/eventing-handler-basicN1qlSelectStmt.adoc: 8: * Requires the "travel-sample" sample dataset to be loaded. 9: * Requires a metadata bucket, a source bucket of "travel-sample". 11: * Assuming you deployed "From now" mutate any document in "travel-sample" to generate a log line. 21: // Deploy from now then mutate a document in `travel-sample` 31: FROM `travel-sample` 50: UPDATE `travel-sample` USE KEYS "airline_24" SET id = 24;