Skip to content

Commit 4f9a24d

Browse files
rebeccaellisglasnt
andauthored
fix(retail): add region tag for node.js - Update import user events from gcs (#4128)
* Update search-simple-query.js Added region tag to simply search query for code snippet update in the documentation. * Update search-with-pagination.js * Update import-user-events-gcs.js --------- Co-authored-by: Katie McLaughlin <[email protected]>
1 parent ab851a5 commit 4f9a24d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

retail/interactive-tutorials/events/import-user-events-gcs.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14+
// [START retail_import_user_events_from_gcs]
1415

1516
'use strict';
1617

@@ -89,3 +90,5 @@ main(
8990
return argv.length ? argv : [process.env['EVENTS_BUCKET_NAME']];
9091
})()
9192
);
93+
94+
// [END retail_import_user_events_from_gcs]

0 commit comments

Comments
 (0)