Skip to content

Commit 603f559

Browse files
authored
Update import-user-events-big-query.js
1 parent 9ba45d9 commit 603f559

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

retail/interactive-tutorials/events/import-user-events-big-query.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_big_query]
1415

1516
'use strict';
1617

@@ -82,3 +83,5 @@ main(
8283
return argv.length ? argv : ['user_events'];
8384
})()
8485
);
86+
87+
// [END retail_import_user_events_from_big_query]

0 commit comments

Comments
 (0)