We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b30944f commit 92eb9eaCopy full SHA for 92eb9ea
retail/interactive-tutorials/events/import_user_events_gcs.py
@@ -11,6 +11,7 @@
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
+# [START retail_import_user_events_from_gcs]
15
16
import argparse
17
import os
@@ -109,3 +110,5 @@ def import_user_events_from_gcs():
109
110
)
111
args = parser.parse_args()
112
main(args.bucket_name)
113
+
114
+# [END retail_import_user_events_from_gcs]
0 commit comments